com.elestrago.unity.entitas-redux 3.7.0 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  ---
4
4
 
5
+ ## [3.7.2](https://gitlab.com/elestrago-pkg/entitas-redux/-/tags/3.7.2)
6
+
7
+ ### Fixed
8
+
9
+ - Update code generator dll
10
+
11
+ ---
12
+
13
+ ## [3.7.1](https://gitlab.com/elestrago-pkg/entitas-redux/-/tags/3.7.1)
14
+
15
+ ### Fixed
16
+
17
+ - Local variable names to avoid name conflicts
18
+
19
+ ---
20
+
5
21
  ## [3.7.0](https://gitlab.com/elestrago-pkg/entitas-redux/-/tags/3.7.0)
6
22
 
7
23
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.elestrago.unity.entitas-redux",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "displayName": "JCMG Entitas Redux",
5
5
  "description": "Entitas Redux is an fast, accessible, and feature-rich ECS framework for Unity. It leverages code generation and an extensible plugin framework to make life easier for developers.",
6
6
  "category": "Unity",