Skip to content

Commit b9bb161

Browse files
committed
Update version
1 parent 21ef415 commit b9bb161

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

InstantiateComponents/Assets/InstantiateComponents/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3+
## [1.0.2] - 2025-01-15
4+
### Changed
5+
- Changed to ensure that instances are not regenerated even when component values are changed at runtime.
6+
- Changed to regenerate the instance when position or rotation changes.
7+
38
## [1.0.1] - 2024-12-29 - In Development
49
### Modified
510
- Modified the name of the parent object of the instance.
611
- Modified the inspector display.
7-
### Changed
8-
- Changed to ensure that instances are not regenerated even when component values are changed at runtime.
9-
- Changed to regenerate the instance when position or rotation changes.
1012

1113
## [1.0.0] - 2024-12-26
1214
### Added

InstantiateComponents/Assets/InstantiateComponents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.eviltwo.instantiate-components",
33
"displayName": "Instantiate Components",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"unity": "2022.3",
66
"description": "These are components that generate prefab instances within shapes such as box or sphere.",
77
"author": {

0 commit comments

Comments
 (0)