Skip to content

Commit

Permalink
Use JSCharting v3.2.2 which enables Next.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurPuszynski committed Dec 1, 2021
1 parent d38d823 commit 7a3fbda
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 75 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.3.1] - 2021-12-01

### Added
- Use JSCharting v3.2.2 which enables Next.js support

## [1.3.0] - 2021-11-24

### Changed
Expand Down
116 changes: 54 additions & 62 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscharting-react-examples",
"version": "1.0.4",
"version": "1.0.5",
"description": "Examples using the JSCharting plugin for React.",
"scripts": {
"start": "webpack-dev-server --mode development --display-error-details",
Expand All @@ -19,11 +19,12 @@
"@types/react": "^16.9.53",
"@types/react-dom": "^17.0.10",
"babel-loader": "^8.2.3",
"chokidar": "^3.5.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"history": "^4.10.1",
"html-loader": "^0.5.5",
"jscharting-react": "^1.3.0",
"jscharting-react": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^16.14.0",
"react-jss": "^10.1.1",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscharting-react",
"version": "1.3.0",
"version": "1.3.1",
"description": "JSCharting plugin for react",
"homepage": "https://jscharting.com",
"author": "JSCharting <support@jscharting.com> (https://jscharting.com/support.htm)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react"
],
"dependencies": {
"jscharting": "^3.2.0"
"jscharting": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down

0 comments on commit 7a3fbda

Please sign in to comment.