Skip to content

Commit cd6c0ac

Browse files
committed
chore(release): 3.0.0
1 parent be3a49d commit cd6c0ac

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/geops/react-spatial/compare/v2.0.3...v3.0.0) (2026-05-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* react-spatial now supports only react >= 19 and mui >= 9,
11+
use version 2.x.x for react 18 support.
12+
13+
### Features
14+
15+
* use react 19 and mui 9 ([#738](https://github.com/geops/react-spatial/issues/738)) ([4718258](https://github.com/geops/react-spatial/commit/47182580883ea0516fce7e038d81f2b3f8801a4f))
16+
17+
18+
### Bug Fixes
19+
20+
* **StyleGuide:** remove deprecated public API key fetch, hardcode api key ([911bbff](https://github.com/geops/react-spatial/commit/911bbff9cfd15e15e97b193ed17dd973011932ee))
21+
522
### [2.0.3](https://github.com/geops/react-spatial/compare/v2.0.2...v2.0.3) (2026-02-26)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-spatial",
33
"license": "MIT",
44
"description": "Components to build React map apps.",
5-
"version": "2.0.3",
5+
"version": "3.0.0",
66
"dependencies": {
77
"@emotion/react": "^11.14.0",
88
"@emotion/styled": "^11.14.1",

0 commit comments

Comments
 (0)