Skip to content

Commit 9a84df5

Browse files
author
Headline1 Automation
committed
chore(release): publish v0.10.6
1 parent af3a99e commit 9a84df5

File tree

12 files changed

+62
-14
lines changed

12 files changed

+62
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [0.10.6](https://github.com/sonnen/kanva/compare/v0.10.5...v0.10.6) (2022-02-14)
7+
8+
**Note:** Version bump only for package kanva
9+
10+
11+
12+
13+
614
## [0.10.5](https://github.com/sonnen/kanva/compare/v0.10.4...v0.10.5) (2022-01-19)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.10.5",
2+
"version": "0.10.6",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/charts-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [0.10.6](https://github.com/sonnen/kanva/compare/v0.10.5...v0.10.6) (2022-02-14)
7+
8+
**Note:** Version bump only for package @kanva/charts-react
9+
10+
11+
12+
13+
614
## [0.10.5](https://github.com/sonnen/kanva/compare/v0.10.4...v0.10.5) (2022-01-19)
715

816
**Note:** Version bump only for package @kanva/charts-react

packages/charts-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kanva/charts-react",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "React bindings for @kanva/charts",
55
"keywords": [
66
"canvas",
@@ -48,7 +48,7 @@
4848
"tslib": "^2.1.0"
4949
},
5050
"devDependencies": {
51-
"@kanva/charts": "^0.10.5",
52-
"@kanva/react": "^0.10.5"
51+
"@kanva/charts": "^0.10.6",
52+
"@kanva/react": "^0.10.6"
5353
}
5454
}

packages/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [0.10.6](https://github.com/sonnen/kanva/compare/v0.10.5...v0.10.6) (2022-02-14)
7+
8+
**Note:** Version bump only for package @kanva/charts
9+
10+
11+
12+
13+
614
## [0.10.5](https://github.com/sonnen/kanva/compare/v0.10.4...v0.10.5) (2022-01-19)
715

816
**Note:** Version bump only for package @kanva/charts

packages/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kanva/charts",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "Chart views for Kanva",
55
"keywords": [
66
"canvas",
@@ -49,6 +49,6 @@
4949
"tslib": "^2.1.0"
5050
},
5151
"devDependencies": {
52-
"@kanva/core": "^0.10.5"
52+
"@kanva/core": "^0.10.6"
5353
}
5454
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [0.10.6](https://github.com/sonnen/kanva/compare/v0.10.5...v0.10.6) (2022-02-14)
7+
8+
**Note:** Version bump only for package @kanva/core
9+
10+
11+
12+
13+
614
## [0.10.5](https://github.com/sonnen/kanva/compare/v0.10.4...v0.10.5) (2022-01-19)
715

816
**Note:** Version bump only for package @kanva/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kanva/core",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "Draw on HTML5 Canvas element using views",
55
"keywords": [
66
"canvas",

packages/example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [0.10.6](https://github.com/sonnen/kanva/compare/v0.10.5...v0.10.6) (2022-02-14)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.10.5](https://github.com/sonnen/kanva/compare/v0.10.4...v0.10.5) (2022-01-19)
715

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

packages/example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "Usage example for Kanva",
55
"keywords": [
66
"kanva",
@@ -27,10 +27,10 @@
2727
"dist": "dist"
2828
},
2929
"dependencies": {
30-
"@kanva/charts": "^0.10.5",
31-
"@kanva/charts-react": "^0.10.5",
32-
"@kanva/core": "^0.10.5",
33-
"@kanva/react": "^0.10.5",
30+
"@kanva/charts": "^0.10.6",
31+
"@kanva/charts-react": "^0.10.6",
32+
"@kanva/core": "^0.10.6",
33+
"@kanva/react": "^0.10.6",
3434
"tslib": "^2.1.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)