Skip to content

Commit

Permalink
Version Packages (#807)
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 d76af08 commit c1e6d57
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .changeset/smooth-rockets-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions design-system/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystar/ui

## 0.4.6

### Patch Changes

- d76af081: Fix default exports in Node ESM

## 0.4.5

### 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.4.5",
"version": "0.4.6",
"license": "MIT",
"main": "",
"module": "",
Expand Down Expand Up @@ -11129,7 +11129,7 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@keystar/ui": "^0.4.5",
"@keystar/ui": "^0.4.6",
"@keystar/ui-storybook": "^0.0.1",
"@react-aria/landmark": "3.0.0-beta.2",
"@svgr/core": "^6.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/astro

## 2.0.2

### Patch Changes

- d76af081: Fix default exports in Node ESM
- Updated dependencies [d76af081]
- @keystatic/core@0.2.6

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/astro",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"set-cookie-parser": "^2.5.1"
},
"devDependencies": {
"@keystatic/core": "^0.2.5",
"@keystatic/core": "^0.2.6",
"@types/cookie": "^0.5.1",
"@types/set-cookie-parser": "^2.4.2",
"astro": "^4.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystatic/create

## 0.0.4

### Patch Changes

- d76af081: Fix default exports in Node ESM

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/create",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"bin": {
"create-keystatic": "./bin.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/core

## 0.2.6

### Patch Changes

- d76af081: Fix default exports in Node ESM
- Updated dependencies [d76af081]
- @keystar/ui@0.4.6

## 0.2.5

### 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.2.5",
"version": "0.2.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.5",
"@keystar/ui": "^0.4.6",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/focus": "^3.14.3",
"@react-aria/i18n": "^3.8.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/next

## 2.0.1

### Patch Changes

- d76af081: Fix default exports in Node ESM
- Updated dependencies [d76af081]
- @keystatic/core@0.2.6

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/next",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"server-only": "^0.0.1"
},
"devDependencies": {
"@keystatic/core": "^0.2.0",
"@keystatic/core": "^0.2.6",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/remix

## 2.1.1

### Patch Changes

- d76af081: Fix default exports in Node ESM
- Updated dependencies [d76af081]
- @keystatic/core@0.2.6

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/remix",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/react": "^18.2.8"
},
"devDependencies": {
"@keystatic/core": "^0.2.5",
"@keystatic/core": "^0.2.6",
"@remix-run/react": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 5 additions & 5 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 c1e6d57

@vercel
Copy link

@vercel vercel bot commented on c1e6d57 Dec 7, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on c1e6d57 Dec 7, 2023

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-git-main-thinkmill-labs.vercel.app
keystatic.vercel.app

Please sign in to comment.