Skip to content
Merged
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
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/api": "8.1.1",
"packages/client": "7.0.2",
"packages/date-range": "6.0.2",
"packages/explode": "4.0.2",
"packages/fs": "7.1.0",
"packages/json-schema": "5.2.0",
"packages/server": "8.1.2"
"packages/api": "8.1.2",
"packages/client": "7.0.3",
"packages/date-range": "6.0.3",
"packages/explode": "4.0.3",
"packages/fs": "7.1.1",
"packages/json-schema": "5.2.1",
"packages/server": "8.1.3"
}
14 changes: 14 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [8.1.2](https://github.com/johngeorgewright/targetd/compare/@targetd/api-v8.1.1...@targetd/api-v8.1.2) (2026-04-10)


### Bug Fixes

* add type annotation for ZodSwitch constructor ([acd7d07](https://github.com/johngeorgewright/targetd/commit/acd7d07cff7b39d3689fe3e0159ffa1eb820ae7f))
* handle unmatched conditions in ZodSwitch parser ([51a0fae](https://github.com/johngeorgewright/targetd/commit/51a0faebce0ebcc9ce7d598ea9f72f789e15b708))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([db89eca](https://github.com/johngeorgewright/targetd/commit/db89ecaa87845949a5de27f3316806c07a6fc578))


### Performance Improvements

* replace object merging logic with Merge utility type ([7f1c984](https://github.com/johngeorgewright/targetd/commit/7f1c984e58a212dc891bd0cce2efbb672336d5fe))

## [8.1.1](https://github.com/johngeorgewright/targetd/compare/@targetd/api-v8.1.0...@targetd/api-v8.1.1) (2026-03-15)


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": "8.0.3",
"version": "8.1.2",
"exports": "./src/index.ts",
"fmt": {
"semiColons": false,
Expand Down
10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.0.3](https://github.com/johngeorgewright/targetd/compare/@targetd/client-v7.0.2...@targetd/client-v7.0.3) (2026-04-10)


### Bug Fixes

* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b))
* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137))
* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159))

## [7.0.2](https://github.com/johngeorgewright/targetd/compare/@targetd/client-v7.0.1...@targetd/client-v7.0.2) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/client",
"description": "Type-safe HTTP client for querying @targetd/server instances. Mirrors the Data API with full TypeScript inference.",
"version": "7.0.2",
"version": "7.0.3",
"exports": "./src/index.ts",
"imports": {
"@targetd/api": "jsr:@targetd/api@^8.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/date-range/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.0.3](https://github.com/johngeorgewright/targetd/compare/@targetd/date-range-v6.0.2...@targetd/date-range-v6.0.3) (2026-04-10)


### Bug Fixes

* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b))
* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137))
* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159))

## [6.0.2](https://github.com/johngeorgewright/targetd/compare/@targetd/date-range-v6.0.1...@targetd/date-range-v6.0.2) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/date-range/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/date-range",
"description": "Built-in targeting descriptor for date range queries in ISO 8601 format with automatic current time evaluation.",
"version": "6.0.2",
"version": "6.0.3",
"exports": "./src/index.ts",
"imports": {
"@targetd/api": "jsr:@targetd/api@^8.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/explode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.3](https://github.com/johngeorgewright/targetd/compare/@targetd/explode-v4.0.2...@targetd/explode-v4.0.3) (2026-04-10)


### Bug Fixes

* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b))
* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137))
* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159))

## [4.0.2](https://github.com/johngeorgewright/targetd/compare/@targetd/explode-v4.0.1...@targetd/explode-v4.0.2) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/explode/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/explode",
"description": "Transform flat key notation to nested objects with full TypeScript type inference.",
"version": "4.0.2",
"version": "4.0.3",
"exports": "./src/index.ts",
"imports": {
"@targetd/api": "jsr:@targetd/api@^8.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.1.1](https://github.com/johngeorgewright/targetd/compare/@targetd/fs-v7.1.0...@targetd/fs-v7.1.1) (2026-04-10)


### Bug Fixes

* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b))
* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137))
* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159))

## [7.1.0](https://github.com/johngeorgewright/targetd/compare/@targetd/fs-v7.0.2...@targetd/fs-v7.1.0) (2026-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/fs/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/fs",
"description": "Load targeting rules from JSON/YAML files with hot-reloading support for @targetd/api Data instances.",
"version": "7.1.0",
"version": "7.1.1",
"exports": "./src/index.ts",
"imports": {
"@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.45.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.2.1](https://github.com/johngeorgewright/targetd/compare/@targetd/json-schema-v5.2.0...@targetd/json-schema-v5.2.1) (2026-04-10)


### Bug Fixes

* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b))
* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137))
* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159))

## [5.2.0](https://github.com/johngeorgewright/targetd/compare/@targetd/json-schema-v5.1.0...@targetd/json-schema-v5.2.0) (2026-03-14)


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": "5.2.0",
"version": "5.2.1",
"description": "Generate JSON Schema from @targetd/api Data instances for API documentation and validation.",
"exports": {
".": "./src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [8.1.3](https://github.com/johngeorgewright/targetd/compare/@targetd/server-v8.1.2...@targetd/server-v8.1.3) (2026-04-10)


### Bug Fixes

* **release:** update workspace imports during release ([aa1ad25](https://github.com/johngeorgewright/targetd/commit/aa1ad2525246866c2fa980af09218bc8c335320b))
* **release:** update workspace imports during release ([abbbd29](https://github.com/johngeorgewright/targetd/commit/abbbd2911178d9aba6a4a26f46bde15651be6137))
* **release:** update workspace imports during release ([26dfaee](https://github.com/johngeorgewright/targetd/commit/26dfaeeb261a18ee4c73f8b4c8b00d15f614cc30))
* update deno.json references from deno.jsonc to deno.json across multiple packages ([84ff5ae](https://github.com/johngeorgewright/targetd/commit/84ff5ae4affb577d2f5a71a60841682f8bcb1159))

## [8.1.2](https://github.com/johngeorgewright/targetd/compare/@targetd/server-v8.1.1...@targetd/server-v8.1.2) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@targetd/server",
"description": "Express-based HTTP server for exposing @targetd/api Data instances via REST endpoints with built-in CORS and error handling.",
"version": "8.1.2",
"version": "8.1.3",
"exports": "./src/index.ts",
"imports": {
"@johngw/error": "npm:@johngw/error@^2.2.2",
Expand Down
Loading