Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
miafan23 committed Mar 22, 2024
1 parent d96e896 commit 33376a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

## 3.0.0
- [feature] upgrade to react 18

## 2.9.0

- [feature] add customizable select UI component [#218](https://github.com/mapbox/mr-ui/pull/218)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mr-ui",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "UI components for Mapbox projects",
"main": "index.js",
"homepage": "./",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^16.14.0 || ^18.2.0",
"react-dom": "^16.14.0 || ^18.2.0"
},
"dependencies": {
"@mapbox/mbx-assembly": "^1.5.0",
Expand Down

0 comments on commit 33376a5

Please sign in to comment.