Skip to content

Commit

Permalink
chore(release): 3.2.5 [skip ci]
Browse files Browse the repository at this point in the history
# [ga.fuquna.prefsgui-v3.2.5](ga.fuquna.prefsgui-v3.2.4...ga.fuquna.prefsgui-v3.2.5) (2023-05-09)

### Bug Fixes

* ValueChangeCallback is now called even if the value is changed from another PrefsParam instance ([3ff78b2](3ff78b2))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent 0a51925 commit 6100d98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Packages/PrefsGUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [ga.fuquna.prefsgui-v3.2.5](https://github.com/fuqunaga/PrefsGUI/compare/ga.fuquna.prefsgui-v3.2.4...ga.fuquna.prefsgui-v3.2.5) (2023-05-09)


### Bug Fixes

* ValueChangeCallback is now called even if the value is changed from another PrefsParam instance ([3ff78b2](https://github.com/fuqunaga/PrefsGUI/commit/3ff78b2930e1d6c5e4f9d01254074874f68b0171))

# PrefsGUI
Accessors and GUIs for persistent preference values using JSON file

Expand Down Expand Up @@ -67,4 +74,4 @@ fix: PrefsMinMax.MinMax does not serialized
- PrefsSync is now a separated package

## [1.0.0] - long long ago
- First release
- First release
4 changes: 2 additions & 2 deletions Packages/PrefsGUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga.fuquna.prefsgui",
"version": "3.2.4",
"version": "3.2.5",
"displayName": "PrefsGUI",
"description": "Accessors and GUIs for persistent preference values using JSON file",
"unity": "2021.3",
Expand All @@ -17,4 +17,4 @@
"url": "https://fuquna.ga"
},
"repository": "github:fuqunaga/PrefsGUI"
}
}

0 comments on commit 6100d98

Please sign in to comment.