diff --git a/.changeset/hungry-wolves-laugh.md b/.changeset/hungry-wolves-laugh.md deleted file mode 100644 index d5f03fa..0000000 --- a/.changeset/hungry-wolves-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-view": major ---- - -No breaking changes really, just bumping all dependencies and modernizing the tooling. Live code that has export default gets wrapped by an additional IIEF, so you can have other variables defined at the root scope. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4684a09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-view + +## 3.0.0 + +### Major Changes + +- [#102](https://github.com/uber/react-view/pull/102) [`89350f4`](https://github.com/uber/react-view/commit/89350f40c745aca38ef78e58efd8c4b6191b7788) Thanks [@tajo](https://github.com/tajo)! - No breaking changes really, just bumping all dependencies and modernizing the tooling. Live code that has export default gets wrapped by an additional IIEF, so you can have other variables defined at the root scope. diff --git a/package.json b/package.json index 9c30dc6..2a076f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-view", - "version": "2.3.7", + "version": "3.0.0", "description": "", "keywords": [ "react",