Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 9f7447a

Browse files
committed
chore(release): publish
1 parent 2dfc866 commit 9f7447a

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/codebender828/kiwi-ui/compare/v1.0.15...v1.0.16) (2019-12-03)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [1.0.15](https://github.com/codebender828/kiwi-ui/compare/v1.0.14...v1.0.15) (2019-12-03)
715

816
**Note:** Version bump only for package root

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "1.0.15",
7+
"version": "1.0.16",
88
"registry": "https://registry.npmjs.org/",
99
"command": {
1010
"publish": {

packages/kiwi-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/codebender828/kiwi-ui/compare/v1.0.15...v1.0.16) (2019-12-03)
7+
8+
**Note:** Version bump only for package kiwi-core
9+
10+
11+
12+
13+
614
## [1.0.15](https://github.com/codebender828/kiwi-ui/compare/v1.0.14...v1.0.15) (2019-12-03)
715

816
**Note:** Version bump only for package kiwi-core

packages/kiwi-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kiwi-core",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "🥝 A Scalable, Accessible, High Performance, Vue.js UI component library",
55
"author": "Jonathan Bakebwa <[email protected]>",
66
"license": "MIT",
@@ -28,4 +28,4 @@
2828
"core-js": "^3.4.5"
2929
},
3030
"gitHead": "3edafd2f90f3aa3c5a44ec9f5b0e960430caaad0"
31-
}
31+
}

0 commit comments

Comments
 (0)