@quenty/buttondragmodel 1.0.1-canary.468.ea8a226.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.
- package/CHANGELOG.md +16 -1
- package/package.json +8 -8
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
|
-
|
|
6
|
+
# 1.1.0 (2024-05-09)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
11
|
* Add ButtonDragModel ([401a108](https://github.com/Quenty/NevermoreEngine/commit/401a108c422e5582298ac69a6d50a34a771492b4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# v1.1.0 (Thu May 09 2024)
|
|
18
|
+
|
|
19
|
+
#### 🚀 Enhancement
|
|
20
|
+
|
|
21
|
+
- Updates [#468](https://github.com/Quenty/NevermoreEngine/pull/468) ([@Quenty](https://github.com/Quenty))
|
|
22
|
+
- feat: Add ButtonDragModel ([@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/buttondragmodel",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Model for dragging buttons around",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"Quenty"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@quenty/baseobject": "10.
|
|
29
|
-
"@quenty/inputobjectutils": "4.
|
|
30
|
-
"@quenty/loader": "10.
|
|
31
|
-
"@quenty/maid": "3.
|
|
32
|
-
"@quenty/rx": "13.
|
|
33
|
-
"@quenty/valueobject": "13.
|
|
28
|
+
"@quenty/baseobject": "^10.3.0",
|
|
29
|
+
"@quenty/inputobjectutils": "^4.4.0",
|
|
30
|
+
"@quenty/loader": "^10.3.0",
|
|
31
|
+
"@quenty/maid": "^3.2.0",
|
|
32
|
+
"@quenty/rx": "^13.3.0",
|
|
33
|
+
"@quenty/valueobject": "^13.3.0"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "3fd5cdca3128bf34c8d9dfae1e92d62533b6e6f5"
|
|
39
39
|
}
|