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 Aug 13, 2023
1 parent 9b22f96 commit 9dad51e
Show file tree
Hide file tree
Showing 109 changed files with 576 additions and 144 deletions.
5 changes: 0 additions & 5 deletions .changeset/bump-prisma-now.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-readers-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/no-extend-type.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/website

## 0.1.3

### Patch Changes

- Updated dependencies [[`9ca8f7eec`](https://github.com/keystonejs/keystone/commit/9ca8f7eec34d28db82f0ce391e8e7cfdc0faf3e1)]:
- @keystone-6/fields-document@9.0.0
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/website",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@emotion/react": "^11.7.1",
"@emotion/server": "11.11.0",
"@emotion/weak-memoize": "^0.3.0",
"@keystone-6/fields-document": "^8.0.0",
"@keystone-6/fields-document": "^9.0.0",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/icons": "^6.0.1",
"@markdoc/markdoc": "^0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/assets-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-assets-local

## 0.0.8

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/assets-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-assets-local",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/assets-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-assets-s3

## 0.0.7

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/assets-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-assets-s3",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0",
"dotenv": "^16.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions examples/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @keystone-6/example-auth

## 0.1.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
- @keystone-6/auth@8.0.0
6 changes: 3 additions & 3 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-auth",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-admin-ui-logo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-admin-ui-logo

## 0.1.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-admin-ui-logo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-admin-ui-logo",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@keystone-ui/core": "^5.0.1",
"@prisma/client": "^5.0.0",
"next": "^13.3.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-admin-ui-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-admin-ui-navigation

## 0.0.8

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-admin-ui-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-admin-ui-navigation",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0",
"react": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-admin-ui-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-admin-ui-pages

## 0.1.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-admin-ui-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-admin-ui-pages",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@keystone-ui/core": "^5.0.1",
"@prisma/client": "^5.0.0",
"next": "^13.3.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-field-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-field-view

## 0.1.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-field-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-field-view",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.1.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-field

## 0.0.8

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-field",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@keystone-ui/fields": "^7.1.1",
"@prisma/client": "^5.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-id

## 0.0.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-id",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"seed-data": "tsx seed-data.tsx"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@paralleldrive/cuid2": "^2.2.1",
"@prisma/client": "^5.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-output-paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-output-paths

## 0.1.1

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-output-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-output-paths",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0",
"next": "^13.3.0",
"react": "^18.2.0",
Expand Down
9 changes: 9 additions & 0 deletions examples/custom-session-invalidation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @keystone-6/example-custom-session-invalidation

## 0.0.6

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
- @keystone-6/auth@8.0.0
6 changes: 3 additions & 3 deletions examples/custom-session-invalidation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-session-invalidation",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/custom-session-jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @keystone-6/example-custom-session-jwt

## 0.0.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
- @keystone-6/auth@8.0.0
6 changes: 3 additions & 3 deletions examples/custom-session-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-session-jwt",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0",
"jsonwebtoken": "^9.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-session-next-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keystone-6/example-custom-session-next-auth

## 0.0.2

### Patch Changes

- Updated dependencies [[`10f72ab24`](https://github.com/keystonejs/keystone/commit/10f72ab2413ff1320cd97ada29a9df523e9fb778), [`a60ffa866`](https://github.com/keystonejs/keystone/commit/a60ffa866d0444b01407e30cc64c2ef434a4aeb3)]:
- @keystone-6/core@6.0.0
4 changes: 2 additions & 2 deletions examples/custom-session-next-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-custom-session-next-auth",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^6.0.0",
"@prisma/client": "^5.0.0",
"next-auth": "^4.22.1"
},
Expand Down
Loading

0 comments on commit 9dad51e

Please sign in to comment.