From 79c826253add8991172e24ca7517abb0366a0ce7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:38:37 +1000 Subject: [PATCH] Version Packages (#1355) Co-authored-by: github-actions[bot] --- .changeset/mighty-apples-tan.md | 5 ----- design-system/docs/CHANGELOG.md | 8 ++++++++ design-system/docs/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 | 8 ++++++++ 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 | 8 ++++++++ dev-projects/next-pages/package.json | 2 +- dev-projects/remix/CHANGELOG.md | 8 ++++++++ dev-projects/remix/package.json | 2 +- docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 2 +- packages/keystatic/CHANGELOG.md | 6 ++++++ 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 +- 27 files changed, 115 insertions(+), 18 deletions(-) delete mode 100644 .changeset/mighty-apples-tan.md diff --git a/.changeset/mighty-apples-tan.md b/.changeset/mighty-apples-tan.md deleted file mode 100644 index 679f1e1d6..000000000 --- a/.changeset/mighty-apples-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Improve syntax highlighting in the `fields.mdx`/`fields.markdoc` editor to only use the first word in the info string to match the language. This is primarily for `fields.mdx` to allow additional information in the info string beyond the editor. In `fields.markdoc` additional content after the first word will be stripped since Markdoc expresses additional information using Markdoc annotations which Keystatic already exposes UI for if `options.codeBlock.schema` is configured. diff --git a/design-system/docs/CHANGELOG.md b/design-system/docs/CHANGELOG.md index 286a56614..f7dde04f2 100644 --- a/design-system/docs/CHANGELOG.md +++ b/design-system/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # @voussoir/docs +## 0.0.61 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 0.0.60 ### Patch Changes diff --git a/design-system/docs/package.json b/design-system/docs/package.json index 6f49b7a7c..6bc09b1f2 100644 --- a/design-system/docs/package.json +++ b/design-system/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/docs", - "version": "0.0.60", + "version": "0.0.61", "private": true, "license": "MIT", "scripts": { diff --git a/dev-projects/astro-content/CHANGELOG.md b/dev-projects/astro-content/CHANGELOG.md index 0f872d9b5..7aca6973a 100644 --- a/dev-projects/astro-content/CHANGELOG.md +++ b/dev-projects/astro-content/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-content +## 0.0.43 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/astro@5.0.3 + ## 0.0.42 ### Patch Changes diff --git a/dev-projects/astro-content/package.json b/dev-projects/astro-content/package.json index 1464e5cba..9756a5386 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.42", + "version": "0.0.43", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/astro/CHANGELOG.md b/dev-projects/astro/CHANGELOG.md index 2cf5abaa6..e9c99a82c 100644 --- a/dev-projects/astro/CHANGELOG.md +++ b/dev-projects/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/test-astro +## 0.0.120 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/astro@5.0.3 + ## 0.0.119 ### Patch Changes diff --git a/dev-projects/astro/package.json b/dev-projects/astro/package.json index cb7b2debe..cf38bd1fa 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.119", + "version": "0.0.120", "private": true, "scripts": { "dev": "astro dev", diff --git a/dev-projects/localization/CHANGELOG.md b/dev-projects/localization/CHANGELOG.md index b8f4a6823..11631ba0b 100644 --- a/dev-projects/localization/CHANGELOG.md +++ b/dev-projects/localization/CHANGELOG.md @@ -1,5 +1,13 @@ # localization +## 0.1.128 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 0.1.127 ### Patch Changes diff --git a/dev-projects/localization/package.json b/dev-projects/localization/package.json index f9d57eeeb..1a2824a21 100644 --- a/dev-projects/localization/package.json +++ b/dev-projects/localization/package.json @@ -1,6 +1,6 @@ { "name": "@example/localization", - "version": "0.1.127", + "version": "0.1.128", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-app/CHANGELOG.md b/dev-projects/next-app/CHANGELOG.md index eab67b5e6..74278a396 100644 --- a/dev-projects/next-app/CHANGELOG.md +++ b/dev-projects/next-app/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/test-next-app +## 0.0.135 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 0.0.134 ### Patch Changes diff --git a/dev-projects/next-app/package.json b/dev-projects/next-app/package.json index 1c42964dd..27a0a2483 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.134", + "version": "0.0.135", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/next-blocks-builder/CHANGELOG.md b/dev-projects/next-blocks-builder/CHANGELOG.md index b27633af9..d391153bf 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.41 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 0.1.40 ### Patch Changes diff --git a/dev-projects/next-blocks-builder/package.json b/dev-projects/next-blocks-builder/package.json index ea4830c32..91f0f4fb6 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.40", + "version": "0.1.41", "private": true, "scripts": { "dev": "next dev", diff --git a/dev-projects/next-pages/CHANGELOG.md b/dev-projects/next-pages/CHANGELOG.md index 21506c0c3..e124c11f5 100644 --- a/dev-projects/next-pages/CHANGELOG.md +++ b/dev-projects/next-pages/CHANGELOG.md @@ -1,5 +1,13 @@ # @example/next-pages +## 0.0.133 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 0.0.132 ### Patch Changes diff --git a/dev-projects/next-pages/package.json b/dev-projects/next-pages/package.json index d278608fd..9a797e3c0 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.132", + "version": "0.0.133", "license": "MIT", "private": true, "scripts": { diff --git a/dev-projects/remix/CHANGELOG.md b/dev-projects/remix/CHANGELOG.md index e5aa4b02e..8b7aae1ef 100644 --- a/dev-projects/remix/CHANGELOG.md +++ b/dev-projects/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/remix-test-app +## 0.1.39 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/remix@5.0.0 + ## 0.1.38 ### Patch Changes diff --git a/dev-projects/remix/package.json b/dev-projects/remix/package.json index e9dbd7343..35d68525d 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.38", + "version": "0.1.39", "type": "module", "private": true, "sideEffects": false, diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 753fefb6f..b4a855a0f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # keystatic-docs +## 1.0.59 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 1.0.58 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 7509ac17d..a7da19afd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "keystatic-docs", - "version": "1.0.58", + "version": "1.0.59", "description": "", "private": true, "scripts": { diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index dc3f2871b..2d584fdb2 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystatic/core +## 0.5.41 + +### Patch Changes + +- [#1354](https://github.com/Thinkmill/keystatic/pull/1354) [`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f) Thanks [@emmatown](https://github.com/emmatown)! - Improve syntax highlighting in the `fields.mdx`/`fields.markdoc` editor to only use the first word in the info string to match the language. This is primarily for `fields.mdx` to allow additional information in the info string beyond the editor. In `fields.markdoc` additional content after the first word will be stripped since Markdoc expresses additional information using Markdoc annotations which Keystatic already exposes UI for if `options.codeBlock.schema` is configured. + ## 0.5.40 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index adc37e659..ac9628d93 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.5.40", + "version": "0.5.41", "license": "MIT", "repository": { "type": "git", diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index 5bd9964a5..996b445e7 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-astro +## 0.0.53 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/astro@5.0.3 + ## 0.0.52 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index 79a400502..d33cab148 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-astro", - "version": "0.0.52", + "version": "0.0.53", "license": "MIT", "scripts": { "dev": "astro dev", diff --git a/templates/nextjs/CHANGELOG.md b/templates/nextjs/CHANGELOG.md index cea6c3bcd..ab1af2699 100644 --- a/templates/nextjs/CHANGELOG.md +++ b/templates/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-nextjs +## 0.0.54 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/next@5.0.1 + ## 0.0.53 ### Patch Changes diff --git a/templates/nextjs/package.json b/templates/nextjs/package.json index 65e25b985..a9ba25c8e 100644 --- a/templates/nextjs/package.json +++ b/templates/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-nextjs", - "version": "0.0.53", + "version": "0.0.54", "license": "MIT", "scripts": { "build": "next build", diff --git a/templates/remix/CHANGELOG.md b/templates/remix/CHANGELOG.md index a654f2eac..fdd6876ab 100644 --- a/templates/remix/CHANGELOG.md +++ b/templates/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/templates-remix +## 0.0.41 + +### Patch Changes + +- Updated dependencies [[`02a7441`](https://github.com/Thinkmill/keystatic/commit/02a7441ed722bf93f32f236cc90521549a5e0a9f)]: + - @keystatic/core@0.5.41 + - @keystatic/remix@5.0.0 + ## 0.0.40 ### Patch Changes diff --git a/templates/remix/package.json b/templates/remix/package.json index d9cf5678f..deeceef32 100644 --- a/templates/remix/package.json +++ b/templates/remix/package.json @@ -1,7 +1,7 @@ { "name": "@keystatic/templates-remix", "type": "module", - "version": "0.0.40", + "version": "0.0.41", "license": "MIT", "scripts": { "build": "remix vite:build",