Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kidjp85 committed Jun 23, 2019
1 parent 320479b commit 155b67f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.0.18](https://github.com/kidjp85/react-yuki/compare/v0.0.17...v0.0.18) (2019-06-23)

**Note:** Version bump only for package react-yuki





## [0.0.17](https://github.com/kidjp85/react-yuki/compare/v0.0.16...v0.0.17) (2019-06-23)

**Note:** Version bump only for package react-yuki
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.17"
"version": "0.0.18"
}
8 changes: 8 additions & 0 deletions packages/icons/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.0.18](https://github.com/kidjp85/react-yuki/compare/v0.0.17...v0.0.18) (2019-06-23)

**Note:** Version bump only for package @react-yuki/icons





## [0.0.17](https://github.com/kidjp85/react-yuki/compare/v0.0.16...v0.0.17) (2019-06-23)

**Note:** Version bump only for package @react-yuki/icons
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-yuki/icons",
"version": "0.0.17",
"version": "0.0.18",
"description": "Svg icon React components",
"keywords": [
"React",
Expand All @@ -12,7 +12,7 @@
"lib/**/*"
],
"dependencies": {
"@react-yuki/ui": "^0.0.17"
"@react-yuki/ui": "^0.0.18"
},
"devDependencies": {
"typescript": "^3.5.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/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.0.18](https://github.com/kidjp85/react-yuki/compare/v0.0.17...v0.0.18) (2019-06-23)

**Note:** Version bump only for package @react-yuki/ui





## [0.0.17](https://github.com/kidjp85/react-yuki/compare/v0.0.16...v0.0.17) (2019-06-23)

**Note:** Version bump only for package @react-yuki/ui
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-yuki/ui",
"version": "0.0.17",
"version": "0.0.18",
"description": "Simple React components built with styled-system",
"keywords": [
"React",
Expand Down

0 comments on commit 155b67f

Please sign in to comment.