From 1dd2734b2f49e7feb0743b83135529f970be2c48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Nov 2023 06:49:21 +0000 Subject: [PATCH] Version Packages --- .changeset/hungry-wolves-laugh.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-wolves-laugh.md create mode 100644 CHANGELOG.md 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",