Skip to content

Commit

Permalink
Reset package versions to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine authored and JedWatson committed Nov 30, 2021
1 parent 3898525 commit 2d25802
Show file tree
Hide file tree
Showing 41 changed files with 93 additions and 93 deletions.
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": "4.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"@emotion/react": "^11.6.0",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-6/fields-document": "^14.0.0",
"@keystone-6/fields-document": "^0.0.0",
"@mdx-js/loader": "next",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.4",
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/assets-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-assets-cloud",
"version": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/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": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/keystone": "^0.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-auth",
"version": "5.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/auth": "^37.0.0",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/auth": "^0.0.0",
"@keystone-6/keystone": "^0.0.0",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
10 changes: 5 additions & 5 deletions examples-staging/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/examples-app-basic",
"version": "5.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,10 +10,10 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^37.0.0",
"@keystone-6/document-renderer": "^5.0.0",
"@keystone-6/fields-document": "^14.0.0",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/auth": "^0.0.0",
"@keystone-6/document-renderer": "^0.0.0",
"@keystone-6/fields-document": "^0.0.0",
"@keystone-6/keystone": "^0.0.0",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/fields": "^6.0.0",
"@keystone-ui/icons": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-ecommerce",
"version": "5.0.0",
"version": "0.0.0",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^37.0.0",
"@keystone-6/cloudinary": "^12.0.0",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/auth": "^0.0.0",
"@keystone-6/cloudinary": "^0.0.0",
"@keystone-6/keystone": "^0.0.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^10.0.0",
"next": "^12.0.4",
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/embedded-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-embedded-nextjs",
"version": "4.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"dotenv": "^10.0.0",
"next": "^12.0.4",
"react": "^17.0.2",
Expand Down
10 changes: 5 additions & 5 deletions examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystone-next-app",
"version": "2.0.0",
"name": "@keystone-6/example-graphql-api-endpoint",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^37.0.0",
"@keystone-6/fields-document": "^14.0.0",
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/auth": "^0.0.0",
"@keystone-6/fields-document": "^0.0.0",
"@keystone-6/keystone": "^0.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/examples-staging/graphql-api-endpoint"
}
6 changes: 3 additions & 3 deletions examples-staging/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-roles",
"version": "5.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/auth": "^37.0.0",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/auth": "^0.0.0",
"@keystone-6/keystone": "^0.0.0",
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-6/example-sandbox",
"version": "4.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next dev",
"sandbox": "yarn && yarn dev"
},
"dependencies": {
"@keystone-6/auth": "^37.0.0",
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/auth": "^0.0.0",
"@keystone-6/keystone": "^0.0.0"
},
"engines": {
"node": "^14.15 || ^16.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-blog",
"version": "3.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"seed-data": "keystone-next --seed-data"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/keystone": "^0.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
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": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"@keystone-ui/core": "^4.0.0",
"next": "^12.0.4",
"react": "^17.0.2"
Expand Down
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": "6.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"react": "^17.0.2"
},
"devDependencies": {
Expand Down
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": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"@keystone-ui/core": "^4.0.0",
"react": "^17.0.2"
},
Expand Down
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": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@emotion/css": "^11.5.0",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"@keystone-ui/button": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/fields": "^6.0.0",
Expand Down
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": "1.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"@keystone-ui/fields": "^6.0.0",
"react": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/default-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-default-values",
"version": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/keystone": "^0.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
8 changes: 4 additions & 4 deletions examples/document-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-document-field",
"version": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/document-renderer": "^5.0.0",
"@keystone-6/fields-document": "^14.0.0",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/document-renderer": "^0.0.0",
"@keystone-6/fields-document": "^0.0.0",
"@keystone-6/keystone": "^0.0.0",
"@preconstruct/next": "^3.0.1",
"next": "^12.0.4",
"react": "^17.0.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/extend-graphql-schema-graphql-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-extend-graphql-schema-graphql-ts",
"version": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/keystone": "^0.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/extend-graphql-schema-nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-extend-graphql-schema-nexus",
"version": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^8.3.1",
"@keystone-6/keystone": "^29.0.0",
"@keystone-6/keystone": "^0.0.0",
"graphql": "^15.7.2",
"nexus": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/extend-graphql-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-extend-graphql-schema",
"version": "2.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/keystone": "^0.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-json-field",
"version": "5.0.0",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-6/keystone": "^29.0.0"
"@keystone-6/keystone": "^0.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
Loading

0 comments on commit 2d25802

Please sign in to comment.