Skip to content

Commit

Permalink
Version Packages (#9391)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Cousens <[email protected]>
  • Loading branch information
dcousens and dcousens authored Nov 7, 2024
1 parent 8057141 commit b8beced
Show file tree
Hide file tree
Showing 64 changed files with 106 additions and 99 deletions.
2 changes: 2 additions & 0 deletions .changeset/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"allcontributors[bot]",
"austin047",
"bartduisters",
"benderham",
"bketelsen",
"bladey",
"borisno2",
Expand Down Expand Up @@ -62,6 +63,7 @@
"jossmac",
"kennedybaird",
"keystonejs-release-bot",
"kidneyweakx",
"kporten",
"lahirurane-rau",
"leopoldkristjansson",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/cyan-glasses-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-file-size.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-dolphins-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-rocks-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-files-appear.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/assets-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"bytes": "^3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/assets-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"bytes": "^3.1.1",
"dotenv": "^16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@keystone-6/cloudinary": "^8.0.0",
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"dotenv": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@keystone-ui/core": "^5.0.2",
"@prisma/client": "5.19.0",
"next": "^14.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@keystone-ui/core": "^5.0.2",
"@prisma/client": "5.19.0",
"next": "^14.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-field-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@keystone-ui/fields": "^7.2.0",
"@prisma/client": "5.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"seed-data": "tsx seed-data.tsx"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@paralleldrive/cuid2": "^2.2.1",
"@prisma/client": "5.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-output-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"next": "^14.2.0",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-session-invalidation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-session-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"jsonwebtoken": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"next-auth": "^4.22.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone build --no-ui --frozen"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"dotenv": "^16.0.0",
"express": "^4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-session-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"@redis/client": "^1.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/default-values/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/fields-document": "^9.1.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@keystone-6/fields-document": "^9.1.1",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/document-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@keystone-6/document-renderer": "^1.1.2",
"@keystone-6/fields-document": "^9.1.0",
"@keystone-6/fields-document": "^9.1.1",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "5.19.0",
"next": "^14.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/empty-lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-express-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"@types/express": "^4.17.14",
"express": "^4.19.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-graphql-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^9.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"graphql": "^16.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-graphql-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^9.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"graphql": "^16.8.1",
"nexus": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@apollo/client": "^3.7.0",
"@emotion/css": "^11.7.1",
"@graphql-tools/schema": "^9.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/extend-prisma-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/fields-document": "^9.1.0",
"@keystone-6/core": "^6.3.1",
"@keystone-6/fields-document": "^9.1.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/field-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.3.2",
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"astro": "^4.12.3"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-nextjs-app-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"start": "next start"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@keystone-6/document-renderer": "^1.1.2",
"@keystone-6/fields-document": "^9.1.0",
"@keystone-6/fields-document": "^9.1.1",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "5.19.0",
"graphql": "^16.8.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-nextjs-pages-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"start": "next start"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/fields-document": "^9.1.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@keystone-6/fields-document": "^9.1.1",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "5.19.0",
"graphql": "^16.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.3.0",
"@keystone-6/fields-document": "^9.1.0",
"@keystone-6/auth": "^8.1.0",
"@keystone-6/core": "^6.3.1",
"@keystone-6/fields-document": "^9.1.1",
"@prisma/client": "5.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"@remix-run/node": "^1.18.0",
"@remix-run/react": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ts-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "keystone postinstall && ts-gql build"
},
"dependencies": {
"@keystone-6/core": "^6.3.0",
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"graphql": "^16.8.1"
},
Expand Down
Loading

0 comments on commit b8beced

Please sign in to comment.