Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2024-01-24)

### Bug Fixes

* 修复类名错误 ([788bfa0](788bfa0))

### chore

* update deps ([4278d98](4278d98))

### Features

* 代码重构 ([7628827](7628827))

### BREAKING CHANGES

* 代码重构
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 2684d72 commit 7569f98
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

* 代码重构
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7569f98

Please sign in to comment.