From 8b2ceb21556c8835810ee20ecdf8c2b22427130d Mon Sep 17 00:00:00 2001 From: thinkmill-release-bot <124844276+thinkmill-release-bot@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:56:11 +1000 Subject: [PATCH] Version Packages (#817) Co-authored-by: github-actions[bot] --- .changeset/kind-snakes-invent.md | 5 ----- .changeset/loud-onions-smash.md | 5 ----- design-system/pkg/CHANGELOG.md | 6 ++++++ design-system/pkg/package.json | 4 ++-- packages/keystatic/CHANGELOG.md | 8 ++++++++ packages/keystatic/package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 7 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 .changeset/kind-snakes-invent.md delete mode 100644 .changeset/loud-onions-smash.md diff --git a/.changeset/kind-snakes-invent.md b/.changeset/kind-snakes-invent.md deleted file mode 100644 index a5492db28..000000000 --- a/.changeset/kind-snakes-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystar/ui': patch ---- - -Filter out DOM props TableVirtualizer diff --git a/.changeset/loud-onions-smash.md b/.changeset/loud-onions-smash.md deleted file mode 100644 index a6411f9ba..000000000 --- a/.changeset/loud-onions-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Fix marks with leading and trailing spaces diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index fd5b2501f..119fb4fed 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystar/ui +## 0.4.7 + +### Patch Changes + +- 90fd3809: Filter out DOM props TableVirtualizer + ## 0.4.6 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index a0afff314..75cc7e52b 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.4.6", + "version": "0.4.7", "license": "MIT", "main": "", "module": "", @@ -11129,7 +11129,7 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@keystar/ui": "^0.4.6", + "@keystar/ui": "^0.4.7", "@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 283c44919..f6f057915 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystatic/core +## 0.2.7 + +### Patch Changes + +- 904158b0: Fix marks with leading and trailing spaces +- Updated dependencies [90fd3809] + - @keystar/ui@0.4.7 + ## 0.2.6 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index 94c926bd0..d98e24f8a 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "repository": { "type": "git", @@ -250,7 +250,7 @@ "@emotion/weak-memoize": "^0.3.0", "@floating-ui/react": "^0.24.0", "@internationalized/string": "^3.1.1", - "@keystar/ui": "^0.4.6", + "@keystar/ui": "^0.4.7", "@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 cbfc1e84c..ee6d26080 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.5.0 - '@keystar/ui': ^0.4.6 + '@keystar/ui': ^0.4.7 '@keystar/ui-storybook': ^0.0.1 '@react-aria/actiongroup': ^3.6.4 '@react-aria/breadcrumbs': ^3.5.7 @@ -764,7 +764,7 @@ importers: '@emotion/weak-memoize': ^0.3.0 '@floating-ui/react': ^0.24.0 '@internationalized/string': ^3.1.1 - '@keystar/ui': ^0.4.6 + '@keystar/ui': ^0.4.7 '@markdoc/markdoc': ^0.3.0 '@react-aria/focus': ^3.14.3 '@react-aria/i18n': ^3.8.0