Skip to content

Commit

Permalink
Release version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Mar 21, 2022
1 parent 41afe46 commit 59b739a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react-jsx-highcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jsx-highcharts",
"version": "4.3.1",
"version": "4.3.2",
"description": "Highcharts charts built using React components",
"main": "dist/react-jsx-highcharts.min.js",
"module": "dist/es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-jsx-highmaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jsx-highmaps",
"version": "2.3.0",
"version": "2.3.1",
"description": "Highmaps built using React components",
"main": "dist/react-jsx-highmaps.min.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"react-jsx-highcharts": "4.3.1"
"react-jsx-highcharts": "4.3.2"
},
"peerDependencies": {
"highcharts": "^8.0.0 || ^9.0.0 || ^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-jsx-highstock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jsx-highstock",
"version": "4.3.1",
"version": "4.3.2",
"description": "Highcharts (including Highstock) charts built using React components",
"main": "dist/react-jsx-highstock.min.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"react-jsx-highcharts": "4.3.1"
"react-jsx-highcharts": "4.3.2"
},
"peerDependencies": {
"highcharts": "^8.0.0 || ^9.0.0 || ^10.0.0",
Expand Down

0 comments on commit 59b739a

Please sign in to comment.