diff --git a/.changeset/gorgeous-crabs-rush.md b/.changeset/gorgeous-crabs-rush.md deleted file mode 100644 index 80f4c734a..000000000 --- a/.changeset/gorgeous-crabs-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'test-utils': minor ---- - -A new mocked test client for testing diff --git a/.changeset/hungry-sheep-join.md b/.changeset/hungry-sheep-join.md deleted file mode 100644 index 69dfbc295..000000000 --- a/.changeset/hungry-sheep-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gqty': patch ---- - -Allow `resolve` to return `null` diff --git a/internal/test-utils/CHANGELOG.md b/internal/test-utils/CHANGELOG.md new file mode 100644 index 000000000..1b6142064 --- /dev/null +++ b/internal/test-utils/CHANGELOG.md @@ -0,0 +1,16 @@ +# test-utils + +## 0.2.0 + +### Minor Changes + +- [#1992](https://github.com/gqty-dev/gqty/pull/1992) + [`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771) + Thanks [@vicary](https://github.com/vicary)! - A new mocked test client for + testing + +### Patch Changes + +- Updated dependencies + [[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]: + - gqty@3.2.1 diff --git a/internal/test-utils/package.json b/internal/test-utils/package.json index b213fa3f9..8c6a0ad70 100644 --- a/internal/test-utils/package.json +++ b/internal/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "test-utils", - "version": "0.1.0", + "version": "0.2.0", "private": true, "license": "MIT", "author": "PabloSzx ", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5d807b348..d4552199c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @gqty/cli +## 4.1.1 + +### Patch Changes + +- Updated dependencies + [[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]: + - gqty@3.2.1 + ## 4.1.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bbb8fe6be..71a531e0b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gqty/cli", - "version": "4.1.0", + "version": "4.1.1", "description": "Interactive codegen for GQty", "keywords": [ "client", diff --git a/packages/gqty/CHANGELOG.md b/packages/gqty/CHANGELOG.md index 45d2d3e54..b8d0e170b 100644 --- a/packages/gqty/CHANGELOG.md +++ b/packages/gqty/CHANGELOG.md @@ -1,5 +1,14 @@ # gqty +## 3.2.1 + +### Patch Changes + +- [#1992](https://github.com/gqty-dev/gqty/pull/1992) + [`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771) + Thanks [@vicary](https://github.com/vicary)! - Allow `resolve` to return + `null` + ## 3.2.0 ### Minor Changes diff --git a/packages/gqty/package.json b/packages/gqty/package.json index 77447d3c6..ef7afd910 100644 --- a/packages/gqty/package.json +++ b/packages/gqty/package.json @@ -1,6 +1,6 @@ { "name": "gqty", - "version": "3.2.0", + "version": "3.2.1", "description": "The No-GraphQL Client for TypeScript", "homepage": "https://gqty.dev", "repository": { @@ -109,7 +109,7 @@ "p-lazy": "^3.1.0", "serve": "^14.2.3", "size-limit": "^11.1.4", - "test-utils": "workspace:^0.1.0", + "test-utils": "workspace:^0.2.0", "tsc-watch": "^6.2.0", "type-fest": "^4.24.0", "typescript": "^5.5.4", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 307eed0fb..ffaef6df8 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,5 +1,13 @@ # @gqty/logger +## 3.0.4 + +### Patch Changes + +- Updated dependencies + [[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]: + - gqty@3.2.1 + ## 3.0.2 ### Patch Changes diff --git a/packages/logger/package.json b/packages/logger/package.json index 04e715a8e..6e6dcff9b 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@gqty/logger", - "version": "3.0.3", + "version": "3.0.4", "description": "A debug logger for GQty", "homepage": "https://gqty.dev", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 819eed095..fe1a769c9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @gqty/react +## 3.0.4 + +### Patch Changes + +- Updated dependencies + [[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]: + - gqty@3.2.1 + ## 3.0.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index f37b6ebf2..ea5850896 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@gqty/react", - "version": "3.0.3", + "version": "3.0.4", "description": "The No-GraphQL Client for React", "keywords": [ "cache", diff --git a/packages/subscriptions/CHANGELOG.md b/packages/subscriptions/CHANGELOG.md index 88acb5498..baa39018c 100644 --- a/packages/subscriptions/CHANGELOG.md +++ b/packages/subscriptions/CHANGELOG.md @@ -1,5 +1,13 @@ # @gqty/subscriptions +## 3.0.3 + +### Patch Changes + +- Updated dependencies + [[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]: + - gqty@3.2.1 + ## 3.0.2 ### Patch Changes diff --git a/packages/subscriptions/package.json b/packages/subscriptions/package.json index ed6b61a34..7e2605934 100644 --- a/packages/subscriptions/package.json +++ b/packages/subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@gqty/subscriptions", - "version": "3.0.2", + "version": "3.0.3", "private": true, "homepage": "https://gqty.dev", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c27b30059..98d0b91b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -635,7 +635,7 @@ importers: specifier: ^11.1.4 version: 11.1.4 test-utils: - specifier: workspace:^0.1.0 + specifier: workspace:^0.2.0 version: link:../../internal/test-utils tsc-watch: specifier: ^6.2.0