Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tailor-ui/formik@0.4.11
 - @tailor-ui/hooks@0.6.7
 - @tailor-ui/lab@0.15.11
 - @tailor-ui/theme@0.4.6
 - @tailor-ui/utils@0.3.5
 - tailor-ui@0.31.2
 - tailor-ui-website@0.0.1
  • Loading branch information
jigsawye committed Aug 12, 2020
1 parent 031a3bb commit eabea82
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 16 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.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





## [0.4.10](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/formik@0.4.9...@tailor-ui/formik@0.4.10) (2020-06-02)


Expand Down
8 changes: 4 additions & 4 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.10",
"version": "0.4.11",
"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.10",
"@tailor-ui/utils": "^0.3.4",
"tailor-ui": "^0.31.1"
"@tailor-ui/lab": "^0.15.11",
"@tailor-ui/utils": "^0.3.5",
"tailor-ui": "^0.31.2"
},
"peerDependencies": {
"formik": ">=2.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/tailor-ui-hooks/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.6.7](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/hooks@0.6.6...@tailor-ui/hooks@0.6.7) (2020-08-12)


### Bug Fixes

* handle touch event in useClickOutside ([9064d37](https://github.com/Yoctol/tailor-ui/commit/9064d375fff662fe42a095e80cbd07b139f33356))





## [0.6.6](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/hooks@0.6.5...@tailor-ui/hooks@0.6.6) (2020-06-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/tailor-ui-hooks/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.6.6",
"version": "0.6.7",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand All @@ -29,7 +29,7 @@
"typings": "lib/index.d.ts",
"dependencies": {
"@reach/utils": "^0.10.5",
"@tailor-ui/utils": "^0.3.4",
"@tailor-ui/utils": "^0.3.5",
"lodash.debounce": "^4.0.8",
"resize-observer-polyfill": "^1.5.1"
},
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.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





## [0.15.10](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.15.9...@tailor-ui/lab@0.15.10) (2020-06-02)


Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.15.11",
"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/utils": "^0.3.4",
"@tailor-ui/utils": "^0.3.5",
"polished": "^3.6.5",
"tailor-ui": "^0.31.1"
"tailor-ui": "^0.31.2"
},
"peerDependencies": {
"react": ">=16.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailor-ui-theme/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.6](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/theme@0.4.5...@tailor-ui/theme@0.4.6) (2020-08-12)

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





## [0.4.5](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/theme@0.4.4...@tailor-ui/theme@0.4.5) (2020-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tailor-ui-theme/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.5",
"version": "0.4.6",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/tailor-ui-utils/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.3.5](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/utils@0.3.4...@tailor-ui/utils@0.3.5) (2020-08-12)

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





## [0.3.4](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/utils@0.3.3...@tailor-ui/utils@0.3.4) (2020-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tailor-ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailor-ui/utils",
"version": "0.3.4",
"version": "0.3.5",
"description": "Tailor-UI Utils - Utility functions for Tailor-UI.",
"author": "dev@yoctol.com",
"homepage": "https://tailor-ui.netlify.com/",
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.31.2](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.31.1...tailor-ui@0.31.2) (2020-08-12)


### Bug Fixes

* **ellipsis:** adjust tooltip width ([9c9c032](https://github.com/yoctol/tailor-ui/commit/9c9c032b2b8ef6adfb1dfcf649c9070c0d655b8e))





## [0.31.1](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.31.0...tailor-ui@0.31.1) (2020-06-02)


Expand Down
8 changes: 4 additions & 4 deletions 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.1",
"version": "0.31.2",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand All @@ -31,9 +31,9 @@
"@babel/runtime": "^7.11.2",
"@reach/rect": "^0.10.5",
"@reach/utils": "^0.10.5",
"@tailor-ui/hooks": "^0.6.6",
"@tailor-ui/theme": "^0.4.5",
"@tailor-ui/utils": "^0.3.4",
"@tailor-ui/hooks": "^0.6.7",
"@tailor-ui/theme": "^0.4.6",
"@tailor-ui/utils": "^0.3.5",
"downshift": "3.2.12",
"fuzzaldrin-plus": "^0.6.0",
"moment": "^2.27.0",
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.0",
"version": "0.0.1",
"scripts": {
"build": "docusaurus build",
"deploy": "docusaurus deploy",
Expand Down

0 comments on commit eabea82

Please sign in to comment.