Skip to content

Commit

Permalink
Merge branch 'master' of github.com:trutoo/uikit
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Dec 18, 2019
2 parents d9de442 + df5a250 commit a770332
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 12 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.5.1](https://github.com/trutoo/uikit/compare/v1.5.0...v1.5.1) (2019-12-16)


### Bug Fixes

* docs deploy now requires an actor ([86c123a](https://github.com/trutoo/uikit/commit/86c123ab7ab3d9a77848d35bbebdd830218d811b))





# [1.5.0](https://github.com/trutoo/uikit/compare/v1.4.6...v1.5.0) (2019-12-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/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.

## [1.5.1](https://github.com/trutoo/uikit/compare/v1.5.0...v1.5.1) (2019-12-16)


### Bug Fixes

* docs deploy now requires an actor ([86c123a](https://github.com/trutoo/uikit/commit/86c123ab7ab3d9a77848d35bbebdd830218d811b))





# [1.5.0](https://github.com/trutoo/uikit/compare/v1.4.6...v1.5.0) (2019-12-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trutoo/docs",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"keywords": [
"trutoo",
Expand Down Expand Up @@ -30,8 +30,8 @@
"docs:deploy": "npm run docs:build && node .storybook/deploy.js"
},
"dependencies": {
"@trutoo/ui-core": "^1.5.0",
"@trutoo/ui-datepicker": "^1.5.0",
"@trutoo/ui-typeahead": "^1.5.0"
"@trutoo/ui-core": "^1.5.1",
"@trutoo/ui-datepicker": "^1.5.1",
"@trutoo/ui-typeahead": "^1.5.1"
}
}
8 changes: 8 additions & 0 deletions packages/ui-core/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.

## [1.5.1](https://github.com/trutoo/uikit/compare/v1.5.0...v1.5.1) (2019-12-16)

**Note:** Version bump only for package @trutoo/ui-core





# [1.5.0](https://github.com/trutoo/uikit/compare/v1.4.6...v1.5.0) (2019-12-16)

**Note:** Version bump only for package @trutoo/ui-core
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trutoo/ui-core",
"version": "1.5.0",
"version": "1.5.1",
"keywords": [
"trutoo",
"uikit",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-datepicker/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.

## [1.5.1](https://github.com/trutoo/uikit/compare/v1.5.0...v1.5.1) (2019-12-16)

**Note:** Version bump only for package @trutoo/ui-datepicker





# [1.5.0](https://github.com/trutoo/uikit/compare/v1.4.6...v1.5.0) (2019-12-16)

**Note:** Version bump only for package @trutoo/ui-datepicker
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-datepicker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ui-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trutoo/ui-datepicker",
"version": "1.5.0",
"version": "1.5.1",
"keywords": [
"trutoo",
"uikit",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "node ../../scripts/build.js"
},
"dependencies": {
"@trutoo/ui-core": "^1.5.0",
"@trutoo/ui-core": "^1.5.1",
"moment": "2.24.0",
"scroll-into-view-if-needed": "^2.2.20"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-typeahead/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.

## [1.5.1](https://github.com/trutoo/uikit/compare/v1.5.0...v1.5.1) (2019-12-16)

**Note:** Version bump only for package @trutoo/ui-typeahead





# [1.5.0](https://github.com/trutoo/uikit/compare/v1.4.6...v1.5.0) (2019-12-16)

**Note:** Version bump only for package @trutoo/ui-typeahead
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-typeahead/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ui-typeahead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trutoo/ui-typeahead",
"version": "1.5.0",
"version": "1.5.1",
"keywords": [
"trutoo",
"uikit",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "node ../../scripts/build.js"
},
"dependencies": {
"@trutoo/ui-core": "^1.5.0",
"@trutoo/ui-core": "^1.5.1",
"scroll-into-view-if-needed": "^2.2.20"
},
"gitHead": "772a4c9e6afc4e9adbcaf99dd09f97ad85362c5d"
Expand Down

0 comments on commit a770332

Please sign in to comment.