Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2020
1 parent ae4cf2d commit 9ae20a5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-apples-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-dodos-attack.md

This file was deleted.

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

## 2.1.1

### Patch Changes

- [`e93c2da7`](https://github.com/keystonejs/keystone/commit/e93c2da73a3d9f4adb17e00dd596c4326dc1993a) [#2340](https://github.com/keystonejs/keystone/pull/2340) - Fixed rendering of `false` string when value is `Boolean`

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arch/packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arch-ui/fields",
"description": "Form Field Components used in @keystonejs Admin UI.",
"version": "2.1.0",
"version": "2.1.1",
"author": "Jed Watson",
"license": "MIT",
"main": "dist/fields.cjs.js",
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.4

### Patch Changes

- [`ae4cf2d1`](https://github.com/keystonejs/keystone/commit/ae4cf2d108768d7ccbd23a409e7170fc92c81316) [#2345](https://github.com/keystonejs/keystone/pull/2345) - Removing unnecessary calls to field type postRead hooks on delete operations. The internal \_delete() functions provide by the DB adapter now return a count of the records removed.

## 5.4.3

### 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.3",
"version": "5.4.4",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 9ae20a5

Please sign in to comment.