Skip to content

Commit

Permalink
chore(release): publish [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mmintel committed Apr 4, 2020
1 parent 7e342fc commit b1ac586
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
13 changes: 13 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
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",
Expand All @@ -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"
}
}
13 changes: 13 additions & 0 deletions packages/tinacms-relation-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms-relation-field/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b1ac586

Please sign in to comment.