From 6fe0372f34e5bdefbed3c998b1f8987e10ab0977 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:38:43 +1000 Subject: [PATCH] Version Packages (#1362) Co-authored-by: github-actions[bot] --- .changeset/fast-trainers-watch.md | 5 ----- .changeset/license-fix.md | 5 ----- .changeset/seven-mugs-retire.md | 6 ------ .changeset/shiny-icons-deliver.md | 6 ------ .changeset/sour-ravens-know.md | 5 ----- .changeset/spotty-badgers-punch.md | 5 ----- design-system/docs/CHANGELOG.md | 9 +++++++++ design-system/docs/package.json | 2 +- design-system/pkg/CHANGELOG.md | 10 ++++++++++ design-system/pkg/package.json | 2 +- dev-projects/astro-content/CHANGELOG.md | 8 ++++++++ dev-projects/astro-content/package.json | 2 +- dev-projects/astro/CHANGELOG.md | 8 ++++++++ dev-projects/astro/package.json | 2 +- dev-projects/localization/CHANGELOG.md | 8 ++++++++ dev-projects/localization/package.json | 2 +- dev-projects/next-app/CHANGELOG.md | 9 +++++++++ dev-projects/next-app/package.json | 2 +- dev-projects/next-blocks-builder/CHANGELOG.md | 8 ++++++++ dev-projects/next-blocks-builder/package.json | 2 +- dev-projects/next-pages/CHANGELOG.md | 9 +++++++++ dev-projects/next-pages/package.json | 2 +- dev-projects/remix/CHANGELOG.md | 8 ++++++++ dev-projects/remix/package.json | 2 +- docs/CHANGELOG.md | 9 +++++++++ docs/package.json | 2 +- packages/keystatic/CHANGELOG.md | 17 +++++++++++++++++ packages/keystatic/package.json | 2 +- templates/astro/CHANGELOG.md | 8 ++++++++ templates/astro/package.json | 2 +- templates/nextjs/CHANGELOG.md | 8 ++++++++ templates/nextjs/package.json | 2 +- templates/remix/CHANGELOG.md | 8 ++++++++ templates/remix/package.json | 2 +- 34 files changed, 141 insertions(+), 46 deletions(-) delete mode 100644 .changeset/fast-trainers-watch.md delete mode 100644 .changeset/license-fix.md delete mode 100644 .changeset/seven-mugs-retire.md delete mode 100644 .changeset/shiny-icons-deliver.md delete mode 100644 .changeset/sour-ravens-know.md delete mode 100644 .changeset/spotty-badgers-punch.md diff --git a/.changeset/fast-trainers-watch.md b/.changeset/fast-trainers-watch.md deleted file mode 100644 index 0239873d8..000000000 --- a/.changeset/fast-trainers-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Improve error for invalid content field diff --git a/.changeset/license-fix.md b/.changeset/license-fix.md deleted file mode 100644 index ba59ecd08..000000000 --- a/.changeset/license-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystar/ui': patch ---- - -Fix LICENSE to be `MIT AND Apache-2.0` 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/shiny-icons-deliver.md b/.changeset/shiny-icons-deliver.md deleted file mode 100644 index f0ed4c01d..000000000 --- a/.changeset/shiny-icons-deliver.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystatic/core': patch -'@keystar/ui': patch ---- - -Move `move` drag and drop util to `@keystar/ui/drag-and-drop` 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..9cf72b6fd 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..6247ff460 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystar/ui +## 0.7.14 + +### Patch Changes + +- [#1366](https://github.com/Thinkmill/keystatic/pull/1366) [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63) Thanks [@dcousens](https://github.com/dcousens)! - Fix LICENSE to be `MIT AND Apache-2.0` + +- [#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. + +- [#1366](https://github.com/Thinkmill/keystatic/pull/1366) [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63) Thanks [@dcousens](https://github.com/dcousens)! - Move `move` drag and drop util to `@keystar/ui/drag-and-drop` + ## 0.7.13 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index c968597c1..02fa041f4 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 AND Apache-2.0", "main": "", "module": "", diff --git a/dev-projects/astro-content/CHANGELOG.md b/dev-projects/astro-content/CHANGELOG.md index 7aca6973a..908fa086a 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..6d92d71e1 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..f5da85994 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..b188640ae 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..ee1f3f2f1 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..35fb33d3a 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..75669a16c 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..054197f8e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # keystatic-docs +## 1.0.60 + +### Patch Changes + +- Updated dependencies [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..cb7f58127 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,22 @@ # @keystatic/core +## 0.5.42 + +### Patch Changes + +- [#1365](https://github.com/Thinkmill/keystatic/pull/1365) [`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545) Thanks [@emmatown](https://github.com/emmatown)! - Improve error for invalid content field + +- [#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. + +- [#1366](https://github.com/Thinkmill/keystatic/pull/1366) [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63) Thanks [@dcousens](https://github.com/dcousens)! - Move `move` drag and drop util to `@keystar/ui/drag-and-drop` + +- [#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 [[`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63)]: + - @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..c4e2cd207 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..614db8ad3 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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..a6003b639 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 [[`c65f48b`](https://github.com/Thinkmill/keystatic/commit/c65f48baa26e13f95e1a9bcdd41a203fbc59f545), [`0b0864f`](https://github.com/Thinkmill/keystatic/commit/0b0864f55d2893fecbc4cbdaa88a306f84e6f1dd), [`f6c883a`](https://github.com/Thinkmill/keystatic/commit/f6c883aa8d2da2c484e6e0105d59a85ed1859a63), [`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",