Skip to content

Commit ec25075

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2025-01-11) ### Bug Fixes * **item creation:** no longer crashes when `_displayName` field is missing ([672c064](672c064))
1 parent 64a787b commit ec25075

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

Assets/com.fluid.elastic-inventory/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [2.0.0](https://github.com/ashblue/unity-elastic-inventory/compare/v1.0.1...v2.0.0) (2025-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **id repair:** null and empty string IDs are now repaired ([489ec64](https://github.com/ashblue/unity-elastic-inventory/commit/489ec648bfbe6bb109738b9abd620ad58a9b8be6))
7+
* **inventory add:** no longer crashes when read only items are added ([afb6b44](https://github.com/ashblue/unity-elastic-inventory/commit/afb6b44f3e1f5af02eb58440fd4e50fb7357c9ea)), closes [#17](https://github.com/ashblue/unity-elastic-inventory/issues/17)
8+
* **inventory.getall<t>():** no longer crashes when used with a custom item entry type ([c8678b0](https://github.com/ashblue/unity-elastic-inventory/commit/c8678b0ffa113957515ffc1402d11f1407d6fab1)), closes [#20](https://github.com/ashblue/unity-elastic-inventory/issues/20)
9+
* **semantic-release:** was not picking up the main branch ([7124ae0](https://github.com/ashblue/unity-elastic-inventory/commit/7124ae0720b961b4e1e08701eacae1989eeb66e6))
10+
11+
12+
### Features
13+
14+
* **inventory window:** categories now live display in the item table ([53193c4](https://github.com/ashblue/unity-elastic-inventory/commit/53193c4da7076173d63f93fa9d381882dbf9d0d2)), closes [#21](https://github.com/ashblue/unity-elastic-inventory/issues/21)
15+
* **item definitions:** display name must now be implemented on all ItemDefinitionBase classes ([56e69c2](https://github.com/ashblue/unity-elastic-inventory/commit/56e69c2b0a473e2d4459472a12669a82793b4342))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **item definitions:** Find all classes that inherit ItemDefinitionBase and add `[SerializeField] string
21+
_displayName; public override string DisplayName => _displayName;`. To fix the error that your
22+
classes do not implement the display name get accessor.
23+
124
## [1.0.1](https://github.com/ashblue/unity-elastic-inventory/compare/v1.0.0...v1.0.1) (2023-07-05)
225

326

Assets/com.fluid.elastic-inventory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fluid.elastic-inventory",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"displayName": "Elastic Inventory",
55
"description": "A simple inventory micro-framework built with extendability in mind",
66
"unity": "2022.2",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/ashblue/unity-elastic-inventory/compare/v2.0.0...v2.0.1) (2025-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **item creation:** no longer crashes when `_displayName` field is missing ([672c064](https://github.com/ashblue/unity-elastic-inventory/commit/672c064e6ee4334cacf113d02d56450deb48b325))
7+
18
# [2.0.0](https://github.com/ashblue/unity-elastic-inventory/compare/v1.0.1...v2.0.0) (2025-01-11)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fluid.elastic-inventory",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"unity": "2022.2",
55
"displayName": "Elastic Inventory",
66
"description": "A simple inventory micro-framework built with extendability in mind",

0 commit comments

Comments
 (0)