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 Jan 14, 2020
1 parent 3802b3f commit 03a3c01
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 54 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-garlics-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-walls-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-taxis-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-cheetahs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-bees-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-hats-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ladybugs-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-mugs-design.md

This file was deleted.

10 changes: 10 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystonejs/demo-project-meetup

## 5.0.5

### Patch Changes

- [`933b3111`](https://github.com/keystonejs/keystone/commit/933b3111af7d629183013e1b42c2026cfbaaa5f4) [#2193](https://github.com/keystonejs/keystone/pull/2193) - Fixed typo in filename
- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`709d44a3`](https://github.com/keystonejs/keystone/commit/709d44a352f4e63be911a699c73304e830e2ee23), [`cc58f0e0`](https://github.com/keystonejs/keystone/commit/cc58f0e05d1de06432e149f0767122ae51d1c31a), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]:
- @keystonejs/fields@6.1.0
- @keystonejs/app-admin-ui@5.5.4
- @keystonejs/keystone@5.4.2

## 5.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-meetup",
"description": "An example KeystoneJS project showcasing a Meetup Site.",
"private": true,
"version": "5.0.4",
"version": "5.0.5",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -16,15 +16,15 @@
"dependencies": {
"@emotion/core": "^10.0.22",
"@keystonejs/adapter-mongoose": "^5.1.4",
"@keystonejs/app-admin-ui": "^5.5.3",
"@keystonejs/app-admin-ui": "^5.5.4",
"@keystonejs/app-graphql": "^5.0.2",
"@keystonejs/app-next": "^5.0.1",
"@keystonejs/auth-password": "^5.0.1",
"@keystonejs/email": "^5.0.2",
"@keystonejs/fields": "^6.0.5",
"@keystonejs/fields": "^6.1.0",
"@keystonejs/fields-wysiwyg-tinymce": "^5.0.4",
"@keystonejs/file-adapters": "^5.3.1",
"@keystonejs/keystone": "^5.4.1",
"@keystonejs/keystone": "^5.4.2",
"@keystonejs/session": "^5.0.0",
"apollo-boost": "^0.4.4",
"apollo-client": "^2.6.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystonejs/app-admin-ui

## 5.5.4

### Patch Changes

- [`709d44a3`](https://github.com/keystonejs/keystone/commit/709d44a352f4e63be911a699c73304e830e2ee23) [#2198](https://github.com/keystonejs/keystone/pull/2198) - Small UX updates to item/list search input
- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]:
- @keystonejs/fields@6.1.0

## 5.5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-admin-ui",
"description": "KeystoneJS Admin UI App.",
"version": "5.5.3",
"version": "5.5.4",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"@emotion/styled": "^10.0.22",
"@keystonejs/build-field-types": "^5.1.4",
"@keystonejs/field-views-loader": "^5.1.0",
"@keystonejs/fields": "^6.0.5",
"@keystonejs/fields": "^6.1.0",
"@keystonejs/session": "^5.0.0",
"@keystonejs/utils": "^5.1.3",
"apollo-cache-inmemory": "^1.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/field-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystonejs/field-content

## 5.3.0

### Minor Changes

- [`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b) [#2005](https://github.com/keystonejs/keystone/pull/2005) - The presentation and usability of the content blocks editor was improved.

### Patch Changes

- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]:
- @keystonejs/fields@6.1.0

## 5.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/field-content/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/field-content",
"description": "A block-based content field for KeystoneJS",
"version": "5.2.2",
"version": "5.3.0",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -19,7 +19,7 @@
"@babel/runtime": "^7.7.7",
"@emotion/core": "^10.0.22",
"@keystonejs/build-field-types": "^5.1.4",
"@keystonejs/fields": "^6.0.5",
"@keystonejs/fields": "^6.1.0",
"@keystonejs/utils": "^5.1.3",
"apply-ref": "^0.2.0",
"get-selection-range": "^0.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystonejs/fields

## 6.1.0

### Minor Changes

- [`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b) [#2005](https://github.com/keystonejs/keystone/pull/2005) - The presentation and usability of the content blocks editor was improved.

### Patch Changes

- [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8) [#2211](https://github.com/keystonejs/keystone/pull/2211) - Fixed work of relation select
- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b)]:
- @keystonejs/field-content@5.3.0

## 6.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "KeystoneJS Field Types including Text, Password, DateTime, Integer, and more.",
"homepage": "https://github.com/keystonejs/keystone",
"repository": "https://github.com/keystonejs/keystone-5/tree/master/packages/build-field-types",
"version": "6.0.5",
"version": "6.1.0",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"author": "The KeystoneJS Development Team",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@keystonejs/adapter-knex": "^6.1.3",
"@keystonejs/adapter-mongoose": "^5.1.4",
"@keystonejs/build-field-types": "^5.1.4",
"@keystonejs/field-content": "^5.2.2",
"@keystonejs/field-content": "^5.3.0",
"@keystonejs/utils": "^5.1.3",
"@sindresorhus/slugify": "^0.6.0",
"apollo-errors": "^1.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystonejs/keystone

## 5.4.2

### Patch Changes

- [`cc58f0e0`](https://github.com/keystonejs/keystone/commit/cc58f0e05d1de06432e149f0767122ae51d1c31a) [#2202](https://github.com/keystonejs/keystone/pull/2202) - Apps which don't define `build()` no longer cause keystone to fail.
- Updated dependencies [[`220d3a4b`](https://github.com/keystonejs/keystone/commit/220d3a4bc4265dc56653bed4b292f3e4d708502b), [`11586035`](https://github.com/keystonejs/keystone/commit/115860350aa901749d240cb275cada29b8d541f8)]:
- @keystonejs/fields@6.1.0

## 5.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4.1",
"version": "5.4.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,7 +14,7 @@
"@keystonejs/access-control": "^5.0.0",
"@keystonejs/app-graphql": "^5.0.1",
"@keystonejs/build-field-types": "^5.1.4",
"@keystonejs/fields": "^6.0.5",
"@keystonejs/fields": "^6.1.0",
"@keystonejs/logger": "^5.0.0",
"@keystonejs/session": "^5.0.0",
"@keystonejs/utils": "^5.1.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/mongo-join-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystonejs/mongo-join-builder

## 5.0.3

### Patch Changes

- [`311f9e9a`](https://github.com/keystonejs/keystone/commit/311f9e9a97b4b0b9ffd3f10772ae7cc520e0cc3b) [#2210](https://github.com/keystonejs/keystone/pull/2210) - Refactored the package internals for better DX.

* [`03dc2af4`](https://github.com/keystonejs/keystone/commit/03dc2af44462c4715c0b2b3e6a1ebe69a7e2c174) [#2228](https://github.com/keystonejs/keystone/pull/2228) - Refactor the internal `relationshipTokenizer`, no functional changes.

- [`779b6ad1`](https://github.com/keystonejs/keystone/commit/779b6ad17806f0b9f6a7fa973cacdeec05096ae8) [#2227](https://github.com/keystonejs/keystone/pull/2227) - Refactored internals of the join query builder, no functional changes.

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo-join-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/mongo-join-builder",
"description": "Programatically build JOIN-like Mongo aggregations based on arbitrarily nested relationships.",
"version": "5.0.2",
"version": "5.0.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 03a3c01

Please sign in to comment.