Skip to content

Commit

Permalink
Version Packages (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jesstelford committed Oct 27, 2019
1 parent 9f6bcdd commit 7fa3f17
Show file tree
Hide file tree
Showing 21 changed files with 108 additions and 52 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-keys-fail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/perfect-jobs-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pets-try.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/slimy-llamas-tell/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/slimy-llamas-tell/changes.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/adapter-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystonejs/adapter-knex

## 5.0.1

### Patch Changes

- [`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469) [#1851](https://github.com/keystonejs/keystone/pull/1851) Thanks [@jesstelford](https://github.com/jesstelford)! - Added runtime database version validation

- Updated dependencies [[`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469)]:
- @keystonejs/keystone@5.1.0
- @keystonejs/utils@5.1.0

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@keystonejs/adapter-knex",
"description": "KeystoneJS Knex Database Adapter",
"version": "5.0.0",
"version": "5.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystonejs/fields-auto-increment": "^5.0.0",
"@keystonejs/keystone": "^5.0.0",
"@keystonejs/keystone": "^5.1.0",
"@keystonejs/logger": "^5.0.0",
"@keystonejs/utils": "^5.0.0",
"@keystonejs/utils": "^5.1.0",
"@sindresorhus/slugify": "^0.6.0",
"knex": "^0.19.5",
"p-settle": "^3.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/adapter-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystonejs/adapter-mongoose

## 5.1.0

### Minor Changes

- [`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469) [#1851](https://github.com/keystonejs/keystone/pull/1851) Thanks [@jesstelford](https://github.com/jesstelford)! - Added runtime database version validation

### Patch Changes

- [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f) [#1837](https://github.com/keystonejs/keystone/pull/1837) Thanks [@timleslie](https://github.com/timleslie)! - Updated mongo-related dependencies

- Updated dependencies [[`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469), [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f), [`e4a19e3f`](https://github.com/keystonejs/keystone/commit/e4a19e3f3e261ef476aee61d24dd2639eaf61881)]:
- @keystonejs/keystone@5.1.0
- @keystonejs/utils@5.1.0
- @keystonejs/mongo-join-builder@5.0.1

## 5.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@keystonejs/adapter-mongoose",
"description": "KeystoneJS Mongoose Database adapter.",
"version": "5.0.1",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystonejs/fields-mongoid": "^5.0.0",
"@keystonejs/keystone": "^5.0.0",
"@keystonejs/keystone": "^5.1.0",
"@keystonejs/logger": "^5.0.0",
"@keystonejs/mongo-join-builder": "^5.0.0",
"@keystonejs/utils": "^5.0.0",
"@keystonejs/mongo-join-builder": "^5.0.1",
"@keystonejs/utils": "^5.1.0",
"@sindresorhus/slugify": "^0.6.0",
"lodash.omitby": "^4.6.0",
"mongoose": "^5.7.7",
Expand Down
14 changes: 14 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystonejs/fields

## 5.0.2

### Patch Changes

- [`ebbcad70`](https://github.com/keystonejs/keystone/commit/ebbcad7042596a9c83c32c8e08dad50f9fcb59fd) [#1833](https://github.com/keystonejs/keystone/pull/1833) Thanks [@Vultraz](https://github.com/Vultraz)! - Added getFilename LocalFileAdapter config parameter to allow configuration of saved filename and saved original filename in database.

* [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f) [#1837](https://github.com/keystonejs/keystone/pull/1837) Thanks [@timleslie](https://github.com/timleslie)! - Updated mongo-related dependencies

* Updated dependencies [[`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469), [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f)]:
- @keystonejs/adapter-mongoose@5.1.0
- @keystonejs/utils@5.1.0
- @keystonejs/adapter-knex@5.0.1
- @keystonejs/test-utils@5.0.1

## 5.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/fields",
"description": "KeystoneJS Field Types including Text, Password, DateTime, Integer, and more.",
"version": "5.0.1",
"version": "5.0.2",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"author": "The KeystoneJS Development Team",
Expand Down Expand Up @@ -31,11 +31,11 @@
"@babel/runtime": "^7.4.3",
"@emotion/core": "^10.0.14",
"@keystonejs/access-control": "^5.0.0",
"@keystonejs/adapter-knex": "^5.0.0",
"@keystonejs/adapter-mongoose": "^5.0.1",
"@keystonejs/adapter-knex": "^5.0.1",
"@keystonejs/adapter-mongoose": "^5.1.0",
"@keystonejs/build-field-types": "^5.0.0",
"@keystonejs/field-content": "^5.0.0",
"@keystonejs/utils": "^5.0.0",
"@keystonejs/utils": "^5.1.0",
"@sindresorhus/slugify": "^0.6.0",
"apollo-errors": "^1.9.0",
"bcrypt": "^3.0.6",
Expand Down Expand Up @@ -72,7 +72,7 @@
"unsplash-js": "^5.0.0"
},
"devDependencies": {
"@keystonejs/test-utils": "^5.0.0"
"@keystonejs/test-utils": "^5.0.1"
},
"field-types": {
"entrypoints": [
Expand Down
6 changes: 6 additions & 0 deletions packages/file-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/file-adapters

## 5.1.0

### Minor Changes

- [`ebbcad70`](https://github.com/keystonejs/keystone/commit/ebbcad7042596a9c83c32c8e08dad50f9fcb59fd) [#1833](https://github.com/keystonejs/keystone/pull/1833) Thanks [@Vultraz](https://github.com/Vultraz)! - Added getFilename LocalFileAdapter config parameter to allow configuration of saved filename and saved original filename in database.

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/file-adapters",
"description": "Adapters for handling storage of the File type",
"version": "5.0.1",
"version": "5.1.0",
"main": "index.js",
"repository": "https://github.com/keystonejs/keystone-5.git",
"author": "The Keystone Development Team",
Expand Down
12 changes: 12 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystonejs/keystone

## 5.1.0

### Minor Changes

- [`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469) [#1851](https://github.com/keystonejs/keystone/pull/1851) Thanks [@jesstelford](https://github.com/jesstelford)! - Added runtime database version validation

### Patch Changes

- Updated dependencies [[`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469), [`ebbcad70`](https://github.com/keystonejs/keystone/commit/ebbcad7042596a9c83c32c8e08dad50f9fcb59fd), [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f)]:
- @keystonejs/utils@5.1.0
- @keystonejs/fields@5.0.2

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "5.0.0",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,10 +14,10 @@
"@keystonejs/access-control": "^5.0.0",
"@keystonejs/app-graphql": "^5.0.0",
"@keystonejs/build-field-types": "^5.0.0",
"@keystonejs/fields": "^5.0.0",
"@keystonejs/fields": "^5.0.2",
"@keystonejs/logger": "^5.0.0",
"@keystonejs/session": "^5.0.0",
"@keystonejs/utils": "^5.0.0",
"@keystonejs/utils": "^5.1.0",
"apollo-errors": "^1.9.0",
"arg": "^4.1.1",
"chalk": "^2.4.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/mongo-join-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystonejs/mongo-join-builder

## 5.0.1

### Patch Changes

- [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f) [#1837](https://github.com/keystonejs/keystone/pull/1837) Thanks [@timleslie](https://github.com/timleslie)! - Updated mongo-related dependencies

* [`e4a19e3f`](https://github.com/keystonejs/keystone/commit/e4a19e3f3e261ef476aee61d24dd2639eaf61881) [#1844](https://github.com/keystonejs/keystone/pull/1844) Thanks [@jesstelford](https://github.com/jesstelford)! - Adding a new Relationship field when using the Mongoose adapter will no longer cause an "\$in requires an array as a second argument, found: missing" error to be thrown.

* Updated dependencies [[`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469)]:
- @keystonejs/utils@5.1.0

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mongo-join-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@keystonejs/mongo-join-builder",
"description": "Programatically build JOIN-like Mongo aggregations based on arbitrarily nested relationships.",
"version": "5.0.0",
"version": "5.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystonejs/utils": "^5.0.0",
"@keystonejs/utils": "^5.1.0",
"cuid": "^2.1.6",
"lodash.omitby": "^4.6.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystonejs/test-utils

## 5.0.1

### Patch Changes

- [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f) [#1837](https://github.com/keystonejs/keystone/pull/1837) Thanks [@timleslie](https://github.com/timleslie)! - Updated mongo-related dependencies

- Updated dependencies [[`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469), [`31b646ac`](https://github.com/keystonejs/keystone/commit/31b646ac3c06b82e809f5e55e8443ae5d21dac0f)]:
- @keystonejs/adapter-mongoose@5.1.0
- @keystonejs/keystone@5.1.0
- @keystonejs/adapter-knex@5.0.1

## 5.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@keystonejs/test-utils",
"description": "Common utilities used while testing @keystonejs/* packages.",
"version": "5.0.0",
"version": "5.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"@keystonejs/adapter-knex": "^5.0.0",
"@keystonejs/adapter-mongoose": "^5.0.0",
"@keystonejs/adapter-knex": "^5.0.1",
"@keystonejs/adapter-mongoose": "^5.1.0",
"@keystonejs/app-graphql": "^5.0.0",
"@keystonejs/keystone": "^5.0.0",
"@keystonejs/keystone": "^5.1.0",
"express": "^4.17.1",
"mongodb-memory-server": "^6.0.1",
"p-finally": "^2.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/utils

## 5.1.0

### Minor Changes

- [`9f6bcddd`](https://github.com/keystonejs/keystone/commit/9f6bcddd84cc1d60f139ca116e9006258e417469) [#1851](https://github.com/keystonejs/keystone/pull/1851) Thanks [@jesstelford](https://github.com/jesstelford)! - Added runtime database version validation

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/utils",
"description": "Common utility functions used throughout @keystonejs packages.",
"version": "5.0.0",
"version": "5.1.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"main": "dist/utils.cjs.js",
Expand Down

0 comments on commit 7fa3f17

Please sign in to comment.