-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release @keystonejs/* packages (つ^◡^)つ (#1821)
* Revert "Version Packages (#1814)" This reverts commit a0a3ebe. * Release @keystonejs/* packages (つ^◡^)つ
- Loading branch information
1 parent
a0a3ebe
commit 7b4ed36
Showing
335 changed files
with
876 additions
and
1,511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
'@keystonejs/api-tests': major | ||
'@keystonejs/benchmarks': major | ||
'@keystonejs/demo-project-blog': major | ||
'@keystonejs/demo-project-meetup': major | ||
'@keystonejs/demo-project-todo': major | ||
'@keystonejs/access-control': major | ||
'@keystonejs/adapter-knex': major | ||
'@keystonejs/adapter-mongoose': major | ||
'@keystonejs/apollo-helpers': major | ||
'@keystonejs/app-admin-ui': major | ||
'@keystonejs/app-graphql-playground': major | ||
'@keystonejs/app-graphql': major | ||
'@keystonejs/app-next': major | ||
'@keystonejs/app-nuxt': major | ||
'@keystonejs/app-schema-router': major | ||
'@keystonejs/app-static': major | ||
'@keystonejs/auth-passport': major | ||
'@keystonejs/auth-password': major | ||
'@keystonejs/build-field-types': major | ||
'@keystonejs/email': major | ||
'@keystonejs/field-content': major | ||
'@keystonejs/field-views-loader': major | ||
'@keystonejs/fields-auto-increment': major | ||
'@keystonejs/fields-datetime-utc': major | ||
'@keystonejs/fields-markdown': major | ||
'@keystonejs/fields-mongoid': major | ||
'@keystonejs/fields-wysiwyg-tinymce': major | ||
'@keystonejs/fields': major | ||
'@keystonejs/file-adapters': major | ||
'@keystonejs/keystone': major | ||
'@keystonejs/list-plugins': major | ||
'@keystonejs/logger': major | ||
'@keystonejs/mongo-join-builder': major | ||
'@keystonejs/oembed-adapters': major | ||
'@keystonejs/session': major | ||
'@keystonejs/test-utils': major | ||
'@keystonejs/utils': major | ||
'@keystonejs/cypress-project-access-control': major | ||
'@keystonejs/cypress-project-basic': major | ||
'@keystonejs/cypress-project-client-validation': major | ||
'@keystonejs/cypress-project-login': major | ||
'@keystonejs/cypress-project-social-login': major | ||
'@keystonejs/website': major | ||
'@keystonejs/example-projects-blank': major | ||
'@keystonejs/example-projects-nuxt': major | ||
'@keystonejs/example-projects-starter': major | ||
'@keystonejs/example-projects-todo': major | ||
'create-keystone-app': minor | ||
--- | ||
|
||
Release @keystonejs/* packages (つ^◡^)つ | ||
|
||
- This is the first release of `@keystonejs/*` packages (previously `@keystone-alpha/*`). | ||
- All packages in the `@keystone-alpha` namespace are now available in the `@keystonejs` namespace, starting at version `5.0.0`. | ||
- To upgrade your project you must update any `@keystone-alpha/*` dependencies in `package.json` to point to `"@keystonejs/*": "^5.0.0"` and update any `require`/`import` statements in your code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
api-tests/extend-graphql-schema/extend-graphql-schema.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "@keystone/api-tests", | ||
"name": "@keystonejs/api-tests", | ||
"description": "A set of tests for running against the KeystoneJS API.", | ||
"private": true, | ||
"version": "5.0.0", | ||
"version": "4.0.0", | ||
"author": "The KeystoneJS Development Team", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.4.0" | ||
}, | ||
"devDependencies": { | ||
"@keystone/adapter-knex": "^5.0.0", | ||
"@keystone/adapter-mongoose": "^5.0.0", | ||
"@keystone/app-graphql": "^5.0.0", | ||
"@keystone/fields": "^5.0.0", | ||
"@keystone/keystone": "^5.0.0", | ||
"@keystone/session": "^5.0.0", | ||
"@keystone/test-utils": "^5.0.0", | ||
"@keystonejs/adapter-knex": "^4.0.0", | ||
"@keystonejs/adapter-mongoose": "^4.0.0", | ||
"@keystonejs/app-graphql": "^4.0.0", | ||
"@keystonejs/fields": "^4.0.0", | ||
"@keystonejs/keystone": "^4.0.0", | ||
"@keystonejs/session": "^4.0.0", | ||
"@keystonejs/test-utils": "^4.0.0", | ||
"body-parser": "^1.18.2", | ||
"cookie-signature": "^1.1.0", | ||
"cuid": "^2.1.6", | ||
"supertest-light": "^1.0.2", | ||
"testcheck": "^1.0.0-rc.2" | ||
}, | ||
"dependencies": { | ||
"@keystone/auth-password": "^5.0.0", | ||
"@keystonejs/auth-password": "^4.0.0", | ||
"express": "^4.17.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
api-tests/relationships/nested-mutations/connect-many.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
api-tests/relationships/nested-mutations/connect-singular.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
api-tests/relationships/nested-mutations/create-and-connect-many.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
api-tests/relationships/nested-mutations/create-and-connect-singular.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
api-tests/relationships/nested-mutations/create-singular.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.