Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/api": "10.1.0",
"packages/api": "10.1.1",
"packages/client": "9.1.1",
"packages/date-range": "8.0.2",
"packages/explode": "6.1.0",
"packages/fs": "9.0.2",
"packages/json-schema": "7.0.2",
"packages/json-schema": "7.0.3",
"packages/redis": "1.0.1",
"packages/server": "10.1.0"
}
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.1.1](https://github.com/jg-wright/targetd/compare/@targetd/api-v10.1.0...@targetd/api-v10.1.1) (2026-09-04)


### Bug Fixes

* placeholder validation after hydration ([0f10339](https://github.com/jg-wright/targetd/commit/0f103399d8a93f6d28848bd1c9d78f099346211c))

## [10.1.0](https://github.com/jg-wright/targetd/compare/@targetd/api-v10.0.3...@targetd/api-v10.1.0) (2026-08-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/api",
"description": "Type-safe targeting and feature flag system with dynamic content delivery based on query conditions. Perfect for A/B testing, feature flags, and content personalization.",
"version": "10.1.0",
"version": "10.1.1",
"exports": "./src/index.ts",
"fmt": {
"semiColons": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.0.3](https://github.com/jg-wright/targetd/compare/@targetd/json-schema-v7.0.2...@targetd/json-schema-v7.0.3) (2026-09-04)


### Bug Fixes

* placeholder validation after hydration ([0f10339](https://github.com/jg-wright/targetd/commit/0f103399d8a93f6d28848bd1c9d78f099346211c))

## [7.0.2](https://github.com/jg-wright/targetd/compare/@targetd/json-schema-v7.0.1...@targetd/json-schema-v7.0.2) (2026-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@targetd/json-schema",
"version": "7.0.2",
"version": "7.0.3",
"description": "Generate JSON Schema from @targetd/api Data instances for API documentation and validation.",
"exports": {
".": "./src/index.ts",
Expand Down
Loading