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 3, 2020
1 parent cb30b50 commit db8bf02
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 7 deletions.
41 changes: 41 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2020-04-03)



# 1.1.0 (2020-03-30)


### Features

* adds a file field ([c9afd7f](https://github.com/mmintel/tinacms-fields/commit/c9afd7f526b8680f317f17502236413da058119e))



## 1.0.4 (2020-03-30)



## 1.0.3 (2020-03-29)



## 1.0.2 (2020-03-29)


### Bug Fixes

* example build files ([a0362db](https://github.com/mmintel/tinacms-fields/commit/a0362dbaca3a48a8a9a123e0295b80f8616c9eea))



## 1.0.1 (2020-03-29)


### Bug Fixes

* pass multiple option ([d89288e](https://github.com/mmintel/tinacms-fields/commit/d89288e560d32a939511864a7757773580e75178))





# [1.1.0](https://github.com/mmintel/tinacms-fields/compare/v1.0.4...v1.1.0) (2020-03-30)


Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",
"author": "Marc Mintel <[email protected]> (@mmintel)",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"tinacms": "^0.18.0",
"tinacms-condition-field": "^1.0.4",
"tinacms-file-field": "^1.1.0",
"tinacms-relation-field": "^1.1.0"
"tinacms-condition-field": "^1.0.5",
"tinacms-file-field": "^1.2.0",
"tinacms-relation-field": "^1.2.0"
}
}
20 changes: 20 additions & 0 deletions packages/tinacms-condition-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.5 (2020-04-03)



## 1.0.4 (2020-03-30)



## 1.0.3 (2020-03-29)



## 1.0.1 (2020-03-29)

**Note:** Version bump only for package tinacms-condition-field





## [1.0.4](https://github.com/mmintel/tinacms-fields/compare/v1.0.3...v1.0.4) (2020-03-30)

**Note:** Version bump only for package tinacms-condition-field
Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms-condition-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinacms-condition-field",
"version": "1.0.4",
"version": "1.0.5",
"description": "Adds a condition field to TinaCMS",
"author": "mmintel",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/tinacms-file-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2020-04-03)


### Bug Fixes

* react-tinacms must be real dependency ([a9b9d5d](https://github.com/mmintel/tinacms-fields/commit/a9b9d5ded839fa9b8a6f08466565ce3c849842a8))
* upgrade react-dropzone from 10.1.8 to 10.2.1 ([c1d48fc](https://github.com/mmintel/tinacms-fields/commit/c1d48fcb5edcae1fe6042df8d07a49d16001bedb))
* use useCMS directly from tinacms ([cb30b50](https://github.com/mmintel/tinacms-fields/commit/cb30b5008f83e96b76b94ad7e5a44dbb7a46ee91))



# 1.1.0 (2020-03-30)


### Features

* adds a file field ([c9afd7f](https://github.com/mmintel/tinacms-fields/commit/c9afd7f526b8680f317f17502236413da058119e))





# [1.1.0](https://github.com/mmintel/tinacms-fields/compare/v1.0.4...v1.1.0) (2020-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms-file-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinacms-file-field",
"version": "1.1.0",
"version": "1.2.0",
"description": "Adds a file field to TinaCMS",
"author": "mmintel",
"license": "MIT",
Expand Down
32 changes: 32 additions & 0 deletions packages/tinacms-relation-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2020-04-03)



# 1.1.0 (2020-03-30)


### Features

* adds a file field ([c9afd7f](https://github.com/mmintel/tinacms-fields/commit/c9afd7f526b8680f317f17502236413da058119e))



## 1.0.4 (2020-03-30)



## 1.0.3 (2020-03-29)



## 1.0.1 (2020-03-29)


### Bug Fixes

* pass multiple option ([d89288e](https://github.com/mmintel/tinacms-fields/commit/d89288e560d32a939511864a7757773580e75178))





# [1.1.0](https://github.com/mmintel/tinacms-fields/compare/v1.0.4...v1.1.0) (2020-03-30)


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.1.0",
"version": "1.2.0",
"description": "Adds a relation field to TinaCMS",
"author": "mmintel",
"license": "MIT",
Expand Down

0 comments on commit db8bf02

Please sign in to comment.