diff --git a/.changeset/calm-routers-travel.md b/.changeset/calm-routers-travel.md deleted file mode 100644 index aa32ae024..000000000 --- a/.changeset/calm-routers-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystar/ui': minor ---- - -Add generic `useNavigate`, `usePathname`, and `useSearch` router hooks with -support for replacement navigation. diff --git a/design-system/pkg/CHANGELOG.md b/design-system/pkg/CHANGELOG.md index 828535acb..321764951 100644 --- a/design-system/pkg/CHANGELOG.md +++ b/design-system/pkg/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystar/ui +## 0.10.0 + +### Minor Changes + +- [#1612](https://github.com/Thinkmill/keystatic/pull/1612) [`dbb0bb5`](https://github.com/Thinkmill/keystatic/commit/dbb0bb53d2c4d77ee4ed1f4cb7bea04266036592) Thanks [@emmatown](https://github.com/emmatown)! - Add generic `useNavigate`, `usePathname`, and `useSearch` router hooks with support for replacement navigation. + ## 0.9.6 ### Patch Changes diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index a1d698c8f..f57a76255 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@keystar/ui", - "version": "0.9.6", + "version": "0.10.0", "license": "MIT AND Apache-2.0", "repository": { "type": "git", diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index b8f8d97e9..e026f092b 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystatic/core +## 0.6.9 + +### Patch Changes + +- Updated dependencies [[`dbb0bb5`](https://github.com/Thinkmill/keystatic/commit/dbb0bb53d2c4d77ee4ed1f4cb7bea04266036592)]: + - @keystar/ui@0.10.0 + ## 0.6.8 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index 969da5d9b..bff898318 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.6.8", + "version": "0.6.9", "license": "MIT", "repository": { "type": "git",