From 9f7447a53747a0d6800fd7c81f81914e0b951d1b Mon Sep 17 00:00:00 2001 From: codebender828 Date: Tue, 3 Dec 2019 17:24:45 +0800 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/kiwi-core/CHANGELOG.md | 8 ++++++++ packages/kiwi-core/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4a954d..bded8c75 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.16](https://github.com/codebender828/kiwi-ui/compare/v1.0.15...v1.0.16) (2019-12-03) + +**Note:** Version bump only for package root + + + + + ## [1.0.15](https://github.com/codebender828/kiwi-ui/compare/v1.0.14...v1.0.15) (2019-12-03) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 8699e792..e351b2e2 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.15", + "version": "1.0.16", "registry": "https://registry.npmjs.org/", "command": { "publish": { diff --git a/packages/kiwi-core/CHANGELOG.md b/packages/kiwi-core/CHANGELOG.md index 2f3af244..37c98512 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.16](https://github.com/codebender828/kiwi-ui/compare/v1.0.15...v1.0.16) (2019-12-03) + +**Note:** Version bump only for package kiwi-core + + + + + ## [1.0.15](https://github.com/codebender828/kiwi-ui/compare/v1.0.14...v1.0.15) (2019-12-03) **Note:** Version bump only for package kiwi-core diff --git a/packages/kiwi-core/package.json b/packages/kiwi-core/package.json index a91fa98b..61c6d9c6 100644 --- a/packages/kiwi-core/package.json +++ b/packages/kiwi-core/package.json @@ -1,6 +1,6 @@ { "name": "kiwi-core", - "version": "1.0.15", + "version": "1.0.16", "description": "🥝 A Scalable, Accessible, High Performance, Vue.js UI component library", "author": "Jonathan Bakebwa ", "license": "MIT", @@ -28,4 +28,4 @@ "core-js": "^3.4.5" }, "gitHead": "3edafd2f90f3aa3c5a44ec9f5b0e960430caaad0" -} \ No newline at end of file +}