Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tailor-ui/lab@0.2.6
 - @tailor-ui/utils@0.1.1
 - tailor-ui@0.7.0
  • Loading branch information
jigsawye committed Apr 12, 2019
1 parent c52494e commit 60bcdd9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/tailor-ui-lab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.6](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.2.5...@tailor-ui/lab@0.2.6) (2019-04-12)

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

## [0.2.5](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/lab@0.2.4...@tailor-ui/lab@0.2.5) (2019-04-08)

**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
@@ -1,6 +1,6 @@
{
"name": "@tailor-ui/lab",
"version": "0.2.5",
"version": "0.2.6",
"description": "Incubator for Tailor-UI React components.",
"author": "Yoctol Info SD Team",
"homepage": "https://tailor-ui.netlify.com/",
Expand Down Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"dependencies": {
"@tailor-ui/utils": "^0.1.0",
"@tailor-ui/utils": "^0.1.1",
"lodash.debounce": "^4.0.8",
"polished": "^3.2.0",
"styled-system": "^4.1.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/tailor-ui-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/utils@0.1.0...@tailor-ui/utils@0.1.1) (2019-04-12)

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

# [0.1.0](https://github.com/Yoctol/tailor-ui/compare/@tailor-ui/utils@0.0.1...@tailor-ui/utils@0.1.0) (2019-04-08)

### Features
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.1.0",
"version": "0.1.1",
"description": "Tailor-UI Utils - Utility functions for Tailor-UI.",
"author": "jigsawye <jigsaw.ye@gmail.com>",
"homepage": "https://tailor-ui.netlify.com/",
Expand Down
10 changes: 10 additions & 0 deletions packages/tailor-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.6.0...tailor-ui@0.7.0) (2019-04-12)

### Bug Fixes

- **date-picker:** i18n ([5e390e8](https://github.com/yoctol/tailor-ui/commit/5e390e8))

### Features

- **menu:** add controlled usage ([bf0abfe](https://github.com/yoctol/tailor-ui/commit/bf0abfe))

# [0.6.0](https://github.com/yoctol/tailor-ui/compare/tailor-ui@0.5.6...tailor-ui@0.6.0) (2019-04-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/tailor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailor-ui",
"version": "0.6.0",
"version": "0.7.0",
"description": "A bespoke UI collection for building web application.",
"author": "Yoctol Info SD Team",
"homepage": "https://tailor-ui.netlify.com",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@tailor-ui/utils": "^0.1.0",
"@tailor-ui/utils": "^0.1.1",
"html-tags": "^2.0.0",
"immutable": "3.7.4",
"moment": "^2.24.0",
Expand Down

0 comments on commit 60bcdd9

Please sign in to comment.