diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 913e4b7..002d997 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.3](https://github.com/mmintel/tinacms-fields/compare/example@1.2.2...example@1.2.3) (2020-04-04) + + +### Bug Fixes + +* correct types ([494bcde](https://github.com/mmintel/tinacms-fields/commit/494bcde41e977780bf4135db483dbc4f1edb1a12)) +* unknown element ([6646e19](https://github.com/mmintel/tinacms-fields/commit/6646e198fa820d85d4f3e31f1c364420a23fdf99)) +* wrong filtering ([7e342fc](https://github.com/mmintel/tinacms-fields/commit/7e342fcc0621978b956d7ef2e08d81462e0287ae)) + + + + + ## [1.2.2](https://github.com/mmintel/tinacms-fields/compare/example@1.2.1...example@1.2.2) (2020-04-03) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index 9b9440d..76fc8de 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.2.2", + "version": "1.2.3", "main": "index.js", "author": "Marc Mintel (@mmintel)", "license": "MIT", @@ -24,6 +24,6 @@ "tinacms": "^0.18.0", "tinacms-condition-field": "^1.0.6", "tinacms-file-field": "^1.2.1", - "tinacms-relation-field": "^1.2.2" + "tinacms-relation-field": "^1.2.3" } } diff --git a/packages/tinacms-relation-field/CHANGELOG.md b/packages/tinacms-relation-field/CHANGELOG.md index 8f6ea2c..08c6a50 100644 --- a/packages/tinacms-relation-field/CHANGELOG.md +++ b/packages/tinacms-relation-field/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.3](https://github.com/mmintel/tinacms-fields/compare/tinacms-relation-field@1.2.2...tinacms-relation-field@1.2.3) (2020-04-04) + + +### Bug Fixes + +* multiple option not passed correctly ([791fc0d](https://github.com/mmintel/tinacms-fields/commit/791fc0d8f4408238d119881d78928d4d99e482d8)) +* unknown element ([6646e19](https://github.com/mmintel/tinacms-fields/commit/6646e198fa820d85d4f3e31f1c364420a23fdf99)) +* wrong filtering ([7e342fc](https://github.com/mmintel/tinacms-fields/commit/7e342fcc0621978b956d7ef2e08d81462e0287ae)) + + + + + ## [1.2.2](https://github.com/mmintel/tinacms-fields/compare/tinacms-relation-field@1.2.1...tinacms-relation-field@1.2.2) (2020-04-03) **Note:** Version bump only for package tinacms-relation-field diff --git a/packages/tinacms-relation-field/package.json b/packages/tinacms-relation-field/package.json index 113e103..16a3ce9 100644 --- a/packages/tinacms-relation-field/package.json +++ b/packages/tinacms-relation-field/package.json @@ -1,6 +1,6 @@ { "name": "tinacms-relation-field", - "version": "1.2.2", + "version": "1.2.3", "description": "Adds a relation field to TinaCMS", "author": "mmintel", "license": "MIT",