diff --git a/CHANGELOG.md b/CHANGELOG.md index bc71a618..e0e01e84 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. +## [1.0.13](https://github.com/codebender828/kiwi-ui/compare/v1.0.12...v1.0.13) (2019-12-03) + +**Note:** Version bump only for package root + + + + + ## [1.0.12](https://github.com/codebender828/kiwi-ui/compare/v1.0.11...v1.0.12) (2019-12-03) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 3f9b906c..a331a3bd 100644 --- a/lerna.json +++ b/lerna.json @@ -4,13 +4,12 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "independent", + "version": "1.0.13", "registry": "https://registry.npmjs.org/", "command": { "publish": { "conventionalCommits": true, "message": "chore(release): publish" } - }, - "version": "1.0.12" -} \ No newline at end of file + } +} diff --git a/packages/genesis-ui/CHANGELOG.md b/packages/genesis-ui/CHANGELOG.md index 777cc391..bf3bc40e 100644 --- a/packages/genesis-ui/CHANGELOG.md +++ b/packages/genesis-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. +## [1.0.13](https://github.com/codebender828/kiwi-ui/compare/v1.0.12...v1.0.13) (2019-12-03) + +**Note:** Version bump only for package akkadu-genesis-ds + + + + + ## [1.0.12](https://github.com/codebender828/kiwi-ui/compare/v1.0.11...v1.0.12) (2019-12-03) **Note:** Version bump only for package akkadu-genesis-ds diff --git a/packages/genesis-ui/package.json b/packages/genesis-ui/package.json index 16d716f8..2b9f3f4b 100644 --- a/packages/genesis-ui/package.json +++ b/packages/genesis-ui/package.json @@ -1,6 +1,6 @@ { "name": "akkadu-genesis-ds", - "version": "1.0.12", + "version": "1.0.13", "description": "🥝 Akkadu's pluggable UI Design System", "author": "Jonathan Bakebwa ", "license": "MIT", diff --git a/packages/kiwi-core/CHANGELOG.md b/packages/kiwi-core/CHANGELOG.md index 52068a79..ec0fee0b 100644 --- a/packages/kiwi-core/CHANGELOG.md +++ b/packages/kiwi-core/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. +## [1.0.13](https://github.com/codebender828/kiwi-ui/compare/v1.0.12...v1.0.13) (2019-12-03) + +**Note:** Version bump only for package kiwi-core + + + + + ## [1.0.12](https://github.com/codebender828/kiwi-ui/compare/v1.0.11...v1.0.12) (2019-12-03) **Note:** Version bump only for package kiwi diff --git a/packages/kiwi-core/package.json b/packages/kiwi-core/package.json index 2f3b0b4e..1b2e4a0e 100644 --- a/packages/kiwi-core/package.json +++ b/packages/kiwi-core/package.json @@ -1,6 +1,6 @@ { "name": "kiwi-core", - "version": "1.0.12", + "version": "1.0.13", "description": "🥝 A Scalable, Accessible, High Performance, Vue.js UI component library", "author": "Jonathan Bakebwa ", "license": "MIT",