Skip to content

Commit

Permalink
Release version 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Dec 8, 2024
1 parent 5233ff1 commit 2336f86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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": "5.0.2",
"version": "5.0.3",
"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": "3.0.3",
"version": "3.0.4",
"description": "Highmaps built using React components",
"main": "dist/react-jsx-highmaps.min.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"maps"
],
"dependencies": {
"react-jsx-highcharts": "5.0.2"
"react-jsx-highcharts": "5.0.3"
},
"peerDependencies": {
"highcharts": "^9.1.2 || ^10.0.0 || ^11.0.0 || ^12.0.1",
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": "5.0.2",
"version": "5.0.3",
"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 @@ -61,7 +61,7 @@
"data"
],
"dependencies": {
"react-jsx-highcharts": "5.0.2"
"react-jsx-highcharts": "5.0.3"
},
"peerDependencies": {
"highcharts": "^9.1.2 || ^10.0.0 || ^11.0.0 || ^12.0.1",
Expand Down

0 comments on commit 2336f86

Please sign in to comment.