Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2020
1 parent f7f3cbf commit 53ca1a5
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-toes-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-glasses-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-parents-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-parrots-arrive.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release-count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13
14
9 changes: 9 additions & 0 deletions packages/adapter-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/adapter-knex

## 12.0.1

### Patch Changes

- [`767a02a76`](https://github.com/keystonejs/keystone/commit/767a02a76d787a871832075402722c0df5213549) [#3868](https://github.com/keystonejs/keystone/pull/3868) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `pg` to `^8.4.0`.

- Updated dependencies [[`20c921c80`](https://github.com/keystonejs/keystone/commit/20c921c805f9ba8e779d0af584e6ff036c264bd4)]:
- @keystonejs/keystone@17.1.0

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystonejs/adapter-knex",
"description": "KeystoneJS Knex Database Adapter",
"version": "12.0.0",
"version": "12.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystonejs/fields-auto-increment": "^8.0.0",
"@keystonejs/keystone": "^17.0.0",
"@keystonejs/keystone": "^17.1.0",
"@keystonejs/utils": "^5.4.3",
"knex": "^0.21.6",
"p-settle": "^4.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/adapter-prisma

## 1.0.4

### Patch Changes

- [`d157e7666`](https://github.com/keystonejs/keystone/commit/d157e7666d1057cbeab7dc274244d0e130171ec9) [#3893](https://github.com/keystonejs/keystone/pull/3893) Thanks [@renovate](https://github.com/apps/renovate)! - Updated `prisma` monorepo dependency to `v2.8.1`.

- Updated dependencies [[`20c921c80`](https://github.com/keystonejs/keystone/commit/20c921c805f9ba8e779d0af584e6ff036c264bd4)]:
- @keystonejs/keystone@17.1.0

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystonejs/adapter-prisma",
"description": "KeystoneJS Prisma Database Adapter",
"version": "1.0.3",
"version": "1.0.4",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystonejs/fields-auto-increment": "^8.0.0",
"@keystonejs/keystone": "^17.0.0",
"@keystonejs/keystone": "^17.1.0",
"@keystonejs/utils": "^5.4.3",
"@prisma/cli": "2.8.1",
"@prisma/client": "2.8.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-graphql-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/app-graphql-playground

## 5.1.8

### Patch Changes

- [`8023dabf0`](https://github.com/keystonejs/keystone/commit/8023dabf06cd08ab6541b2cc8d96f37b498e2774) [#3873](https://github.com/keystonejs/keystone/pull/3873) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@apollographql/graphql-playground-react` to `^1.7.34`.

## 5.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-graphql-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-graphql-playground",
"description": "KeystoneJS GraphQL Playground App.",
"version": "5.1.7",
"version": "5.1.8",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/keystone

## 17.1.0

### Minor Changes

- [`20c921c80`](https://github.com/keystonejs/keystone/commit/20c921c805f9ba8e779d0af584e6ff036c264bd4) [#3849](https://github.com/keystonejs/keystone/pull/3849) Thanks [@gautamsi](https://github.com/gautamsi)! - Added `fieldPath` as an argument to all field hooks.

## 17.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/keystone",
"description": "The main @keystonejs class & CLI. This is where the magic happens.",
"version": "17.0.0",
"version": "17.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 53ca1a5

Please sign in to comment.