Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tailor-ui/formik@0.4.15
 - @tailor-ui/lab@0.15.15
 - tailor-ui@0.34.1
  • Loading branch information
jigsawye committed Sep 9, 2020
1 parent 92f5673 commit c05364b
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.15](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.14...@tailor-ui/formik@0.4.15) (2020-09-09)

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





## [0.4.14](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.13...@tailor-ui/formik@0.4.14) (2020-09-09)

**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.14",
"version": "0.4.15",
"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.14",
"@tailor-ui/lab": "^0.15.15",
"@tailor-ui/utils": "^0.3.6",
"tailor-ui": "^0.34.0"
"tailor-ui": "^0.34.1"
},
"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.15](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.14...@tailor-ui/lab@0.15.15) (2020-09-09)

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





## [0.15.14](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.13...@tailor-ui/lab@0.15.14) (2020-09-09)

**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.14",
"version": "0.15.15",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"@tailor-ui/utils": "^0.3.6",
"polished": "^3.6.6",
"tailor-ui": "^0.34.0"
"tailor-ui": "^0.34.1"
},
"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.34.1](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.34.0...tailor-ui@0.34.1) (2020-09-09)


### Bug Fixes

* **alert:** correct optional types ([3709982](https://github.com/yoctol/tailor-ui/commit/370998279e8354236b2a3d769c880fc58a5de592))





# [0.34.0](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.33.0...tailor-ui@0.34.0) (2020-09-09)


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.34.0",
"version": "0.34.1",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down

0 comments on commit c05364b

Please sign in to comment.