Skip to content

Commit 63423bd

Browse files
committed
Publish v3.0.0
1 parent 931535b commit 63423bd

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.0.0](https://github.com/react-bootstrap/react-overlays/compare/v2.1.1...v3.0.0) (2020-02-19)
2+
3+
4+
### Features
5+
6+
* upgrade popper to v2 ([#766](https://github.com/react-bootstrap/react-overlays/issues/766)) ([02c8e6d](https://github.com/react-bootstrap/react-overlays/commit/02c8e6dc3c2a692de1a87b7c985f82a08a4e8594))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* popper upgrade to v2, slightly different modifiers format now
12+
13+
14+
15+
16+
117
## [2.1.1](https://github.com/react-bootstrap/react-overlays/compare/v2.1.0...v2.1.1) (2020-02-03)
218

319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-overlays",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Utilities for creating robust overlay components",
55
"author": {
66
"name": "Jason Quense",
@@ -130,5 +130,5 @@
130130
},
131131
"readme": "ERROR: No README data found!",
132132
"homepage": "https://github.com/react-bootstrap/react-overlays#readme",
133-
"_id": "react-overlays@2.1.0"
133+
"_id": "react-overlays@2.1.1"
134134
}

0 commit comments

Comments
 (0)