Skip to content

Commit f50a4bb

Browse files
author
Headline1 Automation
committed
chore(release): publish v0.10.2
1 parent 34fa753 commit f50a4bb

File tree

12 files changed

+68
-14
lines changed

12 files changed

+68
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/sonnen/kanva/compare/v0.10.1...v0.10.2) (2022-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** properly pass 'style' prop to Kanva root element ([99ccb1f](https://github.com/sonnen/kanva/commit/99ccb1fe7e17ba4faf2fa321d27ca6f17b9f2b97))
12+
13+
14+
15+
16+
617
## [0.10.1](https://github.com/sonnen/kanva/compare/v0.10.0...v0.10.1) (2022-01-17)
718

819
**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.1",
2+
"version": "0.10.2",
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.2](https://github.com/sonnen/kanva/compare/v0.10.1...v0.10.2) (2022-01-18)
7+
8+
**Note:** Version bump only for package @kanva/charts-react
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/sonnen/kanva/compare/v0.10.0...v0.10.1) (2022-01-17)
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.1",
3+
"version": "0.10.2",
44
"description": "React bindings for @kanva/charts",
55
"keywords": [
66
"canvas",
@@ -45,7 +45,7 @@
4545
"@kanva/react": "^0.10.0"
4646
},
4747
"devDependencies": {
48-
"@kanva/charts": "^0.10.1",
49-
"@kanva/react": "^0.10.1"
48+
"@kanva/charts": "^0.10.2",
49+
"@kanva/react": "^0.10.2"
5050
}
5151
}

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.2](https://github.com/sonnen/kanva/compare/v0.10.1...v0.10.2) (2022-01-18)
7+
8+
**Note:** Version bump only for package @kanva/charts
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/sonnen/kanva/compare/v0.10.0...v0.10.1) (2022-01-17)
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.1",
3+
"version": "0.10.2",
44
"description": "Chart views for Kanva",
55
"keywords": [
66
"canvas",
@@ -48,6 +48,6 @@
4848
"d3-scale": "^3.2.1"
4949
},
5050
"devDependencies": {
51-
"@kanva/core": "^0.10.1"
51+
"@kanva/core": "^0.10.2"
5252
}
5353
}

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.2](https://github.com/sonnen/kanva/compare/v0.10.1...v0.10.2) (2022-01-18)
7+
8+
**Note:** Version bump only for package @kanva/core
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/sonnen/kanva/compare/v0.10.0...v0.10.1) (2022-01-17)
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.1",
3+
"version": "0.10.2",
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.2](https://github.com/sonnen/kanva/compare/v0.10.1...v0.10.2) (2022-01-18)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/sonnen/kanva/compare/v0.10.0...v0.10.1) (2022-01-17)
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.1",
3+
"version": "0.10.2",
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.1",
31-
"@kanva/charts-react": "^0.10.1",
32-
"@kanva/core": "^0.10.1",
33-
"@kanva/react": "^0.10.1"
30+
"@kanva/charts": "^0.10.2",
31+
"@kanva/charts-react": "^0.10.2",
32+
"@kanva/core": "^0.10.2",
33+
"@kanva/react": "^0.10.2"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.16.5",

0 commit comments

Comments
 (0)