Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](4.0.0...5.0.0) (2024-11-11)

### Features

* add built-in UIEffect preset ([4adb58c](4adb58c))
* add support for TextMeshPro, including `<font>` and `<sprite>` tags ([a4f85cb](a4f85cb))
* add UIEffectProjectSettings ([1306e19](1306e19))
* add UIEffectReplica component ([3bdc61c](3bdc61c))
* add UIEffectTweener component ([e2c1605](e2c1605))
* add v4 compatible components ([d40a019](d40a019))
* completely redesigned UIEffect architecture ([4e069a4](4e069a4))

### BREAKING CHANGES

* All v4 components are obsolete. See README to upgrade.
  • Loading branch information
semantic-release-bot committed Nov 11, 2024
1 parent ef02805 commit 53e6b41
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [5.0.0](https://github.com/mob-sakai/UIEffect/compare/4.0.0...5.0.0) (2024-11-11)


### Features

* add built-in UIEffect preset ([4adb58c](https://github.com/mob-sakai/UIEffect/commit/4adb58ca61d75897e67ef8674f9be9b9d6156b24))
* add support for TextMeshPro, including `<font>` and `<sprite>` tags ([a4f85cb](https://github.com/mob-sakai/UIEffect/commit/a4f85cb0ee58a60e20572fcce0ebf204effce51e))
* add UIEffectProjectSettings ([1306e19](https://github.com/mob-sakai/UIEffect/commit/1306e19cab9aeb9ec86a8047d59c2a9ad11bb128))
* add UIEffectReplica component ([3bdc61c](https://github.com/mob-sakai/UIEffect/commit/3bdc61c2efe51e198650171e7a235276b82cb1f0))
* add UIEffectTweener component ([e2c1605](https://github.com/mob-sakai/UIEffect/commit/e2c1605c1986c34f23c85dc9ec22f00f16bca21d))
* add v4 compatible components ([d40a019](https://github.com/mob-sakai/UIEffect/commit/d40a0198c439b47c5b87f554df7eeb6ad5741fcd))
* completely redesigned UIEffect architecture ([4e069a4](https://github.com/mob-sakai/UIEffect/commit/4e069a45d9817095f727f3bd18d793683fb052c2))


### BREAKING CHANGES

* All v4 components are obsolete. See README to upgrade.

0 comments on commit 53e6b41

Please sign in to comment.