Skip to content

Commit 7a3fbda

Browse files
Use JSCharting v3.2.2 which enables Next.js support
1 parent d38d823 commit 7a3fbda

File tree

5 files changed

+73
-75
lines changed

5 files changed

+73
-75
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.3.1] - 2021-12-01
2+
3+
### Added
4+
- Use JSCharting v3.2.2 which enables Next.js support
5+
16
## [1.3.0] - 2021-11-24
27

38
### Changed

examples/package-lock.json

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

examples/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscharting-react-examples",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Examples using the JSCharting plugin for React.",
55
"scripts": {
66
"start": "webpack-dev-server --mode development --display-error-details",
@@ -19,11 +19,12 @@
1919
"@types/react": "^16.9.53",
2020
"@types/react-dom": "^17.0.10",
2121
"babel-loader": "^8.2.3",
22+
"chokidar": "^3.5.2",
2223
"clean-webpack-plugin": "^3.0.0",
2324
"copy-webpack-plugin": "^5.1.2",
2425
"history": "^4.10.1",
2526
"html-loader": "^0.5.5",
26-
"jscharting-react": "^1.3.0",
27+
"jscharting-react": "^1.3.1",
2728
"react": "^17.0.2",
2829
"react-dom": "^16.14.0",
2930
"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.3.0",
3+
"version": "1.3.1",
44
"description": "JSCharting plugin for react",
55
"homepage": "https://jscharting.com",
66
"author": "JSCharting <[email protected]> (https://jscharting.com/support.htm)",
@@ -35,7 +35,7 @@
3535
"react"
3636
],
3737
"dependencies": {
38-
"jscharting": "^3.2.0"
38+
"jscharting": "^3.2.2"
3939
},
4040
"devDependencies": {
4141
"@babel/core": "^7.16.0",

0 commit comments

Comments
 (0)