Skip to content

Commit cdf1c66

Browse files
Update JSCharting version to v3.3.1
1 parent 49375bb commit cdf1c66

File tree

5 files changed

+35
-30
lines changed

5 files changed

+35
-30
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.4.1] - 2022-4-28
2+
3+
### Changed
4+
- Integrated with JSCharting v3.3.1
5+
16
## [1.4.0] - 2022-4-6
27

38
### Changed

examples/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscharting-react-examples",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Examples using the JSCharting plugin for React.",
55
"scripts": {
66
"start": "webpack-dev-server --mode development --display-error-details",
@@ -24,7 +24,7 @@
2424
"copy-webpack-plugin": "^5.1.2",
2525
"history": "^4.10.1",
2626
"html-loader": "^0.5.5",
27-
"jscharting-react": "^1.4.0",
27+
"jscharting-react": "^1.4.1",
2828
"react": "^17.0.2",
2929
"react-dom": "^16.14.0",
3030
"react-jss": "^10.1.1",

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscharting-react",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "JSCharting plugin for react",
55
"homepage": "https://jscharting.com",
66
"author": "JSCharting <support@jscharting.com> (https://jscharting.com/support.htm)",
@@ -35,7 +35,7 @@
3535
"react"
3636
],
3737
"dependencies": {
38-
"jscharting": "^3.3.0"
38+
"jscharting": "^3.3.1"
3939
},
4040
"devDependencies": {
4141
"@babel/core": "^7.16.0",

0 commit comments

Comments
 (0)