-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.2.2) (2020-04-03) | ||
|
||
**Note:** Version bump only for package example | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "example", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "index.js", | ||
"author": "Marc Mintel <[email protected]> (@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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@1.2.2) (2020-04-03) | ||
|
||
**Note:** Version bump only for package tinacms-relation-field | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters