Skip to content

Commit 6ca4314

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2019-04-16) ### Features * support esm via package.json routes ([#488](#488)) ([6337bf5](6337bf5)), closes [#77](#77) ### BREAKING CHANGES * in environments where esm is supported importing from commonjs requires explicitly adding the `.default` after `require()` when resolving to the esm build
1 parent 6337bf5 commit 6ca4314

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/reactjs/react-transition-group/compare/v3.0.0...v4.0.0) (2019-04-16)
2+
3+
4+
### Features
5+
6+
* support esm via package.json routes ([#488](https://github.com/reactjs/react-transition-group/issues/488)) ([6337bf5](https://github.com/reactjs/react-transition-group/commit/6337bf5)), closes [#77](https://github.com/reactjs/react-transition-group/issues/77)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* in environments where esm is supported importing from commonjs requires explicitly adding the `.default` after `require()` when resolving to the esm build
12+
113
# [3.0.0](https://github.com/reactjs/react-transition-group/compare/v2.9.0...v3.0.0) (2019-04-15)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-group",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A react component toolset for managing animations",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)