diff --git a/.changeset/big-pears-notice.md b/.changeset/big-pears-notice.md deleted file mode 100644 index 6b99d4e96..000000000 --- a/.changeset/big-pears-notice.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystatic/core': patch -'@keystar/ui': patch ---- - -Virtualized table view. diff --git a/.changeset/chilled-coins-search.md b/.changeset/chilled-coins-search.md deleted file mode 100644 index 5edd936a1..000000000 --- a/.changeset/chilled-coins-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Fix "Invalid directory in content field serialization" error when using a path with a trailing slash in `images.directory` in `fields.document` diff --git a/.changeset/clever-beds-work.md b/.changeset/clever-beds-work.md deleted file mode 100644 index a9074c387..000000000 --- a/.changeset/clever-beds-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@keystatic/core": patch ---- - -Add `createGitHubReader` at `@keystatic/core/reader/github` diff --git a/.changeset/cuddly-papayas-switch.md b/.changeset/cuddly-papayas-switch.md deleted file mode 100644 index afe3c6085..000000000 --- a/.changeset/cuddly-papayas-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Allow `{branch}` replacement in `previewUrl` option diff --git a/.changeset/gentle-carpets-roll.md b/.changeset/gentle-carpets-roll.md deleted file mode 100644 index 076a9e789..000000000 --- a/.changeset/gentle-carpets-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Fix parsing empty list items breaking the document editor diff --git a/.changeset/new-rivers-sit.md b/.changeset/new-rivers-sit.md deleted file mode 100644 index d45f5c107..000000000 --- a/.changeset/new-rivers-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Center loading indicator on Keystatic Cloud auth callback page diff --git a/.changeset/poor-chairs-juggle.md b/.changeset/poor-chairs-juggle.md deleted file mode 100644 index 7c91746df..000000000 --- a/.changeset/poor-chairs-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -`{slug}` is no longer required in `previewUrl` in collections diff --git a/.changeset/sour-spiders-ring.md b/.changeset/sour-spiders-ring.md deleted file mode 100644 index 1b25a37d8..000000000 --- a/.changeset/sour-spiders-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Support non-Node.js runtimes such as Cloudflare Workers in the API route diff --git a/.changeset/sour-swans-change.md b/.changeset/sour-swans-change.md deleted file mode 100644 index e0bf73c81..000000000 --- a/.changeset/sour-swans-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Update dependencies to fix double fetching in cloud mode diff --git a/.changeset/tough-phones-move.md b/.changeset/tough-phones-move.md deleted file mode 100644 index 3921b614d..000000000 --- a/.changeset/tough-phones-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Fix `fields.url` always being required diff --git a/.changeset/wicked-radios-tease.md b/.changeset/wicked-radios-tease.md deleted file mode 100644 index b2a64e386..000000000 --- a/.changeset/wicked-radios-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Link to specific open pull request instead of search page of open pull requests diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index 1e9042199..73e8011b8 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystar/ui +## 0.3.3 + +### Patch Changes + +- e8492482: Virtualized table view. + ## 0.3.2 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index 09dc4d87c..a26ef5943 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "main": "", "module": "", @@ -6220,7 +6220,7 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@keystar/ui": "^0.3.2", + "@keystar/ui": "^0.3.3", "@keystar/ui-storybook": "^0.0.1", "@react-aria/landmark": "3.0.0-beta.2", "@svgr/core": "^6.5.1", diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index b00f07ea0..e8acea8e5 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,26 @@ # @keystatic/core +## 0.1.7 + +### Patch Changes + +- e8492482: Virtualized table view. +- e8748091: Fix "Invalid directory in content field serialization" error when + using a path with a trailing slash in `images.directory` in `fields.document` +- cf66c21b: Add `createGitHubReader` at `@keystatic/core/reader/github` +- 633b9c84: Allow `{branch}` replacement in `previewUrl` option +- 5399756e: Fix parsing empty list items breaking the document editor +- cad4cb33: Center loading indicator on Keystatic Cloud auth callback page +- 633b9c84: `{slug}` is no longer required in `previewUrl` in collections +- ee1cf9bd: Support non-Node.js runtimes such as Cloudflare Workers in the API + route +- 19010641: Update dependencies to fix double fetching in cloud mode +- b54f0e71: Fix `fields.url` always being required +- d5775591: Link to specific open pull request instead of search page of open + pull requests +- Updated dependencies [e8492482] + - @keystar/ui@0.3.3 + ## 0.1.6 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index 73dd1d4fc..9a94bcf3e 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "repository": { "type": "git", @@ -187,7 +187,7 @@ "@emotion/weak-memoize": "^0.3.0", "@floating-ui/react": "^0.24.0", "@internationalized/string": "^3.1.1", - "@keystar/ui": "^0.3.2", + "@keystar/ui": "^0.3.3", "@markdoc/markdoc": "^0.3.0", "@react-aria/focus": "^3.14.2", "@react-aria/i18n": "^3.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a9dfe9b0..ff74334eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,7 +174,7 @@ importers: '@emotion/css': ^11.9.0 '@floating-ui/react': ^0.24.0 '@internationalized/date': ^3.4.0 - '@keystar/ui': ^0.3.2 + '@keystar/ui': ^0.3.3 '@keystar/ui-storybook': ^0.0.1 '@react-aria/actiongroup': ^3.6.0 '@react-aria/breadcrumbs': ^3.5.3 @@ -692,7 +692,7 @@ importers: '@emotion/weak-memoize': ^0.3.0 '@floating-ui/react': ^0.24.0 '@internationalized/string': ^3.1.1 - '@keystar/ui': ^0.3.2 + '@keystar/ui': ^0.3.3 '@markdoc/markdoc': ^0.3.0 '@react-aria/focus': ^3.14.2 '@react-aria/i18n': ^3.8.0