Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.0.0] - 2026-05-06

### Features
- Update integration with Grid v3.0.

## [1.0.0] - 2026-01-20

### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/grid-lite/minimal-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf .next node_modules"
},
"dependencies": {
"@highcharts/grid-lite": "^2.1.1",
"@highcharts/grid-lite": ">=3.0.0",
"@highcharts/grid-lite-react": "workspace:*",
"next": "^14.0.0",
"react": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion examples/grid-lite/minimal-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"@highcharts/grid-lite": "^2.1.1",
"@highcharts/grid-lite": ">=3.0.0",
"@highcharts/grid-lite-react": "workspace:*",
"react": ">=18",
"react-dom": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion examples/grid-pro/minimal-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf .next node_modules"
},
"dependencies": {
"@highcharts/grid-pro": "^2.1.0",
"@highcharts/grid-pro": ">=3.0.0",
"@highcharts/grid-pro-react": "workspace:*",
"next": "^14.0.0",
"react": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion examples/grid-pro/minimal-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"@highcharts/grid-pro": "^2.1.0",
"@highcharts/grid-pro": ">=3.0.0",
"@highcharts/grid-pro-react": "workspace:*",
"react": ">=18",
"react-dom": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/grid-lite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highcharts/grid-lite-react",
"version": "1.0.0",
"version": "3.0.0",
"description": "Official React integration for Highcharts Grid Lite",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@highcharts/grid-lite": "^2.1.0"
"@highcharts/grid-lite": ">=3.0.0"
},
"devDependencies": {
"@highcharts/grid-shared-react": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid-pro-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highcharts/grid-pro-react",
"version": "1.0.0",
"version": "3.0.0",
"description": "Official React integration for Highcharts Grid Pro",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@highcharts/grid-pro": "^2.1.0"
"@highcharts/grid-pro": ">=3.0.0"
},
"devDependencies": {
"@highcharts/grid-shared-react": "workspace:*",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

Loading