diff --git a/.changeset/gold-pillows-design.md b/.changeset/gold-pillows-design.md deleted file mode 100644 index 0aac41946..000000000 --- a/.changeset/gold-pillows-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Add experimental `cloudImage` component block diff --git a/.changeset/rude-forks-chew.md b/.changeset/rude-forks-chew.md deleted file mode 100644 index 3b2784971..000000000 --- a/.changeset/rude-forks-chew.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@keystatic/core': patch -'@keystar/ui': patch ---- - -- list-item + table-row: background change only on hover (not focus) -- allow shortcuts "cmd+s" and "ctrl+s" to save entry -- remove unused `flattenChildren` utility diff --git a/.changeset/three-bears-weep.md b/.changeset/three-bears-weep.md deleted file mode 100644 index 15b68d648..000000000 --- a/.changeset/three-bears-weep.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -'@keystatic/core': patch ---- - -The `document` field defaults for formatting have changed to exclude options that require custom Markdoc tags. - -See https://keystatic.com/docs/fields/document#formatting-options for the new defaults. - -When updating, if you have configured a document field with shorthand for the `formatting` config: - -```ts -fields.document({ - // ... - formatting: true, -}) -``` - -To keep the same options you'll need to change you config to: - -```ts -fields.document({ - // ... - formatting: { - alignment: true, - inlineMarks: { - bold: true, - code: true, - italic: true, - keyboard: true, - strikethrough: true, - subscript: true, - superscript: true, - underline: true, - }, - listTypes: true, - headingLevels: true, - blockTypes: true, - softBreaks: true, - }, -}) -``` diff --git a/.changeset/wet-tomatoes-prove.md b/.changeset/wet-tomatoes-prove.md deleted file mode 100644 index 4d0d91864..000000000 --- a/.changeset/wet-tomatoes-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Allow `toolbar: null` to remove toolbar from chromeless component blocks and add `onRemove` to component block previews. diff --git a/.changeset/witty-bats-listen.md b/.changeset/witty-bats-listen.md deleted file mode 100644 index 748bbf3a5..000000000 --- a/.changeset/witty-bats-listen.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@example/next-app': patch -'@keystatic/core': patch -'@keystar/ui': patch ---- - -Optimise the editor appearance when `entryLayout="content"` for a more focused experience. - -Component library: - -- Update the antialiasing behaviour everywhere -- New `Prose` component from "@keystar/ui/typography" package. -- Improve `Field` implementation and types diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index fabc5cc59..3a91ca80d 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystar/ui +## 0.2.1 + +### Patch Changes + +- 6895c566: - list-item + table-row: background change only on hover (not focus) + - allow shortcuts "cmd+s" and "ctrl+s" to save entry + - remove unused `flattenChildren` utility +- 7767c69a: Optimise the editor appearance when `entryLayout="content"` for a + more focused experience. + + Component library: + + - Update the antialiasing behaviour everywhere + - New `Prose` component from "@keystar/ui/typography" package. + - Improve `Field` implementation and types + ## 0.2.0 ### Minor Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index 4f8780691..ac4803d82 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "main": "", "module": "", @@ -6208,7 +6208,7 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@keystar/ui": "^0.2.0", + "@keystar/ui": "^0.2.1", "@keystar/ui-storybook": "^0.0.1", "@react-aria/landmark": "3.0.0-beta.2", "@svgr/core": "^6.5.1", diff --git a/dev-projects/astro-content/CHANGELOG.md b/dev-projects/astro-content/CHANGELOG.md index c854539e6..5d465782f 100644 --- a/dev-projects/astro-content/CHANGELOG.md +++ b/dev-projects/astro-content/CHANGELOG.md @@ -1,5 +1,16 @@ # astro-content +## 0.0.3 + +### Patch Changes + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + ## 0.0.2 ### Patch Changes diff --git a/dev-projects/astro-content/package.json b/dev-projects/astro-content/package.json index 297744c6c..6d075acd6 100644 --- a/dev-projects/astro-content/package.json +++ b/dev-projects/astro-content/package.json @@ -1,7 +1,7 @@ { "name": "@example/astro", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "astro dev --host 127.0.0.1", @@ -17,7 +17,7 @@ "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "^4.0.0", "@keystatic/astro": "^0.0.9", - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@tailwindcss/typography": "^0.5.9", "@types/react": "^18.2.8", "@types/react-dom": "^18.0.11", diff --git a/dev-projects/localization/CHANGELOG.md b/dev-projects/localization/CHANGELOG.md index 1f7d07920..7c936fa4e 100644 --- a/dev-projects/localization/CHANGELOG.md +++ b/dev-projects/localization/CHANGELOG.md @@ -1,5 +1,16 @@ # localization +## 0.1.88 + +### Patch Changes + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + ## 0.1.87 ### Patch Changes diff --git a/dev-projects/localization/package.json b/dev-projects/localization/package.json index 638d3bc12..7f883c194 100644 --- a/dev-projects/localization/package.json +++ b/dev-projects/localization/package.json @@ -1,6 +1,6 @@ { "name": "@example/localization", - "version": "0.1.87", + "version": "0.1.88", "private": true, "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@keystatic/next": "^0.0.11", "@preconstruct/next": "^4.0.0", "@types/node": "16.11.13", diff --git a/dev-projects/next-app/CHANGELOG.md b/dev-projects/next-app/CHANGELOG.md index 5b1812558..00c4896db 100644 --- a/dev-projects/next-app/CHANGELOG.md +++ b/dev-projects/next-app/CHANGELOG.md @@ -1,5 +1,26 @@ # @keystatic/test-next-app +## 0.0.89 + +### Patch Changes + +- 7767c69a: Optimise the editor appearance when `entryLayout="content"` for a + more focused experience. + + Component library: + + - Update the antialiasing behaviour everywhere + - New `Prose` component from "@keystar/ui/typography" package. + - Improve `Field` implementation and types + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + - @keystar/ui@0.2.1 + ## 0.0.88 ### Patch Changes diff --git a/dev-projects/next-app/package.json b/dev-projects/next-app/package.json index 713655195..fec5af4cc 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.88", + "version": "0.0.89", "license": "MIT", "private": true, "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@keystar/ui": "^0.2.0", - "@keystatic/core": "^0.0.116", + "@keystar/ui": "^0.2.1", + "@keystatic/core": "^0.0.117", "@keystatic/next": "^0.0.11", "@preconstruct/next": "^4.0.0", "@types/react": "^18.2.8", diff --git a/dev-projects/remix/CHANGELOG.md b/dev-projects/remix/CHANGELOG.md index 6554aec3b..bfd3d8257 100644 --- a/dev-projects/remix/CHANGELOG.md +++ b/dev-projects/remix/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystatic/remix-test-app +## 0.0.80 + +### Patch Changes + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + ## 0.0.79 ### Patch Changes diff --git a/dev-projects/remix/package.json b/dev-projects/remix/package.json index fef8a8d2f..28f40a1d6 100644 --- a/dev-projects/remix/package.json +++ b/dev-projects/remix/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/remix-test-app", - "version": "0.0.79", + "version": "0.0.80", "private": true, "sideEffects": false, "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@keystatic/remix": "^0.0.4", "@remix-run/node": "^1.18.1", "@remix-run/react": "^1.18.1", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2bc674d86..3e77d330b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # keystatic-docs +## 1.0.14 + +### Patch Changes + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + - @keystar/ui@0.2.1 + ## 1.0.13 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index a5dfd4b24..081d17888 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "keystatic-docs", - "version": "1.0.13", + "version": "1.0.14", "description": "", "private": true, "scripts": { @@ -14,8 +14,8 @@ "@fontsource/inter": "^5.0.5", "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.16", - "@keystar/ui": "^0.2.0", - "@keystatic/core": "^0.0.116", + "@keystar/ui": "^0.2.1", + "@keystatic/core": "^0.0.117", "@keystatic/next": "^0.0.11", "@markdoc/markdoc": "^0.3.0", "@sindresorhus/slugify": "^1.1.2", diff --git a/packages/astro/package.json b/packages/astro/package.json index 409ae57c0..f9a79cbd5 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -52,7 +52,7 @@ "set-cookie-parser": "^2.5.1" }, "devDependencies": { - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@types/cookie": "^0.5.1", "@types/set-cookie-parser": "^2.4.2", "astro": "^2.10.5", diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index adb9a6b10..5f760cac7 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,69 @@ # @keystatic/core +## 0.0.117 + +### Patch Changes + +- 03f0543c: Add experimental `cloudImage` component block +- 6895c566: - list-item + table-row: background change only on hover (not focus) + - allow shortcuts "cmd+s" and "ctrl+s" to save entry + - remove unused `flattenChildren` utility +- ca6774b8: The `document` field defaults for formatting have changed to exclude + options that require custom Markdoc tags. + + See https://keystatic.com/docs/fields/document#formatting-options for the new + defaults. + + When updating, if you have configured a document field with shorthand for the + `formatting` config: + + ```ts + fields.document({ + // ... + formatting: true, + }); + ``` + + To keep the same options you'll need to change you config to: + + ```ts + fields.document({ + // ... + formatting: { + alignment: true, + inlineMarks: { + bold: true, + code: true, + italic: true, + keyboard: true, + strikethrough: true, + subscript: true, + superscript: true, + underline: true, + }, + listTypes: true, + headingLevels: true, + blockTypes: true, + softBreaks: true, + }, + }); + ``` + +- 03f0543c: Allow `toolbar: null` to remove toolbar from chromeless component + blocks and add `onRemove` to component block previews. +- 7767c69a: Optimise the editor appearance when `entryLayout="content"` for a + more focused experience. + + Component library: + + - Update the antialiasing behaviour everywhere + - New `Prose` component from "@keystar/ui/typography" package. + - Improve `Field` implementation and types + +- Updated dependencies [6895c566] +- Updated dependencies [7767c69a] + - @keystar/ui@0.2.1 + ## 0.0.116 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index f4056eaf8..965b50511 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.0.116", + "version": "0.0.117", "license": "MIT", "repository": { "type": "git", @@ -171,7 +171,7 @@ "@floating-ui/react": "^0.24.0", "@hapi/iron": "^7.0.0", "@internationalized/string": "^3.1.1", - "@keystar/ui": "^0.2.0", + "@keystar/ui": "^0.2.1", "@markdoc/markdoc": "^0.3.0", "@react-aria/focus": "^3.13.0", "@react-aria/i18n": "^3.8.0", diff --git a/packages/next/package.json b/packages/next/package.json index ba029fad5..26d170f85 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -51,7 +51,7 @@ "server-only": "^0.0.1" }, "devDependencies": { - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "next": "^13.4.8", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/remix/package.json b/packages/remix/package.json index 02797b386..680a1b669 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -36,7 +36,7 @@ "@types/react": "^18.2.8" }, "devDependencies": { - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@remix-run/react": "^1.18.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16bdf2fa9..e90153f43 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -172,7 +172,7 @@ importers: '@emotion/css': ^11.9.0 '@floating-ui/react': ^0.24.0 '@internationalized/date': ^3.3.0 - '@keystar/ui': ^0.2.0 + '@keystar/ui': ^0.2.1 '@keystar/ui-storybook': ^0.0.1 '@react-aria/actiongroup': ^3.6.0 '@react-aria/breadcrumbs': ^3.5.3 @@ -433,7 +433,7 @@ importers: '@braintree/sanitize-url': 6.0.2 '@hapi/iron': 7.0.1 '@keystatic/astro': link:../../packages/astro - '@keystatic/core': link:../../packages/keystatic + '@keystatic/core': 0.0.116_biqbaboplfbrettd7655fr4n2y '@types/react': 18.2.8 '@types/react-dom': 18.0.11 astro: 2.10.5 @@ -461,7 +461,7 @@ importers: '@astrojs/sitemap': ^2.0.1 '@astrojs/tailwind': ^4.0.0 '@keystatic/astro': ^0.0.9 - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@tailwindcss/typography': ^0.5.9 '@types/react': ^18.2.8 '@types/react-dom': ^18.0.11 @@ -487,7 +487,7 @@ importers: dev-projects/localization: specifiers: - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@keystatic/next': ^0.0.11 '@preconstruct/next': ^4.0.0 '@types/node': 16.11.13 @@ -516,8 +516,8 @@ importers: dev-projects/next-app: specifiers: '@babel/runtime': ^7.18.3 - '@keystar/ui': ^0.2.0 - '@keystatic/core': ^0.0.116 + '@keystar/ui': ^0.2.1 + '@keystatic/core': ^0.0.117 '@keystatic/next': ^0.0.11 '@preconstruct/next': ^4.0.0 '@ts-gql/compiler': ^0.16.1 @@ -548,7 +548,7 @@ importers: dev-projects/remix: specifiers: - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@keystatic/remix': ^0.0.4 '@remix-run/dev': ^1.18.1 '@remix-run/node': ^1.18.1 @@ -582,8 +582,8 @@ importers: '@fontsource/inter': ^5.0.5 '@headlessui/react': ^1.7.11 '@heroicons/react': ^2.0.16 - '@keystar/ui': ^0.2.0 - '@keystatic/core': ^0.0.116 + '@keystar/ui': ^0.2.1 + '@keystatic/core': ^0.0.117 '@keystatic/next': ^0.0.11 '@markdoc/markdoc': ^0.3.0 '@sindresorhus/slugify': ^1.1.2 @@ -639,7 +639,7 @@ importers: packages/astro: specifiers: '@babel/runtime': ^7.18.3 - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@types/cookie': ^0.5.1 '@types/react': ^18.2.8 '@types/set-cookie-parser': ^2.4.2 @@ -688,7 +688,7 @@ importers: '@floating-ui/react': ^0.24.0 '@hapi/iron': ^7.0.0 '@internationalized/string': ^3.1.1 - '@keystar/ui': ^0.2.0 + '@keystar/ui': ^0.2.1 '@markdoc/markdoc': ^0.3.0 '@react-aria/focus': ^3.13.0 '@react-aria/i18n': ^3.8.0 @@ -857,7 +857,7 @@ importers: packages/next: specifiers: '@babel/runtime': ^7.18.3 - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@types/react': ^18.2.8 chokidar: ^3.5.3 next: ^13.4.8 @@ -878,7 +878,7 @@ importers: packages/remix: specifiers: '@babel/runtime': ^7.18.3 - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@remix-run/react': ^1.18.1 '@types/react': ^18.2.8 react: ^18.2.0 @@ -897,7 +897,7 @@ importers: '@astrojs/markdoc': ^0.4.4 '@astrojs/react': ^2.2.1 '@keystatic/astro': ^0.0.9 - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@types/react': ^18.2.8 '@types/react-dom': ^18.0.11 astro: ^2.10.5 @@ -916,7 +916,7 @@ importers: templates/nextjs: specifiers: - '@keystatic/core': ^0.0.116 + '@keystatic/core': ^0.0.117 '@keystatic/next': ^0.0.11 '@types/react': ^18.2.8 next: ^13.4.8 @@ -5731,6 +5731,179 @@ packages: /@juggle/resize-observer/3.4.0: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} + /@keystar/ui/0.2.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-/jYibJyjMWvCPRIGtopZcF/QKTTneEyPemR9fMh8nvnovGLWEv+cALZoLZr4Do0AVGgTCmMM3BUgpQQmfltqWw==} + peerDependencies: + next: '13' + react: ^18.2.0 + react-dom: ^18.2.0 + peerDependenciesMeta: + next: + optional: true + dependencies: + '@babel/runtime': 7.21.0 + '@emotion/css': 11.10.6 + '@floating-ui/react': 0.24.2_biqbaboplfbrettd7655fr4n2y + '@internationalized/date': 3.3.0 + '@react-aria/actiongroup': 3.6.0_react@18.2.0 + '@react-aria/breadcrumbs': 3.5.3_react@18.2.0 + '@react-aria/button': 3.8.0_react@18.2.0 + '@react-aria/checkbox': 3.9.2_react@18.2.0 + '@react-aria/combobox': 3.6.2_biqbaboplfbrettd7655fr4n2y + '@react-aria/datepicker': 3.4.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/dialog': 3.5.3_biqbaboplfbrettd7655fr4n2y + '@react-aria/dnd': 3.3.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/focus': 3.13.0_react@18.2.0 + '@react-aria/gridlist': 3.5.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/i18n': 3.8.0_react@18.2.0 + '@react-aria/interactions': 3.16.0_react@18.2.0 + '@react-aria/label': 3.6.0_react@18.2.0 + '@react-aria/link': 3.5.2_react@18.2.0 + '@react-aria/listbox': 3.10.0_react@18.2.0 + '@react-aria/menu': 3.10.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/meter': 3.4.3_react@18.2.0 + '@react-aria/numberfield': 3.6.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/overlays': 3.15.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/progress': 3.4.3_react@18.2.0 + '@react-aria/radio': 3.6.2_react@18.2.0 + '@react-aria/searchfield': 3.5.3_react@18.2.0 + '@react-aria/select': 3.11.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/selection': 3.16.0_react@18.2.0 + '@react-aria/separator': 3.3.3_react@18.2.0 + '@react-aria/ssr': 3.7.0_react@18.2.0 + '@react-aria/switch': 3.5.2_react@18.2.0 + '@react-aria/table': 3.10.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/tabs': 3.6.1_react@18.2.0 + '@react-aria/textfield': 3.10.0_react@18.2.0 + '@react-aria/toast': 3.0.0-beta.2_react@18.2.0 + '@react-aria/tooltip': 3.6.0_react@18.2.0 + '@react-aria/utils': 3.18.0_react@18.2.0 + '@react-aria/virtualizer': 3.9.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/visually-hidden': 3.8.2_react@18.2.0 + '@react-stately/checkbox': 3.4.3_react@18.2.0 + '@react-stately/collections': 3.9.0_react@18.2.0 + '@react-stately/combobox': 3.5.2_react@18.2.0 + '@react-stately/data': 3.10.0_react@18.2.0 + '@react-stately/datepicker': 3.5.0_react@18.2.0 + '@react-stately/dnd': 3.2.2_react@18.2.0 + '@react-stately/layout': 3.12.2_react@18.2.0 + '@react-stately/list': 3.9.0_react@18.2.0 + '@react-stately/menu': 3.5.3_react@18.2.0 + '@react-stately/numberfield': 3.5.0_react@18.2.0 + '@react-stately/overlays': 3.6.0_react@18.2.0 + '@react-stately/radio': 3.8.2_react@18.2.0 + '@react-stately/searchfield': 3.4.3_react@18.2.0 + '@react-stately/select': 3.5.2_react@18.2.0 + '@react-stately/table': 3.10.0_react@18.2.0 + '@react-stately/tabs': 3.5.0_react@18.2.0 + '@react-stately/toast': 3.0.0-beta.1_react@18.2.0 + '@react-stately/toggle': 3.6.0_react@18.2.0 + '@react-stately/tooltip': 3.4.2_react@18.2.0 + '@react-stately/tree': 3.7.0_react@18.2.0 + '@react-stately/utils': 3.7.0_react@18.2.0 + '@react-stately/virtualizer': 3.6.0_react@18.2.0 + '@react-types/actiongroup': 3.4.2_react@18.2.0 + '@react-types/breadcrumbs': 3.6.0_react@18.2.0 + '@react-types/button': 3.7.3_react@18.2.0 + '@react-types/combobox': 3.6.2_react@18.2.0 + '@react-types/datepicker': 3.4.0_react@18.2.0 + '@react-types/grid': 3.1.8_react@18.2.0 + '@react-types/menu': 3.9.2_react@18.2.0 + '@react-types/numberfield': 3.4.2_react@18.2.0 + '@react-types/overlays': 3.8.0_react@18.2.0 + '@react-types/radio': 3.4.2_react@18.2.0 + '@react-types/select': 3.8.1_react@18.2.0 + '@react-types/shared': 3.18.1_react@18.2.0 + '@react-types/switch': 3.3.2_react@18.2.0 + '@react-types/tabs': 3.3.0_react@18.2.0 + dedent: 0.7.0 + emery: 1.4.1 + facepaint: 1.2.1 + lodash: 4.17.21 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-keyed-flatten-children: 1.3.0_react@18.2.0 + react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y + dev: false + + /@keystatic/core/0.0.116_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-+FUsq/T0i2ExsPm7t1lKqNjJweizXp1kXXI8or8o6/H0NeuZYG3mXx6+tev5/BWESzOntJuc4NoAlCTQzYOwCw==} + peerDependencies: + react: ^18.2.0 + react-dom: ^18.2.0 + dependencies: + '@babel/runtime': 7.21.0 + '@braintree/sanitize-url': 6.0.2 + '@emotion/css': 11.10.6 + '@emotion/weak-memoize': 0.3.0 + '@floating-ui/react': 0.24.2_biqbaboplfbrettd7655fr4n2y + '@hapi/iron': 7.0.1 + '@internationalized/string': 3.1.1 + '@keystar/ui': 0.2.0_biqbaboplfbrettd7655fr4n2y + '@markdoc/markdoc': 0.3.0_j3ahe22lw6ac2w6qvqp4kjqnqy + '@react-aria/focus': 3.13.0_react@18.2.0 + '@react-aria/i18n': 3.8.0_react@18.2.0 + '@react-aria/interactions': 3.16.0_react@18.2.0 + '@react-aria/overlays': 3.15.0_biqbaboplfbrettd7655fr4n2y + '@react-aria/selection': 3.16.0_react@18.2.0 + '@react-aria/utils': 3.18.0_react@18.2.0 + '@react-aria/visually-hidden': 3.8.2_react@18.2.0 + '@react-stately/collections': 3.9.0_react@18.2.0 + '@react-stately/list': 3.9.0_react@18.2.0 + '@react-stately/overlays': 3.6.0_react@18.2.0 + '@react-stately/utils': 3.7.0_react@18.2.0 + '@react-types/shared': 3.18.1_react@18.2.0 + '@sindresorhus/slugify': 1.1.2 + '@ts-gql/tag': 0.7.0_graphql@16.6.0 + '@types/node': 16.11.13 + '@types/react': 18.2.20 + '@types/react-dom': 18.2.7 + '@urql/core': 4.0.4_graphql@16.6.0 + '@urql/exchange-auth': 2.1.0_graphql@16.6.0 + '@urql/exchange-graphcache': 6.0.1_graphql@16.6.0 + '@urql/exchange-persisted': 3.0.0_graphql@16.6.0 + apply-ref: 1.0.0 + cookie: 0.5.0 + emery: 1.4.1 + escape-string-regexp: 4.0.0 + fast-deep-equal: 3.1.3 + graphql: 16.6.0 + ignore: 5.2.4 + is-hotkey: 0.2.0 + js-base64: 3.7.5 + js-yaml: 4.1.0 + lru-cache: 7.16.1 + match-sorter: 6.3.1 + mdast-util-from-markdown: 0.8.5 + mdast-util-gfm-autolink-literal: 0.1.3 + mdast-util-gfm-strikethrough: 0.2.3 + micromark-extension-gfm-autolink-literal: 0.5.7 + micromark-extension-gfm-strikethrough: 0.6.5 + mime: 3.0.0 + minimatch: 7.1.0 + pretty-format: 29.5.0 + prismjs: 1.29.0 + prosemirror-commands: 1.5.2 + prosemirror-history: 1.3.2 + prosemirror-keymap: 1.2.2 + prosemirror-model: 1.19.2 + prosemirror-state: 1.4.3 + prosemirror-transform: 1.7.3 + prosemirror-view: 1.31.4 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + scroll-into-view-if-needed: 3.0.6 + slate: 0.91.4 + slate-history: 0.86.0_slate@0.91.4 + slate-hyperscript: 0.77.0_slate@0.91.4 + slate-react: 0.91.9_6tgy34rvmll7duwkm4ydcekf3u + urql: 4.0.0_onqnqwb3ubg5opvemcqf7c2qhy + zod: 3.21.4 + transitivePeerDependencies: + - next + - supports-color + dev: false + /@leichtgewicht/ip-codec/2.0.4: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: true diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index 67ead6c7b..1104f2adf 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystatic/templates-astro +## 0.0.9 + +### Patch Changes + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + ## 0.0.8 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index 820d33c40..43b37f7ef 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-astro", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "scripts": { "dev": "astro dev --host 127.0.0.1", @@ -13,7 +13,7 @@ "@astrojs/markdoc": "^0.4.4", "@astrojs/react": "^2.2.1", "@keystatic/astro": "^0.0.9", - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@types/react": "^18.2.8", "@types/react-dom": "^18.0.11", "astro": "^2.10.5", diff --git a/templates/nextjs/CHANGELOG.md b/templates/nextjs/CHANGELOG.md index d29dff30b..fcb4872d2 100644 --- a/templates/nextjs/CHANGELOG.md +++ b/templates/nextjs/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystatic/templates-nextjs +## 0.0.14 + +### Patch Changes + +- Updated dependencies [03f0543c] +- Updated dependencies [6895c566] +- Updated dependencies [ca6774b8] +- Updated dependencies [03f0543c] +- Updated dependencies [7767c69a] + - @keystatic/core@0.0.117 + ## 0.0.13 ### Patch Changes diff --git a/templates/nextjs/package.json b/templates/nextjs/package.json index 0504a6933..2af6f599b 100644 --- a/templates/nextjs/package.json +++ b/templates/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/templates-nextjs", - "version": "0.0.13", + "version": "0.0.14", "license": "MIT", "scripts": { "build": "next build", @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@keystatic/core": "^0.0.116", + "@keystatic/core": "^0.0.117", "@keystatic/next": "^0.0.11", "next": "^13.4.8", "react": "^18.2.0",