Skip to content

Commit aa82d91

Browse files
committed
Prepare 2.3.0
1 parent 7d52cdf commit aa82d91

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## Changelog
22

3-
## HEAD
43

4+
## 2.3.0
5+
6+
- [feature] add optional `children` and `themeTooltip` props to copy-button. [#205](https://github.com/mapbox/mr-ui/pull/205)
57
- [bug] Modify `propType` for `displayValue` from `string` to `node`.
68

7-
## 2.1.5
9+
## 2.2.0
810

911
- [feature] Support JSX from `displayLabel` prop in control-file component
1012

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mr-ui",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "UI components for Mapbox projects",
55
"main": "index.js",
66
"homepage": "./",

0 commit comments

Comments
 (0)