diff --git a/CHANGELOG.md b/CHANGELOG.md index f7aac84..cde9d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9061d41 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Nguyen Hoang Phuc + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/lerna.json b/lerna.json index b1a7c0a..916410e 100644 --- a/lerna.json +++ b/lerna.json @@ -6,6 +6,7 @@ "conventionalCommits": true, "access": "public", "npmClient": "yarn", + "publishConfig": true, "useWorkspaces": true, - "version": "0.0.2" + "version": "0.0.3" } diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index ce8751f..54179f9 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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 diff --git a/packages/icons/package.json b/packages/icons/package.json index 4104f14..16214ff 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-yuki/icons", - "version": "0.0.2", + "version": "0.0.3", "description": "Svg icon React components", "keywords": [ "React", @@ -18,5 +18,6 @@ "typescript": "^3.5.2" }, "author": "Asher Nguyen ", - "license": "MIT" + "license": "MIT", + "gitHead": "5dcb5a5fc67bc8f66af693ce5284112e464c8da0" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4c66191..2f7e7ed 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 3c4b243..1226a06 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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", @@ -25,5 +25,6 @@ "typescript": "^3.5.2" }, "author": "Asher Nguyen ", - "license": "MIT" + "license": "MIT", + "gitHead": "5dcb5a5fc67bc8f66af693ce5284112e464c8da0" }