forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move all packages into the @keystone-alpha namespace and reset versio…
…ns to 0.0.0
- Loading branch information
Showing
153 changed files
with
535 additions
and
436 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,28 @@ | ||
{ | ||
"releases": [ | ||
{ "name": "keystone_demo_blog", "type": "major" }, | ||
{ "name": "@keystone-alpha/demo-project-todo", "type": "major" }, | ||
{ "name": "@keystone-alpha/access-control", "type": "major" }, | ||
{ "name": "@keystone-alpha/adapter-knex", "type": "major" }, | ||
{ "name": "@keystone-alpha/adapter-mongoose", "type": "major" }, | ||
{ "name": "@keystone-alpha/admin-ui", "type": "major" }, | ||
{ "name": "@keystone-alpha/apollo-helpers", "type": "major" }, | ||
{ "name": "@keystone-alpha/core", "type": "major" }, | ||
{ "name": "@keystone-alpha/email", "type": "major" }, | ||
{ "name": "@keystone-alpha/field-views-loader", "type": "major" }, | ||
{ "name": "@keystone-alpha/fields", "type": "major" }, | ||
{ "name": "@keystone-alpha/file-adapters", "type": "major" }, | ||
{ "name": "@keystone-alpha/keystone", "type": "major" }, | ||
{ "name": "@keystone-alpha/logger", "type": "major" }, | ||
{ "name": "@keystone-alpha/mongo-join-builder", "type": "major" }, | ||
{ "name": "@keystone-alpha/server", "type": "major" }, | ||
{ "name": "@keystone-alpha/test-utils", "type": "major" }, | ||
{ "name": "@keystone-alpha/utils", "type": "major" }, | ||
{ "name": "@keystone-alpha/cypress-project-access-control", "type": "major" }, | ||
{ "name": "@keystone-alpha/cypress-project-basic", "type": "major" }, | ||
{ "name": "@keystone-alpha/cypress-project-login", "type": "major" }, | ||
{ "name": "@keystone-alpha/cypress-project-twitter-login", "type": "major" }, | ||
{ "name": "@keystone-alpha/website", "type": "major" } | ||
], | ||
"dependents": [] | ||
} |
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,3 @@ | ||
- This is the first release of keystone-alpha (previously voussoir). | ||
All packages in the `@voussoir` namespace are now available in the `@keystone-alpha` namespace, starting at version `1.0.0`. | ||
To upgrade your project you must update any `@voussoir/<foo>` dependencies in `package.json` to point to `@keystone-alpha/<foo>: "^1.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
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,3 +1,5 @@ | ||
# @keystone-alpha/demo-project-todo | ||
|
||
# @voussoir/demo-project-todo | ||
|
||
## 2.0.0 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# @keystone-alpha/access-control | ||
|
||
# @voussoir/access-control | ||
|
||
## 0.4.2 | ||
|
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,12 +1,12 @@ | ||
{ | ||
"name": "@voussoir/access-control", | ||
"version": "0.4.2", | ||
"name": "@keystone-alpha/access-control", | ||
"version": "0.0.0", | ||
"author": "Jess Telford", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.4.0" | ||
}, | ||
"dependencies": { | ||
"@voussoir/utils": "^1.0.0" | ||
"@keystone-alpha/utils": "^0.0.0" | ||
} | ||
} |
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,3 +1,5 @@ | ||
# @keystone-alpha/adapter-knex | ||
|
||
# @voussoir/adapter-knex | ||
|
||
## 0.0.3 | ||
|
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,16 +1,16 @@ | ||
{ | ||
"name": "@voussoir/adapter-knex", | ||
"version": "0.0.3", | ||
"name": "@keystone-alpha/adapter-knex", | ||
"version": "0.0.0", | ||
"author": "Tim Leslie", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.4.0" | ||
}, | ||
"dependencies": { | ||
"@voussoir/keystone": "^1.0.0", | ||
"@voussoir/utils": "^1.0.0", | ||
"@keystone-alpha/keystone": "^0.0.0", | ||
"@keystone-alpha/utils": "^0.0.0", | ||
"knex": "^0.16.3", | ||
"p-settle": "^2.1.0", | ||
"pg": "^7.8.0" | ||
} | ||
} | ||
} |
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,3 +1,5 @@ | ||
# @keystone-alpha/adapter-mongoose | ||
|
||
# @voussoir/adapter-mongoose | ||
|
||
## 2.0.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
Oops, something went wrong.