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 Sep 18, 2019
1 parent 04aa6a0 commit 649c4ca
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/dry-clouds-sit/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/dry-clouds-sit/changes.md

This file was deleted.

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

## 3.1.1

### Patch Changes

- [04aa6a08](https://github.com/keystonejs/keystone-5/commit/04aa6a08): Fix regression when parent list of a Content field had a `where` clause as its access control.

## 3.1.0

### Minor 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": "@keystone-alpha/field-content",
"description": "A block-based content field for KeystoneJS",
"version": "3.1.0",
"version": "3.1.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -19,7 +19,7 @@
"@babel/runtime": "^7.4.3",
"@emotion/core": "^10.0.14",
"@keystone-alpha/build-field-types": "^1.0.5",
"@keystone-alpha/fields": "^12.1.0",
"@keystone-alpha/fields": "^12.2.1",
"@keystone-alpha/utils": "^3.1.0",
"apply-ref": "^0.2.0",
"get-selection-range": "^0.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-alpha/fields

## 12.2.1

### Patch Changes

- [04aa6a08](https://github.com/keystonejs/keystone-5/commit/04aa6a08): Fix regression when parent list of a Content field had a `where` clause as its access control.

## 12.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-alpha/fields",
"description": "KeystoneJS Field Types including Text, Password, DateTime, Integer, and more.",
"version": "12.2.0",
"version": "12.2.1",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"author": "The KeystoneJS Development Team",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@keystone-alpha/adapter-knex": "^4.0.10",
"@keystone-alpha/adapter-mongoose": "^4.0.7",
"@keystone-alpha/build-field-types": "^1.0.5",
"@keystone-alpha/field-content": "^3.1.0",
"@keystone-alpha/field-content": "^3.1.1",
"@keystone-alpha/utils": "^3.1.0",
"@sindresorhus/slugify": "^0.6.0",
"apollo-errors": "^1.9.0",
Expand Down

0 comments on commit 649c4ca

Please sign in to comment.