File tree Expand file tree Collapse file tree 12 files changed +68
-14
lines changed
Expand file tree Collapse file tree 12 files changed +68
-14
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.10.1 " ,
2+ "version" : " 0.10.2 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "packages" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
4848 "d3-scale" : " ^3.2.1"
4949 },
5050 "devDependencies" : {
51- "@kanva/core" : " ^0.10.1 "
51+ "@kanva/core" : " ^0.10.2 "
5252 }
5353}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "name" : " example" ,
3- "version" : " 0.10.1 " ,
3+ "version" : " 0.10.2 " ,
44 "description" : " Usage example for Kanva" ,
55 "keywords" : [
66 " kanva" ,
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" ,
You can’t perform that action at this time.
0 commit comments