diff --git a/.changeset/seven-mugs-retire.md b/.changeset/seven-mugs-retire.md deleted file mode 100644 index bc814df92..000000000 --- a/.changeset/seven-mugs-retire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystatic/core': patch -'@keystar/ui': patch ---- - -Expose `FieldDescription` from "@keystar/ui/field" package. diff --git a/.changeset/sour-ravens-know.md b/.changeset/sour-ravens-know.md deleted file mode 100644 index 3c8b8527a..000000000 --- a/.changeset/sour-ravens-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Return more useful error when reaching `/api/keystatic/github/created-app` route when the GitHub App is already setup diff --git a/.changeset/spotty-badgers-punch.md b/.changeset/spotty-badgers-punch.md deleted file mode 100644 index b4bbc759c..000000000 --- a/.changeset/spotty-badgers-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@keystatic/core": patch ---- - -Add link to created GitHub App in generated `.env` diff --git a/design-system/docs/CHANGELOG.md b/design-system/docs/CHANGELOG.md index f7dde04f2..14d786f46 100644 --- a/design-system/docs/CHANGELOG.md +++ b/design-system/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # @voussoir/docs +## 0.0.62 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystar/ui@0.7.14 + - @keystatic/next@5.0.1 + ## 0.0.61 ### Patch Changes diff --git a/design-system/docs/package.json b/design-system/docs/package.json index 6bc09b1f2..cadf52e52 100644 --- a/design-system/docs/package.json +++ b/design-system/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/docs", - "version": "0.0.61", + "version": "0.0.62", "private": true, "license": "MIT", "scripts": { diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index 164a44caf..43569d41f 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystar/ui +## 0.7.14 + +### Patch Changes + +- [#1363](https://github.com/Thinkmill/keystatic/pull/1363) [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd) Thanks [@jossmac](https://github.com/jossmac)! - Expose `FieldDescription` from "@keystar/ui/field" package. + ## 0.7.13 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index 7abc3a8aa..7c5a2469e 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.7.13", + "version": "0.7.14", "license": "MIT", "main": "", "module": "", diff --git a/dev-projects/astro-content/CHANGELOG.md b/dev-projects/astro-content/CHANGELOG.md index 7aca6973a..3e9a5dc48 100644 --- a/dev-projects/astro-content/CHANGELOG.md +++ b/dev-projects/astro-content/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-content +## 0.0.44 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/astro@5.0.3 + ## 0.0.43 ### Patch Changes diff --git a/dev-projects/astro-content/package.json b/dev-projects/astro-content/package.json index 9756a5386..74ecfe1ba 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.43", + "version": "0.0.44", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/astro/CHANGELOG.md b/dev-projects/astro/CHANGELOG.md index e9c99a82c..43226cee5 100644 --- a/dev-projects/astro/CHANGELOG.md +++ b/dev-projects/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/test-astro +## 0.0.121 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/astro@5.0.3 + ## 0.0.120 ### Patch Changes diff --git a/dev-projects/astro/package.json b/dev-projects/astro/package.json index cf38bd1fa..48c93df3a 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.120", + "version": "0.0.121", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/localization/CHANGELOG.md b/dev-projects/localization/CHANGELOG.md index 11631ba0b..0e215250d 100644 --- a/dev-projects/localization/CHANGELOG.md +++ b/dev-projects/localization/CHANGELOG.md @@ -1,5 +1,13 @@ # localization +## 0.1.129 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/next@5.0.1 + ## 0.1.128 ### Patch Changes diff --git a/dev-projects/localization/package.json b/dev-projects/localization/package.json index 1a2824a21..9ee9c178d 100644 --- a/dev-projects/localization/package.json +++ b/dev-projects/localization/package.json @@ -1,6 +1,6 @@ { "name": "@example/localization", - "version": "0.1.128", + "version": "0.1.129", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-app/CHANGELOG.md b/dev-projects/next-app/CHANGELOG.md index 74278a396..19ec1826d 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.136 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystar/ui@0.7.14 + - @keystatic/next@5.0.1 + ## 0.0.135 ### Patch Changes diff --git a/dev-projects/next-app/package.json b/dev-projects/next-app/package.json index 27a0a2483..7b7b44388 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.135", + "version": "0.0.136", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/next-blocks-builder/CHANGELOG.md b/dev-projects/next-blocks-builder/CHANGELOG.md index d391153bf..b923bcbde 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.42 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/next@5.0.1 + ## 0.1.41 ### Patch Changes diff --git a/dev-projects/next-blocks-builder/package.json b/dev-projects/next-blocks-builder/package.json index 91f0f4fb6..a3966a6db 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.41", + "version": "0.1.42", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-pages/CHANGELOG.md b/dev-projects/next-pages/CHANGELOG.md index e124c11f5..5508fdc2c 100644 --- a/dev-projects/next-pages/CHANGELOG.md +++ b/dev-projects/next-pages/CHANGELOG.md @@ -1,5 +1,14 @@ # @example/next-pages +## 0.0.134 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystar/ui@0.7.14 + - @keystatic/next@5.0.1 + ## 0.0.133 ### Patch Changes diff --git a/dev-projects/next-pages/package.json b/dev-projects/next-pages/package.json index 9a797e3c0..810616534 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.133", + "version": "0.0.134", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/remix/CHANGELOG.md b/dev-projects/remix/CHANGELOG.md index 8b7aae1ef..7e153d61f 100644 --- a/dev-projects/remix/CHANGELOG.md +++ b/dev-projects/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/remix-test-app +## 0.1.40 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/remix@5.0.0 + ## 0.1.39 ### Patch Changes diff --git a/dev-projects/remix/package.json b/dev-projects/remix/package.json index 35d68525d..b1a298c50 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.39", + "version": "0.1.40", "type": "module", "private": true, "sideEffects": false, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b4a855a0f..14d2b3cd1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # keystatic-docs +## 1.0.60 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystar/ui@0.7.14 + - @keystatic/next@5.0.1 + ## 1.0.59 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index a7da19afd..c3db880b1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "keystatic-docs", - "version": "1.0.59", + "version": "1.0.60", "description": "", "private": true, "scripts": { diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index 2d584fdb2..b43cea7a7 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystatic/core +## 0.5.42 + +### Patch Changes + +- [#1363](https://github.com/Thinkmill/keystatic/pull/1363) [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd) Thanks [@jossmac](https://github.com/jossmac)! - Expose `FieldDescription` from "@keystar/ui/field" package. + +- [#1364](https://github.com/Thinkmill/keystatic/pull/1364) [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52) Thanks [@emmatown](https://github.com/emmatown)! - Return more useful error when reaching `/api/keystatic/github/created-app` route when the GitHub App is already setup + +- [#1360](https://github.com/Thinkmill/keystatic/pull/1360) [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c) Thanks [@tordans](https://github.com/tordans)! - Add link to created GitHub App in generated `.env` + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd)]: + - @keystar/ui@0.7.14 + ## 0.5.41 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index ac9628d93..660a52b0b 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.5.41", + "version": "0.5.42", "license": "MIT", "repository": { "type": "git", diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index 996b445e7..bc6a9ad5f 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-astro +## 0.0.54 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/astro@5.0.3 + ## 0.0.53 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index d33cab148..8a5d05a10 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-astro", - "version": "0.0.53", + "version": "0.0.54", "license": "MIT", "scripts": { "dev": "astro dev", diff --git a/templates/nextjs/CHANGELOG.md b/templates/nextjs/CHANGELOG.md index ab1af2699..f7a6a282c 100644 --- a/templates/nextjs/CHANGELOG.md +++ b/templates/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-nextjs +## 0.0.55 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/next@5.0.1 + ## 0.0.54 ### Patch Changes diff --git a/templates/nextjs/package.json b/templates/nextjs/package.json index a9ba25c8e..f8ff13933 100644 --- a/templates/nextjs/package.json +++ b/templates/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-nextjs", - "version": "0.0.54", + "version": "0.0.55", "license": "MIT", "scripts": { "build": "next build", diff --git a/templates/remix/CHANGELOG.md b/templates/remix/CHANGELOG.md index fdd6876ab..5a4abd3b9 100644 --- a/templates/remix/CHANGELOG.md +++ b/templates/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-remix +## 0.0.42 + +### Patch Changes + +- Updated dependencies [[`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`46d9c55`](https://github.com/Thinkmill/keystatic/commit/46d9c55cf17faea7b17568d4850e0b29dc362b52), [`0d69577`](https://github.com/Thinkmill/keystatic/commit/0d69577c4b6dbfdc6f447e3aab7bd8ce7e254f0c)]: + - @keystatic/core@0.5.42 + - @keystatic/remix@5.0.0 + ## 0.0.41 ### Patch Changes diff --git a/templates/remix/package.json b/templates/remix/package.json index deeceef32..9919a2952 100644 --- a/templates/remix/package.json +++ b/templates/remix/package.json @@ -1,7 +1,7 @@ { "name": "@keystatic/templates-remix", "type": "module", - "version": "0.0.41", + "version": "0.0.42", "license": "MIT", "scripts": { "build": "remix vite:build",