From 7569f9864c0176a25beb486f4f67dbd1bf3c26ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Jan 2024 04:18:43 +0000 Subject: [PATCH] chore(release): v2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.0.0](https://github.com/pansyjs/react-fullscreen/compare/v1.2.0...v2.0.0) (2024-01-24) ### Bug Fixes * 修复类名错误 ([788bfa0](https://github.com/pansyjs/react-fullscreen/commit/788bfa0848443f41d1c3e3d6722095226a3df769)) ### chore * update deps ([4278d98](https://github.com/pansyjs/react-fullscreen/commit/4278d9859e78fab9fe7ed3dfd369ec958edeb889)) ### Features * 代码重构 ([7628827](https://github.com/pansyjs/react-fullscreen/commit/7628827d18abe0345b4c92ee26e1ab5f69fadfeb)) ### BREAKING CHANGES * 代码重构 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1478a72 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# [2.0.0](https://github.com/pansyjs/react-fullscreen/compare/v1.2.0...v2.0.0) (2024-01-24) + + +### Bug Fixes + +* 修复类名错误 ([788bfa0](https://github.com/pansyjs/react-fullscreen/commit/788bfa0848443f41d1c3e3d6722095226a3df769)) + + +### chore + +* update deps ([4278d98](https://github.com/pansyjs/react-fullscreen/commit/4278d9859e78fab9fe7ed3dfd369ec958edeb889)) + + +### Features + +* 代码重构 ([7628827](https://github.com/pansyjs/react-fullscreen/commit/7628827d18abe0345b4c92ee26e1ab5f69fadfeb)) + + +### BREAKING CHANGES + +* 代码重构 diff --git a/package.json b/package.json index 248d445..6b6df12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/react-fullscreen", - "version": "1.2.0", + "version": "2.0.0", "description": "react fullscreen component", "main": "lib/index.js", "module": "es/index.esm.js",