diff --git a/.changeset/lemon-carrots-cough.md b/.changeset/lemon-carrots-cough.md deleted file mode 100644 index 52d716b69..000000000 --- a/.changeset/lemon-carrots-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Add number field diff --git a/.changeset/nervous-apricots-move.md b/.changeset/nervous-apricots-move.md deleted file mode 100644 index e1ce01859..000000000 --- a/.changeset/nervous-apricots-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Add `columns` option to collections diff --git a/.changeset/six-emus-appear.md b/.changeset/six-emus-appear.md deleted file mode 100644 index b59506222..000000000 --- a/.changeset/six-emus-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystar/ui': minor ---- - -Reduce size of icons diff --git a/design-system/docs/CHANGELOG.md b/design-system/docs/CHANGELOG.md index e28eb14bd..447a60095 100644 --- a/design-system/docs/CHANGELOG.md +++ b/design-system/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @voussoir/docs +## 0.0.25 + +### Patch Changes + +- Updated dependencies [dad16ba6] + - @keystar/ui@0.7.0 + ## 0.0.24 ### Patch Changes diff --git a/design-system/docs/package.json b/design-system/docs/package.json index 187ffb1fa..4adfc8b09 100644 --- a/design-system/docs/package.json +++ b/design-system/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/docs", - "version": "0.0.24", + "version": "0.0.25", "private": true, "license": "MIT", "scripts": { @@ -19,7 +19,7 @@ "@babel/core": "^7.23.0", "@babel/runtime": "^7.18.3", "@internationalized/date": "^3.5.0", - "@keystar/ui": "^0.6.0", + "@keystar/ui": "^0.7.0", "@markdoc/markdoc": "^0.3.0", "@react-aria/i18n": "^3.8.0", "@types/js-yaml": "^4.0.5", diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index bd4846080..ab6248987 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystar/ui +## 0.7.0 + +### Minor Changes + +- dad16ba6: Reduce size of icons + ## 0.6.0 ### Minor Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index 2a35ee6ef..915427108 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "main": "", "module": "", @@ -1552,7 +1552,7 @@ }, "devDependencies": { "@jest/globals": "^29.7.0", - "@keystar/ui": "^0.6.0", + "@keystar/ui": "^0.7.0", "@keystar/ui-storybook": "^0.0.1", "@react-aria/landmark": "3.0.0-beta.2", "@svgr/core": "^6.5.1", diff --git a/design-system/primitives/package.json b/design-system/primitives/package.json index 3ae5c2fa6..ff4b0ab43 100644 --- a/design-system/primitives/package.json +++ b/design-system/primitives/package.json @@ -13,7 +13,7 @@ "@capsizecss/core": "^3.1.1", "@capsizecss/metrics": "^1.2.0", "@jest/globals": "^29.7.0", - "@keystar/ui": "^0.6.0", + "@keystar/ui": "^0.7.0", "@types/lodash": "^4.14.191", "color2k": "^2.0.2", "emery": "^1.4.1", diff --git a/dev-projects/next-app/CHANGELOG.md b/dev-projects/next-app/CHANGELOG.md index 0e9983173..0189576d9 100644 --- a/dev-projects/next-app/CHANGELOG.md +++ b/dev-projects/next-app/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystatic/test-next-app +## 0.0.97 + +### Patch Changes + +- Updated dependencies [0ea27bed] +- Updated dependencies [178fd9f6] +- Updated dependencies [dad16ba6] + - @keystatic/core@0.3.7 + - @keystar/ui@0.7.0 + ## 0.0.96 ### Patch Changes diff --git a/dev-projects/next-app/package.json b/dev-projects/next-app/package.json index 392fc8af2..b2c142de8 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.96", + "version": "0.0.97", "license": "MIT", "private": true, "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@keystar/ui": "^0.6.0", - "@keystatic/core": "^0.3.5", + "@keystar/ui": "^0.7.0", + "@keystatic/core": "^0.3.7", "@keystatic/next": "^3.0.0", "@preconstruct/next": "^4.0.0", "@types/react": "^18.2.8", diff --git a/dev-projects/next-pages/CHANGELOG.md b/dev-projects/next-pages/CHANGELOG.md index e5f00463f..02be55706 100644 --- a/dev-projects/next-pages/CHANGELOG.md +++ b/dev-projects/next-pages/CHANGELOG.md @@ -1,5 +1,15 @@ # @example/next-pages +## 0.0.95 + +### Patch Changes + +- Updated dependencies [0ea27bed] +- Updated dependencies [178fd9f6] +- Updated dependencies [dad16ba6] + - @keystatic/core@0.3.7 + - @keystar/ui@0.7.0 + ## 0.0.94 ### Patch Changes diff --git a/dev-projects/next-pages/package.json b/dev-projects/next-pages/package.json index b1b9817e6..aea1ed011 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.94", + "version": "0.0.95", "license": "MIT", "private": true, "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@keystar/ui": "^0.6.0", - "@keystatic/core": "^0.3.5", + "@keystar/ui": "^0.7.0", + "@keystatic/core": "^0.3.7", "@keystatic/next": "^3.0.0", "@preconstruct/next": "^4.0.0", "@types/react": "^18.2.8", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ae4316f25..891857bd2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # keystatic-docs +## 1.0.21 + +### Patch Changes + +- Updated dependencies [0ea27bed] +- Updated dependencies [178fd9f6] +- Updated dependencies [dad16ba6] + - @keystatic/core@0.3.7 + - @keystar/ui@0.7.0 + ## 1.0.20 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 6a00434b7..0a7b8c34f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "keystatic-docs", - "version": "1.0.20", + "version": "1.0.21", "description": "", "private": true, "scripts": { @@ -16,8 +16,8 @@ "@fontsource/inter": "^5.0.5", "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.16", - "@keystar/ui": "^0.6.0", - "@keystatic/core": "^0.3.5", + "@keystar/ui": "^0.7.0", + "@keystatic/core": "^0.3.7", "@keystatic/next": "^3.0.0", "@markdoc/markdoc": "^0.3.0", "@sindresorhus/slugify": "^1.1.2", diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index d7b3d6c83..c3c3cfdf3 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystatic/core +## 0.3.7 + +### Patch Changes + +- 0ea27bed: Add number field +- 178fd9f6: Add `columns` option to collections +- Updated dependencies [dad16ba6] + - @keystar/ui@0.7.0 + ## 0.3.6 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index c2ca9de20..528d1fbaa 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "repository": { "type": "git", @@ -117,7 +117,7 @@ "@emotion/weak-memoize": "^0.3.0", "@floating-ui/react": "^0.24.0", "@internationalized/string": "^3.1.1", - "@keystar/ui": "^0.6.0", + "@keystar/ui": "^0.7.0", "@markdoc/markdoc": "^0.3.0", "@react-aria/focus": "^3.14.3", "@react-aria/i18n": "^3.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b83a198a1..1e215dc15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,7 +79,7 @@ importers: '@babel/core': ^7.23.0 '@babel/runtime': ^7.18.3 '@internationalized/date': ^3.5.0 - '@keystar/ui': ^0.6.0 + '@keystar/ui': ^0.7.0 '@markdoc/markdoc': ^0.3.0 '@preconstruct/next': ^4.0.0 '@react-aria/i18n': ^3.8.0 @@ -171,7 +171,7 @@ importers: '@floating-ui/react': ^0.24.0 '@internationalized/date': ^3.5.0 '@jest/globals': ^29.7.0 - '@keystar/ui': ^0.6.0 + '@keystar/ui': ^0.7.0 '@keystar/ui-storybook': ^0.0.1 '@react-aria/actiongroup': ^3.6.4 '@react-aria/breadcrumbs': ^3.5.7 @@ -374,7 +374,7 @@ importers: '@capsizecss/core': ^3.1.1 '@capsizecss/metrics': ^1.2.0 '@jest/globals': ^29.7.0 - '@keystar/ui': ^0.6.0 + '@keystar/ui': ^0.7.0 '@prettier/sync': ^0.3.0 '@types/lodash': ^4.14.191 color2k: ^2.0.2 @@ -517,8 +517,8 @@ importers: dev-projects/next-app: specifiers: '@babel/runtime': ^7.18.3 - '@keystar/ui': ^0.6.0 - '@keystatic/core': ^0.3.5 + '@keystar/ui': ^0.7.0 + '@keystatic/core': ^0.3.7 '@keystatic/next': ^3.0.0 '@preconstruct/next': ^4.0.0 '@ts-gql/compiler': ^0.16.1 @@ -587,8 +587,8 @@ importers: dev-projects/next-pages: specifiers: '@babel/runtime': ^7.18.3 - '@keystar/ui': ^0.6.0 - '@keystatic/core': ^0.3.5 + '@keystar/ui': ^0.7.0 + '@keystatic/core': ^0.3.7 '@keystatic/next': ^3.0.0 '@preconstruct/next': ^4.0.0 '@ts-gql/compiler': ^0.16.1 @@ -653,8 +653,8 @@ importers: '@fontsource/inter': ^5.0.5 '@headlessui/react': ^1.7.11 '@heroicons/react': ^2.0.16 - '@keystar/ui': ^0.6.0 - '@keystatic/core': ^0.3.5 + '@keystar/ui': ^0.7.0 + '@keystatic/core': ^0.3.7 '@keystatic/next': ^3.0.0 '@markdoc/markdoc': ^0.3.0 '@sindresorhus/slugify': ^1.1.2 @@ -764,7 +764,7 @@ importers: '@internationalized/string': ^3.1.1 '@jest/expect': ^29.7.0 '@jest/globals': ^29.7.0 - '@keystar/ui': ^0.6.0 + '@keystar/ui': ^0.7.0 '@markdoc/markdoc': ^0.3.0 '@react-aria/focus': ^3.14.3 '@react-aria/i18n': ^3.8.0