Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
# [ga.fuquna.rosettaui.uitoolkit-v1.0.1](ga.fuquna.rosettaui.uitoolkit-v1.0.0...ga.fuquna.rosettaui.uitoolkit-v1.0.1) (2022-11-22)

### Bug Fixes

* [#2](#2), [#4](#4) Decimal points are not entered correctly when mouse dragging in some cultures ([17f7f7a](17f7f7a))

### Performance Improvements

* Window now fixes style.width after initial layout to improve layout performance. [#5](#5) [#9](#9) [#13](#13) ([27564e1](27564e1))
  • Loading branch information
semantic-release-bot committed Nov 22, 2022
1 parent 73f6945 commit 9bb8e32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Packages/RosettaUI.UIToolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [ga.fuquna.rosettaui.uitoolkit-v1.0.1](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui.uitoolkit-v1.0.0...ga.fuquna.rosettaui.uitoolkit-v1.0.1) (2022-11-22)


### Bug Fixes

* [#2](https://github.com/fuqunaga/RosettaUI/issues/2), [#4](https://github.com/fuqunaga/RosettaUI/issues/4) Decimal points are not entered correctly when mouse dragging in some cultures ([17f7f7a](https://github.com/fuqunaga/RosettaUI/commit/17f7f7a0558ad6648ba65580f584753926c678e9))


### Performance Improvements

* Window now fixes style.width after initial layout to improve layout performance. [#5](https://github.com/fuqunaga/RosettaUI/issues/5) [#9](https://github.com/fuqunaga/RosettaUI/issues/9) [#13](https://github.com/fuqunaga/RosettaUI/issues/13) ([27564e1](https://github.com/fuqunaga/RosettaUI/commit/27564e17d4a58ac7554f63ec314c6dde83e7ce4d))

# RosettaUI.UIToolkit

## [0.0.7] - 2022-06-03
Expand All @@ -18,4 +30,4 @@ Fixed
- Incorrect positioning of slider dragger when changing label size.

## [0.0.0] - 2022-04-12
- 🎉 first release!
- 🎉 first release!
2 changes: 1 addition & 1 deletion Packages/RosettaUI.UIToolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga.fuquna.rosettaui.uitoolkit",
"version": "0.0.10",
"version": "1.0.1",
"displayName": "RosettaUI - UI Toolkit",
"description": "RosettaUI UI Toolkit bridge",
"unity": "2021.2",
Expand Down

0 comments on commit 9bb8e32

Please sign in to comment.