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 13, 2020
1 parent be0279b commit 98ee2cf
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 31 deletions.
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/twelve-mugs-design.md

This file was deleted.

9 changes: 9 additions & 0 deletions demo-projects/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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 [[`709d44a3`](https://github.com/keystonejs/keystone/commit/709d44a352f4e63be911a699c73304e830e2ee23), [`cc58f0e0`](https://github.com/keystonejs/keystone/commit/cc58f0e05d1de06432e149f0767122ae51d1c31a)]:
- @keystonejs/app-admin-ui@5.5.4
- @keystonejs/keystone@5.4.2

## 5.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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-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
6 changes: 6 additions & 0 deletions packages/app-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

## 5.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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
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

## 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.

## 5.4.1

### Patch 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": "5.4.1",
"version": "5.4.2",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongo-join-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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.

* [`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 98ee2cf

Please sign in to comment.