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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/api": "10.0.1",
"packages/client": "9.0.1",
"packages/api": "10.0.2",
"packages/client": "9.1.0",
"packages/date-range": "8.0.1",
"packages/explode": "6.0.1",
"packages/fs": "9.0.1",
Expand Down
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.0.2](https://github.com/jg-wright/targetd/compare/@targetd/api-v10.0.1...@targetd/api-v10.0.2) (2026-06-01)


### Bug Fixes

* **api:** preserve optional payload properties through variable resolver ([e595f71](https://github.com/jg-wright/targetd/commit/e595f71ffd1f6372ae6284b9b17fe54243527c57))

## [10.0.1](https://github.com/jg-wright/targetd/compare/@targetd/api-v10.0.0...@targetd/api-v10.0.1) (2026-05-18)


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

## [9.1.0](https://github.com/jg-wright/targetd/compare/@targetd/client-v9.0.1...@targetd/client-v9.1.0) (2026-06-01)


### Features

* **client:** expose a static factory that only requires a schema ([675b426](https://github.com/jg-wright/targetd/commit/675b426a26e6f4be6e092292ecf3f1036b2e22d9))

## [9.0.1](https://github.com/jg-wright/targetd/compare/@targetd/client-v9.0.0...@targetd/client-v9.0.1) (2026-05-18)


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": "9.0.1",
"version": "9.1.0",
"exports": "./src/index.ts",
"imports": {
"@targetd/api": "jsr:@targetd/api@^10.0.0",
Expand Down