Skip to content

Commit

Permalink
Version Packages (#901)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b3071c8 commit df093d5
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-badgers-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-emus-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-zebras-brake.md

This file was deleted.

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

## 0.0.24

### Patch Changes

- Updated dependencies [ad59430d]
- Updated dependencies [53d8fcc7]
- @keystar/ui@0.6.0

## 0.0.23

### 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.23",
"version": "0.0.24",
"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.5.0",
"@keystar/ui": "^0.6.0",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/i18n": "^3.8.0",
"@types/js-yaml": "^4.0.5",
Expand Down
10 changes: 10 additions & 0 deletions design-system/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystar/ui

## 0.6.0

### Minor Changes

- 53d8fcc7: Update icons

### Patch Changes

- ad59430d: Fix `onEnter` callback in overlays

## 0.5.0

### Minor 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.5.0",
"version": "0.6.0",
"license": "MIT",
"main": "",
"module": "",
Expand Down Expand Up @@ -1552,7 +1552,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@keystar/ui": "^0.5.0",
"@keystar/ui": "^0.6.0",
"@keystar/ui-storybook": "^0.0.1",
"@react-aria/landmark": "3.0.0-beta.2",
"@svgr/core": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion design-system/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@capsizecss/core": "^3.1.1",
"@capsizecss/metrics": "^1.2.0",
"@jest/globals": "^29.7.0",
"@keystar/ui": "^0.5.0",
"@keystar/ui": "^0.6.0",
"@types/lodash": "^4.14.191",
"color2k": "^2.0.2",
"emery": "^1.4.1",
Expand Down
10 changes: 10 additions & 0 deletions dev-projects/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystatic/test-next-app

## 0.0.96

### Patch Changes

- Updated dependencies [ad59430d]
- Updated dependencies [53d8fcc7]
- Updated dependencies [b3071c88]
- @keystar/ui@0.6.0
- @keystatic/core@0.3.5

## 0.0.95

### 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.95",
"version": "0.0.96",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@keystar/ui": "^0.5.0",
"@keystatic/core": "^0.3.0",
"@keystar/ui": "^0.6.0",
"@keystatic/core": "^0.3.5",
"@keystatic/next": "^3.0.0",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.2.8",
Expand Down
10 changes: 10 additions & 0 deletions dev-projects/next-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/next-pages

## 0.0.94

### Patch Changes

- Updated dependencies [ad59430d]
- Updated dependencies [53d8fcc7]
- Updated dependencies [b3071c88]
- @keystar/ui@0.6.0
- @keystatic/core@0.3.5

## 0.0.93

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions dev-projects/next-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/next-pages",
"version": "0.0.93",
"version": "0.0.94",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@keystar/ui": "^0.5.0",
"@keystatic/core": "^0.3.0",
"@keystar/ui": "^0.6.0",
"@keystatic/core": "^0.3.5",
"@keystatic/next": "^3.0.0",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.2.8",
Expand Down
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# keystatic-docs

## 1.0.20

### Patch Changes

- Updated dependencies [ad59430d]
- Updated dependencies [53d8fcc7]
- Updated dependencies [b3071c88]
- @keystar/ui@0.6.0
- @keystatic/core@0.3.5

## 1.0.19

### 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.19",
"version": "1.0.20",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,8 +16,8 @@
"@fontsource/inter": "^5.0.5",
"@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.16",
"@keystar/ui": "^0.5.0",
"@keystatic/core": "^0.3.2",
"@keystar/ui": "^0.6.0",
"@keystatic/core": "^0.3.5",
"@keystatic/next": "^3.0.0",
"@markdoc/markdoc": "^0.3.0",
"@sindresorhus/slugify": "^1.1.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystatic/core

## 0.3.5

### Patch Changes

- 53d8fcc7: Update icons
- b3071c88: Fix array field parsing in the mdx field
- Updated dependencies [ad59430d]
- Updated dependencies [53d8fcc7]
- @keystar/ui@0.6.0

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -117,7 +117,7 @@
"@emotion/weak-memoize": "^0.3.0",
"@floating-ui/react": "^0.24.0",
"@internationalized/string": "^3.1.1",
"@keystar/ui": "^0.5.0",
"@keystar/ui": "^0.6.0",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/focus": "^3.14.3",
"@react-aria/i18n": "^3.8.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit df093d5

@vercel
Copy link

@vercel vercel bot commented on df093d5 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

keystatic – ./dev-projects/next-app

keystatic-thinkmill-labs.vercel.app
keystatic.vercel.app
keystatic-git-main-thinkmill-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on df093d5 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.