Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tailor-ui/formik@0.4.16
 - @tailor-ui/lab@0.15.16
 - tailor-ui@0.34.2
 - tailor-ui-website@0.2.2
  • Loading branch information
jigsawye committed Sep 29, 2020
1 parent e495e02 commit 367e89f
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 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.16](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.15...@tailor-ui/formik@0.4.16) (2020-09-29)

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





## [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
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.15",
"version": "0.4.16",
"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.15",
"@tailor-ui/lab": "^0.15.16",
"@tailor-ui/utils": "^0.3.6",
"tailor-ui": "^0.34.1"
"tailor-ui": "^0.34.2"
},
"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.16](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.15...@tailor-ui/lab@0.15.16) (2020-09-29)

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





## [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
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.15",
"version": "0.15.16",
"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.1"
"tailor-ui": "^0.34.2"
},
"peerDependencies": {
"react": ">=16.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailor-ui/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.34.2](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.34.1...tailor-ui@0.34.2) (2020-09-29)

**Note:** Version bump only for package tailor-ui





## [0.34.1](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.34.0...tailor-ui@0.34.1) (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.1",
"version": "0.34.2",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions website/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.2.2](https://github.com/Yoctol/tailor-ui/compare/tailor-ui-website@0.2.1...tailor-ui-website@0.2.2) (2020-09-29)

**Note:** Version bump only for package tailor-ui-website





## [0.2.1](https://github.com/Yoctol/tailor-ui/compare/tailor-ui-website@0.2.0...tailor-ui-website@0.2.1) (2020-09-09)

**Note:** Version bump only for package tailor-ui-website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "tailor-ui-website",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"build": "docusaurus build",
"deploy": "docusaurus deploy",
Expand Down

0 comments on commit 367e89f

Please sign in to comment.