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 Feb 15, 2021
1 parent 556c1f9 commit 43d3d62
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-cows-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-carrots-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pugs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-cobras-repair.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release-count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35
36
7 changes: 7 additions & 0 deletions examples-next/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-next/app-basic

## 1.0.1

### Patch Changes

- Updated dependencies [[`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6), [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6)]:
- @keystone-next/fields-document@3.0.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions examples-next/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/app-basic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@keystone-next/auth": "^15.0.0",
"@keystone-next/document-renderer": "^2.0.0",
"@keystone-next/fields": "^5.0.0",
"@keystone-next/fields-document": "^2.0.0",
"@keystone-next/fields-document": "^3.0.0",
"@keystone-next/keystone": "^10.0.0",
"@keystone-next/types": "^13.0.0",
"@keystone-ui/core": "^2.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages-next/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @keystone-next/fields-document

## 3.0.0

### Major Changes

- [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6) [#4836](https://github.com/keystonejs/keystone/pull/4836) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Changed `NotEditable` component from rendering a div to a span so it can be used for inline elements

### Minor Changes

- [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6) [#4836](https://github.com/keystonejs/keystone/pull/4836) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `fields.multiselect` prop field

### Patch Changes

- [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6) [#4836](https://github.com/keystonejs/keystone/pull/4836) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `fields.select` not passing options to the select

* [`556c1f95f`](https://github.com/keystonejs/keystone/commit/556c1f95f287035493704d6f5d9744fd5e9774b6) [#4836](https://github.com/keystonejs/keystone/pull/4836) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed documentation in JSDocs for component blocks API

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-next/fields-document/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/fields-document",
"description": "KeystoneJS Document Field Type",
"version": "2.0.0",
"version": "3.0.0",
"main": "dist/fields-document.cjs.js",
"module": "dist/fields-document.esm.js",
"files": [
Expand Down

0 comments on commit 43d3d62

Please sign in to comment.