Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tailor-ui/formik@0.4.12
 - @tailor-ui/lab@0.15.12
 - tailor-ui@0.32.0
 - tailor-ui-website@0.1.0
  • Loading branch information
jigsawye committed Aug 18, 2020
1 parent f7dbd11 commit 227ac3d
Show file tree
Hide file tree
Showing 8 changed files with 50 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.12](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.11...@tailor-ui/formik@0.4.12) (2020-08-18)

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





## [0.4.11](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.10...@tailor-ui/formik@0.4.11) (2020-08-12)

**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.11",
"version": "0.4.12",
"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.11",
"@tailor-ui/lab": "^0.15.12",
"@tailor-ui/utils": "^0.3.5",
"tailor-ui": "^0.31.2"
"tailor-ui": "^0.32.0"
},
"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.12](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.11...@tailor-ui/lab@0.15.12) (2020-08-18)

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





## [0.15.11](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.10...@tailor-ui/lab@0.15.11) (2020-08-12)

**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.11",
"version": "0.15.12",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"@tailor-ui/utils": "^0.3.5",
"polished": "^3.6.5",
"tailor-ui": "^0.31.2"
"tailor-ui": "^0.32.0"
},
"peerDependencies": {
"react": ">=16.10.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/tailor-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.32.0](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.31.2...tailor-ui@0.32.0) (2020-08-18)


### Bug Fixes

* **select:** option label type ([a6b22d0](https://github.com/yoctol/tailor-ui/commit/a6b22d05cf4916a8ef8c5064abae8c865430962b))


### Features

* **select:** add disabled props to select option ([fdb5969](https://github.com/yoctol/tailor-ui/commit/fdb5969969d89eae0b59b6a5805d9f1c52098167))





## [0.31.2](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.31.1...tailor-ui@0.31.2) (2020-08-12)


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.31.2",
"version": "0.32.0",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions website/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.1.0](https://github.com/Yoctol/tailor-ui/compare/tailor-ui-website@0.0.1...tailor-ui-website@0.1.0) (2020-08-18)


### Features

* **select:** add disabled props to select option ([fdb5969](https://github.com/Yoctol/tailor-ui/commit/fdb5969969d89eae0b59b6a5805d9f1c52098167))





## 0.0.1 (2020-08-12)

**Note:** Version bump only for package tailor-ui-website
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.0.1",
"version": "0.1.0",
"scripts": {
"build": "docusaurus build",
"deploy": "docusaurus deploy",
Expand Down

0 comments on commit 227ac3d

Please sign in to comment.