Skip to content

Commit

Permalink
chore(release): 9.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [v9.0.0-beta.1](v8.1.0-beta.1...v9.0.0-beta.1) (2023-02-08)

## ✨ New Features
- [`13610a3`](13610a3)  feat(interaction): Snappable now breakable
- [`69aec3a`](69aec3a)  feat(interaction-snappable): Expose Release Event
- [`94a387f`](94a387f)  feat: Event Broadcaster
- [`758d7ca`](758d7ca)  feat(locomotion): Grip Transporter
- [`f11206d`](f11206d)  feat(animation): Add ClockAnimationStarter
- [`f512331`](f512331)  feat(interaction): TouchSwitch and KeyboardInput
- [`48cb65f`](48cb65f)  feat(assets): Auto reverting on save
- [`a65eae9`](a65eae9)  feat(assets): Load text from assets on build
- [`739a3b8`](739a3b8)  feat(udon-logger): Add singleton getter
- [`772e45f`](772e45f)  feat: Revertudon now reverts only U#
- [`88733fa`](88733fa)  feat(editor-tools): Merge editor tools from esnya-udon-tools part of EsnyaUnityTools
- [`46cedde`](46cedde)  feat(editor-tools): USharpPrefabUpgradeHelper
- [`00f9ba2`](00f9ba2)  feat(usharp-prefab-upgrade-helper): Add filter

## 🐛 Bug Fixes
- [`ee568e6`](ee568e6)  fix(snappable): Fix error by debug log
- [`3bc1754`](3bc1754)  fix(clock-animation-starter): Fix uts/localtime switch
- [`8c6e5e8`](8c6e5e8)  fix(synced-float): Fix clamp & decrement
- [`16faaa5`](16faaa5)  fix: Upgrade prefabs
- [`34160f3`](34160f3)  fix(multi-text-loader): Load on Start on Editor
- [`87c7e79`](87c7e79)  fix(multi-text-loader): Do not destroy on editor

## 💥 Breaking Changes
- [`61184c2`](61184c2)  feat!: VPM Support
- [`5e29c42`](5e29c42)  feat!: UdonSharp 1.x Migrated
- [`693ca19`](693ca19)  refactor!(touch-switch): Remove deprecated option
- [`186db6a`](186db6a)  fix!: Remove broken prefabs
- [`c28111a`](c28111a)  feat!: Remov Revetudon due to a lot of side-effects
  • Loading branch information
semantic-release-bot committed Feb 8, 2023
1 parent 079c059 commit 7e7c040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inariudon",
"version": "8.1.0-beta.1",
"version": "9.0.0-beta.1",
"workspaces": [
"Packages/*"
],
Expand Down

0 comments on commit 7e7c040

Please sign in to comment.