Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kidjp85 committed Jun 21, 2019
1 parent 3be5c7c commit 35e65c7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 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.3](https://github.com/kidjp85/react-yuki/compare/v0.0.2...v0.0.3) (2019-06-21)

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





## 0.0.2 (2019-06-21)

**Note:** Version bump only for package react-yuki
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"npmClient": "yarn",
"publishConfig": true,
"useWorkspaces": true,
"version": "0.0.2"
"version": "0.0.3"
}
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.3](https://github.com/kidjp85/react-yuki/compare/v0.0.2...v0.0.3) (2019-06-21)

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





## 0.0.2 (2019-06-21)

**Note:** Version bump only for package @react-yuki/icons
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.0.3",
"description": "Svg icon React components",
"keywords": [
"React",
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.3](https://github.com/kidjp85/react-yuki/compare/v0.0.2...v0.0.3) (2019-06-21)

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





## 0.0.2 (2019-06-21)

**Note:** Version bump only for package @react-yuki/ui
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.2",
"version": "0.0.3",
"description": "Simple React components built with styled-system",
"keywords": [
"React",
Expand Down

0 comments on commit 35e65c7

Please sign in to comment.