@quenty/animations 1.0.1-canary.385.c37a0ad.0 → 1.1.0

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 +16 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,9 +3,24 @@
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
- ## 1.0.1-canary.385.c37a0ad.0 (2023-07-10)
6
+ # 1.1.0 (2023-07-10)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
11
  * Add utility package to play back animations easily ([46c33ea](https://github.com/Quenty/NevermoreEngine/commit/46c33ea401987b14ba9c674280e56cd5d4cfe530))
12
+
13
+
14
+
15
+
16
+
17
+ # v1.1.0 (Mon Jul 10 2023)
18
+
19
+ #### 🚀 Enhancement
20
+
21
+ - users/quenty/animations [#385](https://github.com/Quenty/NevermoreEngine/pull/385) ([@Quenty](https://github.com/Quenty))
22
+ - feat: Add utility package to play back animations easily ([@Quenty](https://github.com/Quenty))
23
+
24
+ #### Authors: 1
25
+
26
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/animations",
3
- "version": "1.0.1-canary.385.c37a0ad.0",
3
+ "version": "1.1.0",
4
4
  "description": "Utility methods for playing back animations on Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,14 +25,14 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/enumutils": "3.1.0",
29
- "@quenty/humanoidanimatorutils": "2.1.2-canary.385.c37a0ad.0",
30
- "@quenty/loader": "6.2.1",
31
- "@quenty/promisemaid": "1.1.0",
32
- "@quenty/rbxasset": "1.0.1-canary.385.c37a0ad.0"
28
+ "@quenty/enumutils": "^3.1.0",
29
+ "@quenty/humanoidanimatorutils": "^2.2.0",
30
+ "@quenty/loader": "^6.2.1",
31
+ "@quenty/promisemaid": "^1.1.0",
32
+ "@quenty/rbxasset": "^1.1.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "c37a0ad3981a0e27d4d9db436a0f21e675b12bf0"
37
+ "gitHead": "6c9093879c4547ca55a7b42842e35ad277cc0f08"
38
38
  }