Skip to content

Commit

Permalink
Merge pull request #1681 from keystonejs/changeset-release
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sarneaud committed Sep 19, 2019
2 parents 9add5e7 + f58ff3e commit 99e000c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-beers-fetch/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/light-beers-fetch/changes.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-alpha/keystone

## 15.2.1

### Patch Changes

- [d218cd55](https://github.com/keystonejs/keystone-5/commit/d218cd55): Make executeQuery() backwards compatible with old, single-schema KS

## 15.2.0

### Minor 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": "@keystone-alpha/keystone",
"description": "The main @keystone-alpha class & CLI. This is where the magic happens.",
"version": "15.2.0",
"version": "15.2.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-alpha/test-utils

## 2.4.1

### Patch Changes

- [d218cd55](https://github.com/keystonejs/keystone-5/commit/d218cd55): Make executeQuery() backwards compatible with old, single-schema KS

## 2.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-alpha/test-utils",
"description": "Common utilities used while testing @keystone-alpha/* packages.",
"version": "2.4.0",
"version": "2.4.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -11,7 +11,7 @@
"@keystone-alpha/adapter-knex": "^4.0.10",
"@keystone-alpha/adapter-mongoose": "^4.0.7",
"@keystone-alpha/app-graphql": "^8.1.0",
"@keystone-alpha/keystone": "^15.2.0",
"@keystone-alpha/keystone": "^15.2.1",
"express": "^4.17.1",
"mongodb-memory-server": "^5.1.5",
"p-finally": "^2.0.1",
Expand Down

0 comments on commit 99e000c

Please sign in to comment.