app.hypergames.hypersdk 1.0.6 → 1.0.7
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 +27 -0
- package/CHANGELOG.md.meta +7 -0
- package/LICENSE.md.meta +7 -0
- package/Plugins.meta +8 -0
- package/WebGLTemplates.meta +8 -0
- package/package.json +1 -1
- package/package.json.meta +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## [1.0.7](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.6...v1.0.7) (2025-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **ci:** ensure all meta files are copied to UPM package ([5c5f342](https://github.com/mvmhyper/hyper-sdk/commit/5c5f3429bdb49f725a962f2376b73553423497f1))
|
|
7
|
+
* force version bump ([ada5f93](https://github.com/mvmhyper/hyper-sdk/commit/ada5f938e7d7809ab3c7e6f4dc55ebb6336a96f2))
|
|
8
|
+
* included copying of Plugins and WebGLTemplates meta files ([cbd665f](https://github.com/mvmhyper/hyper-sdk/commit/cbd665f456497d5225c9b365888b4d36140c6abc))
|
|
9
|
+
* npm publish error by adding version check ([289f3d5](https://github.com/mvmhyper/hyper-sdk/commit/289f3d585cf9a3b2f62f6819942f1123fa33c09f))
|
|
10
|
+
|
|
11
|
+
## [1.0.7](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.6...v1.0.7) (2025-06-17)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **ci:** ensure all meta files are copied to UPM package ([5c5f342](https://github.com/mvmhyper/hyper-sdk/commit/5c5f3429bdb49f725a962f2376b73553423497f1))
|
|
17
|
+
* force version bump ([ada5f93](https://github.com/mvmhyper/hyper-sdk/commit/ada5f938e7d7809ab3c7e6f4dc55ebb6336a96f2))
|
|
18
|
+
* included copying of Plugins and WebGLTemplates meta files ([cbd665f](https://github.com/mvmhyper/hyper-sdk/commit/cbd665f456497d5225c9b365888b4d36140c6abc))
|
|
19
|
+
|
|
20
|
+
## [1.0.7](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.6...v1.0.7) (2025-06-17)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **ci:** ensure all meta files are copied to UPM package ([5c5f342](https://github.com/mvmhyper/hyper-sdk/commit/5c5f3429bdb49f725a962f2376b73553423497f1))
|
|
26
|
+
* included copying of Plugins and WebGLTemplates meta files ([cbd665f](https://github.com/mvmhyper/hyper-sdk/commit/cbd665f456497d5225c9b365888b4d36140c6abc))
|
|
27
|
+
|
|
1
28
|
## [1.0.6](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.5...v1.0.6) (2025-06-17)
|
|
2
29
|
|
|
3
30
|
|
package/LICENSE.md.meta
ADDED
package/Plugins.meta
ADDED
package/package.json
CHANGED