@quenty/animationgroup 10.7.0 → 10.7.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animationgroup@10.7.0...@quenty/animationgroup@10.7.1) (2024-11-04)
7
+
8
+ **Note:** Version bump only for package @quenty/animationgroup
9
+
10
+
11
+
12
+
13
+
6
14
  # [10.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animationgroup@10.6.0...@quenty/animationgroup@10.7.0) (2024-10-06)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/animationgroup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/animationgroup",
3
- "version": "10.7.0",
3
+ "version": "10.7.1",
4
4
  "description": "A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,12 +27,12 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@quenty/animationtrackutils": "^2.2.0",
30
- "@quenty/baseobject": "^10.7.0",
31
- "@quenty/loader": "^10.7.0",
30
+ "@quenty/baseobject": "^10.7.1",
31
+ "@quenty/loader": "^10.7.1",
32
32
  "@quenty/maid": "^3.4.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "67c5dbf46f6f45213812f3f117419a5534936a0b"
37
+ "gitHead": "01c43a0ddd3c5e0cb2d9027313dbfa9852eedef1"
38
38
  }