From 8248a1c87fe45122443271ac57dd044e9af4a337 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 02:39:34 +0000 Subject: [PATCH] Version Packages --- .changeset/nice-parrots-sort.md | 5 ----- .changeset/smart-monkeys-leave.md | 5 ----- .changeset/soft-guests-film.md | 13 ------------- design-system/docs/CHANGELOG.md | 9 +++++++++ design-system/docs/package.json | 2 +- design-system/pkg/CHANGELOG.md | 8 ++++++++ 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/astro/CHANGELOG.md | 9 +++++++++ packages/astro/package.json | 2 +- packages/create/CHANGELOG.md | 6 ++++++ packages/create/package.json | 2 +- packages/keystatic/CHANGELOG.md | 11 +++++++++++ packages/keystatic/package.json | 2 +- packages/next/CHANGELOG.md | 9 +++++++++ packages/next/package.json | 2 +- packages/remix/CHANGELOG.md | 9 +++++++++ packages/remix/package.json | 2 +- templates/astro/CHANGELOG.md | 10 ++++++++++ templates/astro/package.json | 2 +- templates/nextjs/CHANGELOG.md | 10 ++++++++++ templates/nextjs/package.json | 2 +- templates/remix/CHANGELOG.md | 10 ++++++++++ templates/remix/package.json | 2 +- 39 files changed, 176 insertions(+), 41 deletions(-) delete mode 100644 .changeset/nice-parrots-sort.md delete mode 100644 .changeset/smart-monkeys-leave.md delete mode 100644 .changeset/soft-guests-film.md diff --git a/.changeset/nice-parrots-sort.md b/.changeset/nice-parrots-sort.md deleted file mode 100644 index 301aba2b4..000000000 --- a/.changeset/nice-parrots-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -During onboarding, make sure the Deployed App URL does not have double slashes. diff --git a/.changeset/smart-monkeys-leave.md b/.changeset/smart-monkeys-leave.md deleted file mode 100644 index da1cfe054..000000000 --- a/.changeset/smart-monkeys-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystar/ui': patch ---- - -Remove unused "longpress" behaviour on `Menu` component. diff --git a/.changeset/soft-guests-film.md b/.changeset/soft-guests-film.md deleted file mode 100644 index 03769f936..000000000 --- a/.changeset/soft-guests-film.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@keystar/ui': patch -'@keystatic/astro': patch -'@keystatic/create': patch -'@keystatic/core': patch -'@keystatic/next': patch -'@keystatic/remix': patch -'@keystatic/templates-astro': patch -'@keystatic/templates-nextjs': patch -'@keystatic/templates-remix': patch ---- - -Add npm publishing provenance diff --git a/design-system/docs/CHANGELOG.md b/design-system/docs/CHANGELOG.md index 9cf72b6fd..1c61f27d0 100644 --- a/design-system/docs/CHANGELOG.md +++ b/design-system/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # @voussoir/docs +## 0.0.63 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystar/ui@0.7.15 + - @keystatic/next@5.0.2 + ## 0.0.62 ### Patch Changes diff --git a/design-system/docs/package.json b/design-system/docs/package.json index cadf52e52..2c7332670 100644 --- a/design-system/docs/package.json +++ b/design-system/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/docs", - "version": "0.0.62", + "version": "0.0.63", "private": true, "license": "MIT", "scripts": { diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index 6247ff460..c8c6baae0 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystar/ui +## 0.7.15 + +### Patch Changes + +- [#1370](https://github.com/Thinkmill/keystatic/pull/1370) [`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc) Thanks [@jossmac](https://github.com/jossmac)! - Remove unused "longpress" behaviour on `Menu` component. + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + ## 0.7.14 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index a267b3892..18ac080ac 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.7.14", + "version": "0.7.15", "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 908fa086a..345701937 100644 --- a/dev-projects/astro-content/CHANGELOG.md +++ b/dev-projects/astro-content/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-content +## 0.0.45 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/astro@5.0.4 + ## 0.0.44 ### Patch Changes diff --git a/dev-projects/astro-content/package.json b/dev-projects/astro-content/package.json index 74ecfe1ba..df945bc2f 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.44", + "version": "0.0.45", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/astro/CHANGELOG.md b/dev-projects/astro/CHANGELOG.md index 6d92d71e1..c4efd710e 100644 --- a/dev-projects/astro/CHANGELOG.md +++ b/dev-projects/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/test-astro +## 0.0.122 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/astro@5.0.4 + ## 0.0.121 ### Patch Changes diff --git a/dev-projects/astro/package.json b/dev-projects/astro/package.json index 48c93df3a..65a8f062e 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.121", + "version": "0.0.122", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/localization/CHANGELOG.md b/dev-projects/localization/CHANGELOG.md index f5da85994..4459e6fe3 100644 --- a/dev-projects/localization/CHANGELOG.md +++ b/dev-projects/localization/CHANGELOG.md @@ -1,5 +1,13 @@ # localization +## 0.1.130 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/next@5.0.2 + ## 0.1.129 ### Patch Changes diff --git a/dev-projects/localization/package.json b/dev-projects/localization/package.json index 9ee9c178d..447889d21 100644 --- a/dev-projects/localization/package.json +++ b/dev-projects/localization/package.json @@ -1,6 +1,6 @@ { "name": "@example/localization", - "version": "0.1.129", + "version": "0.1.130", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-app/CHANGELOG.md b/dev-projects/next-app/CHANGELOG.md index b188640ae..467d710d5 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.137 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystar/ui@0.7.15 + - @keystatic/next@5.0.2 + ## 0.0.136 ### Patch Changes diff --git a/dev-projects/next-app/package.json b/dev-projects/next-app/package.json index 7b7b44388..2b99e745a 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.136", + "version": "0.0.137", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/next-blocks-builder/CHANGELOG.md b/dev-projects/next-blocks-builder/CHANGELOG.md index ee1f3f2f1..f1e53c8af 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.43 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/next@5.0.2 + ## 0.1.42 ### Patch Changes diff --git a/dev-projects/next-blocks-builder/package.json b/dev-projects/next-blocks-builder/package.json index a3966a6db..5be8b3c89 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.42", + "version": "0.1.43", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-pages/CHANGELOG.md b/dev-projects/next-pages/CHANGELOG.md index 35fb33d3a..3af589adb 100644 --- a/dev-projects/next-pages/CHANGELOG.md +++ b/dev-projects/next-pages/CHANGELOG.md @@ -1,5 +1,14 @@ # @example/next-pages +## 0.0.135 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystar/ui@0.7.15 + - @keystatic/next@5.0.2 + ## 0.0.134 ### Patch Changes diff --git a/dev-projects/next-pages/package.json b/dev-projects/next-pages/package.json index 810616534..59775233d 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.134", + "version": "0.0.135", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/remix/CHANGELOG.md b/dev-projects/remix/CHANGELOG.md index 75669a16c..f88c6ba38 100644 --- a/dev-projects/remix/CHANGELOG.md +++ b/dev-projects/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/remix-test-app +## 0.1.41 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/remix@5.0.1 + ## 0.1.40 ### Patch Changes diff --git a/dev-projects/remix/package.json b/dev-projects/remix/package.json index b1a298c50..cf0827e0d 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.40", + "version": "0.1.41", "type": "module", "private": true, "sideEffects": false, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 054197f8e..40344f5f0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # keystatic-docs +## 1.0.61 + +### Patch Changes + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystar/ui@0.7.15 + - @keystatic/next@5.0.2 + ## 1.0.60 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index c3db880b1..3163ee16c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "keystatic-docs", - "version": "1.0.60", + "version": "1.0.61", "description": "", "private": true, "scripts": { diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 006ff93ce..a1334e958 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/astro +## 5.0.4 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + ## 5.0.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 8b80577f2..43eaa1d7f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/astro", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "repository": { "type": "git", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index de7914e8b..0b17fdac9 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystatic/create +## 0.0.5 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + ## 0.0.4 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index d892078d1..e961f92c9 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/create", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "bin": { "create-keystatic": "./bin.js" diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index cb7f58127..1a821e38e 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystatic/core +## 0.5.43 + +### Patch Changes + +- [#1373](https://github.com/Thinkmill/keystatic/pull/1373) [`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12) Thanks [@tordans](https://github.com/tordans)! - During onboarding, make sure the Deployed App URL does not have double slashes. + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystar/ui@0.7.15 + ## 0.5.42 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index 660a52b0b..cf7ea26e5 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.5.42", + "version": "0.5.43", "license": "MIT", "repository": { "type": "git", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index d1c9d90a9..d18d02a63 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/next +## 5.0.2 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + ## 5.0.1 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 984f6bfc5..6d3156d2f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/next", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "repository": { "type": "git", diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index d8119d288..038736134 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/remix +## 5.0.1 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + ## 5.0.0 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index f20b3b58e..15b5355ef 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/remix", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "repository": { "type": "git", diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index c4e2cd207..aaa858ed7 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystatic/templates-astro +## 0.0.55 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/astro@5.0.4 + ## 0.0.54 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index 6aa8db491..f1529d421 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-astro", - "version": "0.0.54", + "version": "0.0.55", "license": "MIT", "repository": { "type": "git", diff --git a/templates/nextjs/CHANGELOG.md b/templates/nextjs/CHANGELOG.md index 614db8ad3..0a1b5a331 100644 --- a/templates/nextjs/CHANGELOG.md +++ b/templates/nextjs/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystatic/templates-nextjs +## 0.0.56 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/next@5.0.2 + ## 0.0.55 ### Patch Changes diff --git a/templates/nextjs/package.json b/templates/nextjs/package.json index 117603887..ae3ead9a5 100644 --- a/templates/nextjs/package.json +++ b/templates/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-nextjs", - "version": "0.0.55", + "version": "0.0.56", "license": "MIT", "repository": { "type": "git", diff --git a/templates/remix/CHANGELOG.md b/templates/remix/CHANGELOG.md index a6003b639..e1ebc3ad4 100644 --- a/templates/remix/CHANGELOG.md +++ b/templates/remix/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystatic/templates-remix +## 0.0.43 + +### Patch Changes + +- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance + +- Updated dependencies [[`1a23c5b`](https://github.com/Thinkmill/keystatic/commit/1a23c5bd3b6595bfa4bf4c4e554717111e6e3a12), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]: + - @keystatic/core@0.5.43 + - @keystatic/remix@5.0.1 + ## 0.0.42 ### Patch Changes diff --git a/templates/remix/package.json b/templates/remix/package.json index 75a0c4d11..b58dceded 100644 --- a/templates/remix/package.json +++ b/templates/remix/package.json @@ -1,7 +1,7 @@ { "name": "@keystatic/templates-remix", "type": "module", - "version": "0.0.42", + "version": "0.0.43", "license": "MIT", "repository": { "type": "git",