diff --git a/.changeset/loud-coats-hope.md b/.changeset/loud-coats-hope.md deleted file mode 100644 index 18c59c8ab..000000000 --- a/.changeset/loud-coats-hope.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@keystar/ui': patch -'@keystatic/astro': patch -'@keystatic/create': patch -'@keystatic/core': patch -'@keystatic/next': patch -'@keystatic/remix': patch ---- - -Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option diff --git a/.changeset/unlucky-goats-pull.md b/.changeset/unlucky-goats-pull.md deleted file mode 100644 index dc540d409..000000000 --- a/.changeset/unlucky-goats-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystar/ui': patch ---- - -Add JSDoc previews for icons diff --git a/design-system/docs/CHANGELOG.md b/design-system/docs/CHANGELOG.md index f26555dc0..f262ced0b 100644 --- a/design-system/docs/CHANGELOG.md +++ b/design-system/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # @voussoir/docs +## 0.0.66 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]: + - @keystar/ui@0.7.18 + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 0.0.65 ### Patch Changes diff --git a/design-system/docs/package.json b/design-system/docs/package.json index 5f2c44721..660d93c95 100644 --- a/design-system/docs/package.json +++ b/design-system/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/docs", - "version": "0.0.65", + "version": "0.0.66", "private": true, "license": "MIT", "scripts": { diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index 28302b438..9b49642ec 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystar/ui +## 0.7.18 + +### Patch Changes + +- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option + +- [#1412](https://github.com/Thinkmill/keystatic/pull/1412) [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5) Thanks [@emmatown](https://github.com/emmatown)! - Add JSDoc previews for icons + ## 0.7.17 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index bf6e0760c..633f2d46d 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.7.17", + "version": "0.7.18", "license": "MIT AND Apache-2.0", "repository": { "type": "git", diff --git a/dev-projects/astro-content/CHANGELOG.md b/dev-projects/astro-content/CHANGELOG.md index 937fb7271..6ab376329 100644 --- a/dev-projects/astro-content/CHANGELOG.md +++ b/dev-projects/astro-content/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-content +## 0.0.48 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/astro@5.0.6 + - @keystatic/core@0.5.46 + ## 0.0.47 ### Patch Changes diff --git a/dev-projects/astro-content/package.json b/dev-projects/astro-content/package.json index a3b5801e4..ca439c33f 100644 --- a/dev-projects/astro-content/package.json +++ b/dev-projects/astro-content/package.json @@ -1,7 +1,7 @@ { "name": "@example/astro-content", "type": "module", - "version": "0.0.47", + "version": "0.0.48", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/astro/CHANGELOG.md b/dev-projects/astro/CHANGELOG.md index ce6cab355..92bdd53a0 100644 --- a/dev-projects/astro/CHANGELOG.md +++ b/dev-projects/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/test-astro +## 0.0.125 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/astro@5.0.6 + - @keystatic/core@0.5.46 + ## 0.0.124 ### Patch Changes diff --git a/dev-projects/astro/package.json b/dev-projects/astro/package.json index ff23e13f1..0241c56f0 100644 --- a/dev-projects/astro/package.json +++ b/dev-projects/astro/package.json @@ -1,7 +1,7 @@ { "name": "@example/astro", "type": "module", - "version": "0.0.124", + "version": "0.0.125", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/localization/CHANGELOG.md b/dev-projects/localization/CHANGELOG.md index acc4bd109..453c9a759 100644 --- a/dev-projects/localization/CHANGELOG.md +++ b/dev-projects/localization/CHANGELOG.md @@ -1,5 +1,13 @@ # localization +## 0.1.133 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 0.1.132 ### Patch Changes diff --git a/dev-projects/localization/package.json b/dev-projects/localization/package.json index 04eccfd96..f95b726a5 100644 --- a/dev-projects/localization/package.json +++ b/dev-projects/localization/package.json @@ -1,6 +1,6 @@ { "name": "@example/localization", - "version": "0.1.132", + "version": "0.1.133", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-app/CHANGELOG.md b/dev-projects/next-app/CHANGELOG.md index 8f38d9d2c..dfccb5e6f 100644 --- a/dev-projects/next-app/CHANGELOG.md +++ b/dev-projects/next-app/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/test-next-app +## 0.0.140 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]: + - @keystar/ui@0.7.18 + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 0.0.139 ### Patch Changes diff --git a/dev-projects/next-app/package.json b/dev-projects/next-app/package.json index d9254910c..eac599569 100644 --- a/dev-projects/next-app/package.json +++ b/dev-projects/next-app/package.json @@ -1,6 +1,6 @@ { "name": "@example/next-app", - "version": "0.0.139", + "version": "0.0.140", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/next-blocks-builder/CHANGELOG.md b/dev-projects/next-blocks-builder/CHANGELOG.md index a49bd9f9d..908bc6ef1 100644 --- a/dev-projects/next-blocks-builder/CHANGELOG.md +++ b/dev-projects/next-blocks-builder/CHANGELOG.md @@ -1,5 +1,13 @@ # @example/next-block-builder +## 0.1.46 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 0.1.45 ### Patch Changes diff --git a/dev-projects/next-blocks-builder/package.json b/dev-projects/next-blocks-builder/package.json index 7f40451f1..00546426a 100644 --- a/dev-projects/next-blocks-builder/package.json +++ b/dev-projects/next-blocks-builder/package.json @@ -1,6 +1,6 @@ { "name": "@example/next-block-builder", - "version": "0.1.45", + "version": "0.1.46", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-pages/CHANGELOG.md b/dev-projects/next-pages/CHANGELOG.md index 064819f48..09c886522 100644 --- a/dev-projects/next-pages/CHANGELOG.md +++ b/dev-projects/next-pages/CHANGELOG.md @@ -1,5 +1,14 @@ # @example/next-pages +## 0.0.138 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]: + - @keystar/ui@0.7.18 + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 0.0.137 ### Patch Changes diff --git a/dev-projects/next-pages/package.json b/dev-projects/next-pages/package.json index 2c27db3f2..92f4736cf 100644 --- a/dev-projects/next-pages/package.json +++ b/dev-projects/next-pages/package.json @@ -1,6 +1,6 @@ { "name": "@example/next-pages", - "version": "0.0.137", + "version": "0.0.138", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/remix/CHANGELOG.md b/dev-projects/remix/CHANGELOG.md index b16aa380f..788d4aca3 100644 --- a/dev-projects/remix/CHANGELOG.md +++ b/dev-projects/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/remix-test-app +## 0.1.44 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + - @keystatic/remix@5.0.3 + ## 0.1.43 ### Patch Changes diff --git a/dev-projects/remix/package.json b/dev-projects/remix/package.json index b499b4c41..f9062b2ec 100644 --- a/dev-projects/remix/package.json +++ b/dev-projects/remix/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/remix-test-app", - "version": "0.1.43", + "version": "0.1.44", "type": "module", "private": true, "sideEffects": false, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d1269c990..1e5bd5768 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # keystatic-docs +## 1.0.64 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]: + - @keystar/ui@0.7.18 + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 1.0.63 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 5243edd83..974d7e4f8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "keystatic-docs", - "version": "1.0.63", + "version": "1.0.64", "description": "", "private": true, "scripts": { diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 160f90661..91d3fc86a 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/astro +## 5.0.6 + +### Patch Changes + +- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + ## 5.0.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 03fd9c532..115437ec5 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/astro", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "repository": { "type": "git", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 0b17fdac9..47bafc91c 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystatic/create +## 0.0.6 + +### Patch Changes + +- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option + ## 0.0.5 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index e961f92c9..7f9e10b4e 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/create", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "bin": { "create-keystatic": "./bin.js" diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index 2decc3011..5e7238927 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/core +## 0.5.46 + +### Patch Changes + +- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]: + - @keystar/ui@0.7.18 + ## 0.5.45 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index d92028a79..883cb7f7d 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.5.45", + "version": "0.5.46", "license": "MIT", "repository": { "type": "git", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 8c23eb0f7..3e4f4a076 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/next +## 5.0.4 + +### Patch Changes + +- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + ## 5.0.3 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 0f720a1ac..cd843bfb3 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/next", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "repository": { "type": "git", diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 82b76e0ea..ee0fc42a1 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/remix +## 5.0.3 + +### Patch Changes + +- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + ## 5.0.2 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index caff86eff..415ec5170 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/remix", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "repository": { "type": "git", diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index 6d2c11465..7f4a83ac7 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-astro +## 0.0.59 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/astro@5.0.6 + - @keystatic/core@0.5.46 + ## 0.0.58 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index 2691a1b4e..5c4991b1b 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-astro", - "version": "0.0.58", + "version": "0.0.59", "license": "MIT", "repository": { "type": "git", diff --git a/templates/nextjs/CHANGELOG.md b/templates/nextjs/CHANGELOG.md index 1dfdca6db..c9de59b0c 100644 --- a/templates/nextjs/CHANGELOG.md +++ b/templates/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-nextjs +## 0.0.60 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + - @keystatic/next@5.0.4 + ## 0.0.59 ### Patch Changes diff --git a/templates/nextjs/package.json b/templates/nextjs/package.json index 2d50f1a42..bc5c07687 100644 --- a/templates/nextjs/package.json +++ b/templates/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-nextjs", - "version": "0.0.59", + "version": "0.0.60", "license": "MIT", "repository": { "type": "git", diff --git a/templates/remix/CHANGELOG.md b/templates/remix/CHANGELOG.md index 5b7a29e35..a7ab5abd5 100644 --- a/templates/remix/CHANGELOG.md +++ b/templates/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-remix +## 0.0.47 + +### Patch Changes + +- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]: + - @keystatic/core@0.5.46 + - @keystatic/remix@5.0.3 + ## 0.0.46 ### Patch Changes diff --git a/templates/remix/package.json b/templates/remix/package.json index 650841a15..349101797 100644 --- a/templates/remix/package.json +++ b/templates/remix/package.json @@ -1,7 +1,7 @@ { "name": "@keystatic/templates-remix", "type": "module", - "version": "0.0.46", + "version": "0.0.47", "license": "MIT", "repository": { "type": "git",