@quenty/blend 1.1.1-canary.8533eea.0 → 1.2.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.
- package/CHANGELOG.md +2 -2
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
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
|
-
|
|
6
|
+
# [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@1.1.0...@quenty/blend@1.2.0) (2021-12-18)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* Allow Color3 spring manipulation, and AccelTween usage ([
|
|
11
|
+
* Allow Color3 spring manipulation, and AccelTween usage ([3417923](https://github.com/Quenty/NevermoreEngine/commit/34179230b3b6bf957e1a363588370990735f8513))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/blend",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Declarative UI system.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@quenty/acceltween": "2.0.0",
|
|
31
|
-
"@quenty/brio": "3.
|
|
32
|
-
"@quenty/instanceutils": "3.
|
|
33
|
-
"@quenty/loader": "3.1.1",
|
|
34
|
-
"@quenty/maid": "2.0.1",
|
|
35
|
-
"@quenty/promise": "3.
|
|
36
|
-
"@quenty/rx": "3.
|
|
37
|
-
"@quenty/spring": "2.
|
|
38
|
-
"@quenty/steputils": "3.0.0",
|
|
39
|
-
"@quenty/string": "2.2.0",
|
|
40
|
-
"@quenty/symbol": "2.0.0",
|
|
41
|
-
"@quenty/valuebaseutils": "3.
|
|
42
|
-
"@quenty/valueobject": "3.
|
|
30
|
+
"@quenty/acceltween": "^2.0.0",
|
|
31
|
+
"@quenty/brio": "^3.5.0",
|
|
32
|
+
"@quenty/instanceutils": "^3.5.0",
|
|
33
|
+
"@quenty/loader": "^3.1.1",
|
|
34
|
+
"@quenty/maid": "^2.0.1",
|
|
35
|
+
"@quenty/promise": "^3.3.0",
|
|
36
|
+
"@quenty/rx": "^3.5.0",
|
|
37
|
+
"@quenty/spring": "^2.2.0",
|
|
38
|
+
"@quenty/steputils": "^3.0.0",
|
|
39
|
+
"@quenty/string": "^2.2.0",
|
|
40
|
+
"@quenty/symbol": "^2.0.0",
|
|
41
|
+
"@quenty/valuebaseutils": "^3.5.0",
|
|
42
|
+
"@quenty/valueobject": "^3.5.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@quenty/contentproviderutils": "3.
|
|
46
|
-
"@quenty/playerthumbnailutils": "3.
|
|
45
|
+
"@quenty/contentproviderutils": "^3.3.0",
|
|
46
|
+
"@quenty/playerthumbnailutils": "^3.4.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6eb398e9fb81191f0815885f807ab0cb3bb9bad1"
|
|
49
49
|
}
|