@quenty/statestack 3.3.0-canary.241.a4e8214.0 → 3.3.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 +5 -5
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
|
-
# [3.3.0
|
|
6
|
+
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/statestack@3.2.1...@quenty/statestack@3.3.0) (2022-01-03)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* StateStack can now have states beyond boolean. Note that it tries to preserve its old behavior ([
|
|
11
|
+
* StateStack can now have states beyond boolean. Note that it tries to preserve its old behavior ([2710986](https://github.com/Quenty/NevermoreEngine/commit/2710986cd9dcc6e73baf5b9279376e05bd6f82d5))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/statestack",
|
|
3
|
-
"version": "3.3.0
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Stack of values that allows multiple systems to enable or disable a state",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"Quenty"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@quenty/baseobject": "3.3.0
|
|
29
|
-
"@quenty/loader": "3.2.0
|
|
30
|
-
"@quenty/valueobject": "3.6.0
|
|
28
|
+
"@quenty/baseobject": "^3.3.0",
|
|
29
|
+
"@quenty/loader": "^3.2.0",
|
|
30
|
+
"@quenty/valueobject": "^3.6.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "d910da8f5c7e9a55a8bf76d8efbe5632713dd0fe"
|
|
36
36
|
}
|