Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2023
1 parent bd20acb commit 8b1bd3d
Show file tree
Hide file tree
Showing 17 changed files with 237 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-mails-know.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/fifty-yaks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-trains-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-radios-design.md

This file was deleted.

39 changes: 39 additions & 0 deletions design-system/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @voussoir/docs

## 0.0.21

### Patch Changes

- be85e097: Introduce
[client-side routing](https://react-spectrum.adobe.com/react-aria/routing.html)
concept from react-aria:

- Include `RouterProvider` with `KeystarProvider` (renamed from
"VoussoirProvider"), conditionally when _new_ `router` prop is provided.
This new router behaviour makes `linkComponent` and friends unnecessary;
they have been removed.
- Re-export `useLink` from
[react-aria](https://react-spectrum.adobe.com/react-aria/useLink.html),
which manages router behaviour on click (among other things), for use
outside of the component library. Internally we reference "@react-aria/link"
directly.
- Replace instances of link component references with appropriate alternative.
- Support link props e.g. "href", "target" etc. on `Menu` items.
- Consolidate cursor behaviour: `ActionButton`, `Button`, and (Menu) `Item`
will now use "pointer" for anchors.

Supporting/related changes:

- Update react-aria dependencies to latest: "@react-aria/\*",
"@react-stately/\*", "@react-types/\*", "@internationalized/\*".
- Remove linking behaviour from storybook. Might revisit later, but for now it
added unnecessary complexity.

App changes:

- Deprecate `link` prop on `Keystatic` component. We can now abstract that
behaviour from the existing `router` prop.
- Refactor topbar menu items to use link API; mostly to confirm expected
behaviour.

- Updated dependencies [be85e097]
- @keystar/ui@0.4.0

## 0.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystar/docs",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.23.0",
"@babel/runtime": "^7.18.3",
"@internationalized/date": "^3.5.0",
"@keystar/ui": "^0.3.2",
"@keystar/ui": "^0.4.0",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/i18n": "^3.8.0",
"@types/js-yaml": "^4.0.5",
Expand Down
36 changes: 36 additions & 0 deletions design-system/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @keystar/ui

## 0.4.0

### Minor Changes

- be85e097: Introduce
[client-side routing](https://react-spectrum.adobe.com/react-aria/routing.html)
concept from react-aria:

- Include `RouterProvider` with `KeystarProvider` (renamed from
"VoussoirProvider"), conditionally when _new_ `router` prop is provided.
This new router behaviour makes `linkComponent` and friends unnecessary;
they have been removed.
- Re-export `useLink` from
[react-aria](https://react-spectrum.adobe.com/react-aria/useLink.html),
which manages router behaviour on click (among other things), for use
outside of the component library. Internally we reference "@react-aria/link"
directly.
- Replace instances of link component references with appropriate alternative.
- Support link props e.g. "href", "target" etc. on `Menu` items.
- Consolidate cursor behaviour: `ActionButton`, `Button`, and (Menu) `Item`
will now use "pointer" for anchors.

Supporting/related changes:

- Update react-aria dependencies to latest: "@react-aria/\*",
"@react-stately/\*", "@react-types/\*", "@internationalized/\*".
- Remove linking behaviour from storybook. Might revisit later, but for now it
added unnecessary complexity.

App changes:

- Deprecate `link` prop on `Keystatic` component. We can now abstract that
behaviour from the existing `router` prop.
- Refactor topbar menu items to use link API; mostly to confirm expected
behaviour.

## 0.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystar/ui",
"version": "0.3.4",
"version": "0.4.0",
"license": "MIT",
"main": "",
"module": "",
Expand Down Expand Up @@ -6220,7 +6220,7 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@keystar/ui": "^0.3.4",
"@keystar/ui": "^0.4.0",
"@keystar/ui-storybook": "^0.0.1",
"@react-aria/landmark": "3.0.0-beta.2",
"@svgr/core": "^6.5.1",
Expand Down
11 changes: 11 additions & 0 deletions dev-projects/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystatic/test-next-app

## 0.0.91

### Patch Changes

- Updated dependencies [bd20acb0]
- Updated dependencies [be85e097]
- Updated dependencies [e3d6fd29]
- Updated dependencies [be5d3646]
- @keystatic/core@0.1.9
- @keystar/ui@0.4.0

## 0.0.90

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions dev-projects/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/next-app",
"version": "0.0.90",
"version": "0.0.91",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@keystar/ui": "^0.3.0",
"@keystatic/core": "^0.1.2",
"@keystar/ui": "^0.4.0",
"@keystatic/core": "^0.1.9",
"@keystatic/next": "^1.0.0",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.2.8",
Expand Down
43 changes: 43 additions & 0 deletions dev-projects/next-blocks-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# @example/next-block-builder

## 0.1.1

### Patch Changes

- be85e097: Introduce
[client-side routing](https://react-spectrum.adobe.com/react-aria/routing.html)
concept from react-aria:

- Include `RouterProvider` with `KeystarProvider` (renamed from
"VoussoirProvider"), conditionally when _new_ `router` prop is provided.
This new router behaviour makes `linkComponent` and friends unnecessary;
they have been removed.
- Re-export `useLink` from
[react-aria](https://react-spectrum.adobe.com/react-aria/useLink.html),
which manages router behaviour on click (among other things), for use
outside of the component library. Internally we reference "@react-aria/link"
directly.
- Replace instances of link component references with appropriate alternative.
- Support link props e.g. "href", "target" etc. on `Menu` items.
- Consolidate cursor behaviour: `ActionButton`, `Button`, and (Menu) `Item`
will now use "pointer" for anchors.

Supporting/related changes:

- Update react-aria dependencies to latest: "@react-aria/\*",
"@react-stately/\*", "@react-types/\*", "@internationalized/\*".
- Remove linking behaviour from storybook. Might revisit later, but for now it
added unnecessary complexity.

App changes:

- Deprecate `link` prop on `Keystatic` component. We can now abstract that
behaviour from the existing `router` prop.
- Refactor topbar menu items to use link API; mostly to confirm expected
behaviour.

- Updated dependencies [bd20acb0]
- Updated dependencies [be85e097]
- Updated dependencies [e3d6fd29]
- Updated dependencies [be5d3646]
- @keystatic/core@0.1.9
4 changes: 2 additions & 2 deletions dev-projects/next-blocks-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/next-block-builder",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@keystatic/core": "^0.1.7",
"@keystatic/core": "^0.1.9",
"@keystatic/next": "^1.0.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.9",
Expand Down
43 changes: 43 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# keystatic-docs

## 1.0.16

### Patch Changes

- be85e097: Introduce
[client-side routing](https://react-spectrum.adobe.com/react-aria/routing.html)
concept from react-aria:

- Include `RouterProvider` with `KeystarProvider` (renamed from
"VoussoirProvider"), conditionally when _new_ `router` prop is provided.
This new router behaviour makes `linkComponent` and friends unnecessary;
they have been removed.
- Re-export `useLink` from
[react-aria](https://react-spectrum.adobe.com/react-aria/useLink.html),
which manages router behaviour on click (among other things), for use
outside of the component library. Internally we reference "@react-aria/link"
directly.
- Replace instances of link component references with appropriate alternative.
- Support link props e.g. "href", "target" etc. on `Menu` items.
- Consolidate cursor behaviour: `ActionButton`, `Button`, and (Menu) `Item`
will now use "pointer" for anchors.

Supporting/related changes:

- Update react-aria dependencies to latest: "@react-aria/\*",
"@react-stately/\*", "@react-types/\*", "@internationalized/\*".
- Remove linking behaviour from storybook. Might revisit later, but for now it
added unnecessary complexity.

App changes:

- Deprecate `link` prop on `Keystatic` component. We can now abstract that
behaviour from the existing `router` prop.
- Refactor topbar menu items to use link API; mostly to confirm expected
behaviour.

- Updated dependencies [bd20acb0]
- Updated dependencies [be85e097]
- Updated dependencies [e3d6fd29]
- Updated dependencies [be5d3646]
- @keystatic/core@0.1.9
- @keystar/ui@0.4.0

## 1.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystatic-docs",
"version": "1.0.15",
"version": "1.0.16",
"description": "",
"private": true,
"scripts": {
Expand All @@ -14,8 +14,8 @@
"@fontsource/inter": "^5.0.5",
"@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.16",
"@keystar/ui": "^0.3.2",
"@keystatic/core": "^0.1.6",
"@keystar/ui": "^0.4.0",
"@keystatic/core": "^0.1.9",
"@keystatic/next": "^1.0.1",
"@markdoc/markdoc": "^0.3.0",
"@sindresorhus/slugify": "^1.1.2",
Expand Down
43 changes: 43 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @keystatic/core

## 0.1.9

### Patch Changes

- bd20acb0: Improve performance of loading entries in public repositories
- be85e097: Introduce
[client-side routing](https://react-spectrum.adobe.com/react-aria/routing.html)
concept from react-aria:

- Include `RouterProvider` with `KeystarProvider` (renamed from
"VoussoirProvider"), conditionally when _new_ `router` prop is provided.
This new router behaviour makes `linkComponent` and friends unnecessary;
they have been removed.
- Re-export `useLink` from
[react-aria](https://react-spectrum.adobe.com/react-aria/useLink.html),
which manages router behaviour on click (among other things), for use
outside of the component library. Internally we reference "@react-aria/link"
directly.
- Replace instances of link component references with appropriate alternative.
- Support link props e.g. "href", "target" etc. on `Menu` items.
- Consolidate cursor behaviour: `ActionButton`, `Button`, and (Menu) `Item`
will now use "pointer" for anchors.

Supporting/related changes:

- Update react-aria dependencies to latest: "@react-aria/\*",
"@react-stately/\*", "@react-types/\*", "@internationalized/\*".
- Remove linking behaviour from storybook. Might revisit later, but for now it
added unnecessary complexity.

App changes:

- Deprecate `link` prop on `Keystatic` component. We can now abstract that
behaviour from the existing `router` prop.
- Refactor topbar menu items to use link API; mostly to confirm expected
behaviour.

- e3d6fd29: Fix links and other formatting around inline code being discarded in
the document editor
- be5d3646: Fix unhandled promise rejection error
- Updated dependencies [be85e097]
- @keystar/ui@0.4.0

## 0.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keystatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/core",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.4",
"@keystar/ui": "^0.4.0",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/focus": "^3.14.3",
"@react-aria/i18n": "^3.8.0",
Expand Down
Loading

0 comments on commit 8b1bd3d

Please sign in to comment.