Skip to content

Commit

Permalink
Prepare release (keystonejs#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford authored Sep 2, 2019
1 parent 8bb1bb0 commit 44cb741
Show file tree
Hide file tree
Showing 51 changed files with 245 additions and 227 deletions.
1 change: 0 additions & 1 deletion .changeset/chatty-onions-hear/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/chatty-onions-hear/changes.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/good-berries-clap/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/good-berries-clap/changes.md

This file was deleted.

131 changes: 0 additions & 131 deletions .changeset/kind-gorillas-work/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/kind-gorillas-work/changes.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/odd-days-tie/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/odd-days-tie/changes.md

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Add a script to your `package.json`:
Create a file `index.js`:

<!-- prettier-ignore -->

```javascript
const { Keystone } = require('@keystone-alpha/keystone');
const { MongooseAdapter } = require('@keystone-alpha/adapter-mongoose');
Expand Down Expand Up @@ -122,6 +123,7 @@ must handle executing the different parts of Keystone.
Create the `server.js` file:

<!-- prettier-ignore -->

```javascript
const express = require('express');
const { keystone, apps } = require('./index');
Expand Down Expand Up @@ -221,6 +223,7 @@ To setup authentication, you must instantiate an _Auth Strategy_, and create a
list used for authentication in `index.js`:

<!-- prettier-ignore -->

```javascript
const { Keystone } = require('@keystone-alpha/keystone');
const { PasswordAuthStrategy } = require('@keystone-alpha/auth-password');
Expand Down
13 changes: 13 additions & 0 deletions api-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-alpha/api-tests

## 1.4.0

### Minor Changes

- [8bb1bb0e](https://github.com/keystonejs/keystone-5/commit/8bb1bb0e): Add a `keystone.executeQuery()` method to run GraphQL queries and mutations directly against a Keystone instance. NOTE: These queries are executed without any Access Control checks by default.

- Updated dependencies [8d0d98c7](https://github.com/keystonejs/keystone-5/commit/8d0d98c7):
- @keystone-alpha/test-utils@2.3.0
- @keystone-alpha/adapter-knex@4.0.7
- @keystone-alpha/adapter-mongoose@4.0.4
- @keystone-alpha/app-graphql@7.0.0
- @keystone-alpha/keystone@13.0.0

## 1.3.1

- Updated dependencies [33001656](https://github.com/keystonejs/keystone-5/commit/33001656):
Expand Down
12 changes: 6 additions & 6 deletions api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@keystone-alpha/api-tests",
"description": "A set of tests for running against the KeystoneJS API.",
"private": true,
"version": "1.3.1",
"version": "1.4.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"devDependencies": {
"@keystone-alpha/adapter-knex": "^4.0.5",
"@keystone-alpha/adapter-mongoose": "^4.0.3",
"@keystone-alpha/app-graphql": "^6.3.1",
"@keystone-alpha/adapter-knex": "^4.0.7",
"@keystone-alpha/adapter-mongoose": "^4.0.4",
"@keystone-alpha/app-graphql": "^7.0.0",
"@keystone-alpha/fields": "^10.5.0",
"@keystone-alpha/keystone": "^12.0.0",
"@keystone-alpha/keystone": "^13.0.0",
"@keystone-alpha/session": "^2.0.1",
"@keystone-alpha/test-utils": "^2.2.4",
"@keystone-alpha/test-utils": "^2.3.0",
"body-parser": "^1.18.2",
"cookie-signature": "^1.1.0",
"cuid": "^2.1.6",
Expand Down
7 changes: 7 additions & 0 deletions demo-projects/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# keystone_demo_blog

## 2.1.2

- Updated dependencies [8d0d98c7](https://github.com/keystonejs/keystone-5/commit/8d0d98c7):
- @keystone-alpha/adapter-mongoose@4.0.4
- @keystone-alpha/app-graphql@7.0.0
- @keystone-alpha/keystone@13.0.0

## 2.1.1

- Updated dependencies [33001656](https://github.com/keystonejs/keystone-5/commit/33001656):
Expand Down
10 changes: 5 additions & 5 deletions demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-alpha/demo-project-blog",
"description": "An example KeystoneJS project showcasing a Blogging Site.",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -18,17 +18,17 @@
"@arch-ui/typography": "^0.0.8",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@keystone-alpha/adapter-mongoose": "^4.0.3",
"@keystone-alpha/app-admin-ui": "^5.4.0",
"@keystone-alpha/app-graphql": "^6.3.1",
"@keystone-alpha/adapter-mongoose": "^4.0.4",
"@keystone-alpha/app-admin-ui": "^5.5.2",
"@keystone-alpha/app-graphql": "^7.0.0",
"@keystone-alpha/app-next": "^2.0.0",
"@keystone-alpha/app-static": "^1.1.0",
"@keystone-alpha/auth-password": "^1.0.0",
"@keystone-alpha/fields": "^10.5.0",
"@keystone-alpha/fields-markdown": "^1.0.3",
"@keystone-alpha/fields-wysiwyg-tinymce": "^3.0.5",
"@keystone-alpha/file-adapters": "^1.1.1",
"@keystone-alpha/keystone": "^12.0.0",
"@keystone-alpha/keystone": "^13.0.0",
"@keystone-alpha/oembed-adapters": "^1.1.2",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
Expand Down
7 changes: 7 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-alpha/demo-project-meetup

## 0.2.3

- Updated dependencies [8d0d98c7](https://github.com/keystonejs/keystone-5/commit/8d0d98c7):
- @keystone-alpha/adapter-mongoose@4.0.4
- @keystone-alpha/app-graphql@7.0.0
- @keystone-alpha/keystone@13.0.0

## 0.2.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-alpha/demo-project-meetup",
"description": "An example KeystoneJS project showcasing a Meetup Site.",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,16 +15,16 @@
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@keystone-alpha/adapter-mongoose": "^4.0.3",
"@keystone-alpha/app-admin-ui": "^5.5.1",
"@keystone-alpha/app-graphql": "^6.3.1",
"@keystone-alpha/adapter-mongoose": "^4.0.4",
"@keystone-alpha/app-admin-ui": "^5.5.2",
"@keystone-alpha/app-graphql": "^7.0.0",
"@keystone-alpha/app-next": "^2.0.0",
"@keystone-alpha/auth-password": "^1.0.0",
"@keystone-alpha/email": "^3.0.1",
"@keystone-alpha/fields": "^10.5.0",
"@keystone-alpha/fields-wysiwyg-tinymce": "^3.0.5",
"@keystone-alpha/file-adapters": "^1.1.1",
"@keystone-alpha/keystone": "^12.0.0",
"@keystone-alpha/keystone": "^13.0.0",
"@keystone-alpha/session": "^2.0.1",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
Expand Down
7 changes: 7 additions & 0 deletions demo-projects/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-alpha/demo-project-todo

## 1.1.11

- Updated dependencies [8d0d98c7](https://github.com/keystonejs/keystone-5/commit/8d0d98c7):
- @keystone-alpha/adapter-mongoose@4.0.4
- @keystone-alpha/app-graphql@7.0.0
- @keystone-alpha/keystone@13.0.0

## 1.1.10

- Updated dependencies [33001656](https://github.com/keystonejs/keystone-5/commit/33001656):
Expand Down
10 changes: 5 additions & 5 deletions demo-projects/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-alpha/demo-project-todo",
"description": "An example KeystoneJS project showcasing a simple Todo List.",
"private": true,
"version": "1.1.10",
"version": "1.1.11",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,11 +14,11 @@
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@keystone-alpha/adapter-mongoose": "^4.0.3",
"@keystone-alpha/app-admin-ui": "^5.4.0",
"@keystone-alpha/app-graphql": "^6.3.1",
"@keystone-alpha/adapter-mongoose": "^4.0.4",
"@keystone-alpha/app-admin-ui": "^5.5.2",
"@keystone-alpha/app-graphql": "^7.0.0",
"@keystone-alpha/fields": "^10.5.0",
"@keystone-alpha/keystone": "^12.0.0",
"@keystone-alpha/keystone": "^13.0.0",
"@keystone-alpha/app-static": "^1.1.0",
"cross-env": "^5.2.0"
}
Expand Down
10 changes: 10 additions & 0 deletions docs/api/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,29 @@ see the [Access Control Guide](https://v5.keystonejs.com/guides/access-control)
## Table of Contents

- [GraphQL Access Control](#graphql-access-control)

- [Defaults](#defaults)

- [List level access control](#list-level-access-control)

- [Access API](#access-api)

- [Booleans](#booleans)

- [Shorthand static Boolean](#shorthand-static-boolean)
- [Granular static Booleans](#granular-static-booleans)
- [Shorthand Imperative Boolean](#shorthand-imperative-boolean)
- [Granular functions returning Boolean](#granular-functions-returning-boolean)

- [GraphQLWhere](#graphqlwhere)

- [Granular static GraphQLWheres](#granular-static-graphqlwheres)
- [Granular functions returning GraphQLWhere](#granular-functions-returning-graphqlwhere)

- [Field level access control](#field-level-access-control)

- [access API](#access-api-1)

- [Shorthand static Boolean](#shorthand-static-boolean-1)
- [Granular static Booleans](#granular-static-booleans-1)
- [Shorthand Imperative Boolean](#shorthand-imperative-boolean-1)
Expand Down
Loading

0 comments on commit 44cb741

Please sign in to comment.