Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tailor-ui/formik@0.4.8
 - @tailor-ui/lab@0.15.8
 - tailor-ui@0.30.4
  • Loading branch information
jigsawye committed May 11, 2020
1 parent 24d3323 commit 20a6599
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/tailor-ui-formik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.8](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.7...@tailor-ui/formik@0.4.8) (2020-05-11)

**Note:** Version bump only for package @tailor-ui/formik





## [0.4.7](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.6...@tailor-ui/formik@0.4.7) (2020-05-11)

**Note:** Version bump only for package @tailor-ui/formik
Expand Down
6 changes: 3 additions & 3 deletions packages/tailor-ui-formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/Yoctol/tailor-ui/issues"
},
"version": "0.4.7",
"version": "0.4.8",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand All @@ -28,9 +28,9 @@
"sideEffects": false,
"typings": "lib/index.d.ts",
"dependencies": {
"@tailor-ui/lab": "^0.15.7",
"@tailor-ui/lab": "^0.15.8",
"@tailor-ui/utils": "^0.3.3",
"tailor-ui": "^0.30.3"
"tailor-ui": "^0.30.4"
},
"peerDependencies": {
"formik": ">=2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailor-ui-lab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.8](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.7...@tailor-ui/lab@0.15.8) (2020-05-11)

**Note:** Version bump only for package @tailor-ui/lab





## [0.15.7](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.6...@tailor-ui/lab@0.15.7) (2020-05-11)

**Note:** Version bump only for package @tailor-ui/lab
Expand Down
4 changes: 2 additions & 2 deletions packages/tailor-ui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/Yoctol/tailor-ui/issues"
},
"version": "0.15.7",
"version": "0.15.8",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"@tailor-ui/utils": "^0.3.3",
"polished": "^3.6.2",
"tailor-ui": "^0.30.3"
"tailor-ui": "^0.30.4"
},
"peerDependencies": {
"react": ">=16.10.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/tailor-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.30.4](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.30.3...tailor-ui@0.30.4) (2020-05-11)


### Bug Fixes

* table props ([9bcd23a](https://github.com/yoctol/tailor-ui/commit/9bcd23a921992729dad2314b55957695c8f2da79))





## [0.30.3](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.30.2...tailor-ui@0.30.3) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/tailor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/yoctol/tailor-ui/issues"
},
"version": "0.30.3",
"version": "0.30.4",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down

0 comments on commit 20a6599

Please sign in to comment.