@quenty/toolutils 1.1.0-canary.70d42ea.0 → 1.1.1-canary.534.c6c59e8.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 +27 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,10 +3,34 @@
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.1.0-canary.70d42ea.0 (2025-01-24)
6
+ ## [1.1.1-canary.534.c6c59e8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/toolutils@1.1.0...@quenty/toolutils@1.1.1-canary.534.c6c59e8.0) (2025-02-18)
7
+
8
+ **Note:** Version bump only for package @quenty/toolutils
9
+
10
+
11
+
12
+
13
+
14
+ # 1.1.0 (2025-01-24)
7
15
 
8
16
 
9
17
  ### Features
10
18
 
11
- * Add new ToolUtils package ([80b8a20](https://github.com/Quenty/NevermoreEngine/commit/80b8a2015eeeb4f1edbf3ef4ff5090775eebdb49))
12
- * Add ToolUtils.getEquippedHumanoid() and ToolUtils.getEquippedPlayer() ([70d42ea](https://github.com/Quenty/NevermoreEngine/commit/70d42eaa8c916e90ed1eb86aa3861c2fc847682e))
19
+ * Add new ToolUtils package ([c056229](https://github.com/Quenty/NevermoreEngine/commit/c056229ced6478e2123e6565ffcea8431b0bb87a))
20
+ * Add ToolUtils.getEquippedHumanoid() and ToolUtils.getEquippedPlayer() ([5a05b53](https://github.com/Quenty/NevermoreEngine/commit/5a05b53fcef940f389985d5499d18bf6ef26a8c7))
21
+
22
+
23
+
24
+
25
+
26
+ # v1.1.0 (Fri Jan 24 2025)
27
+
28
+ #### 🚀 Enhancement
29
+
30
+ - Add ToolUtils package [#532](https://github.com/Quenty/NevermoreEngine/pull/532) ([@Quenty](https://github.com/Quenty))
31
+ - feat: Add ToolUtils.getEquippedHumanoid() and ToolUtils.getEquippedPlayer() ([@Quenty](https://github.com/Quenty))
32
+ - feat: Add new ToolUtils package ([@Quenty](https://github.com/Quenty))
33
+
34
+ #### Authors: 1
35
+
36
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/toolutils",
3
- "version": "1.1.0-canary.70d42ea.0",
3
+ "version": "1.1.1-canary.534.c6c59e8.0",
4
4
  "description": "Utility methods for tools",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,13 +25,13 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/brio": "14.15.0",
29
- "@quenty/instanceutils": "13.15.0",
30
- "@quenty/loader": "10.7.1",
31
- "@quenty/rx": "13.15.0"
28
+ "@quenty/brio": "14.15.1-canary.534.c6c59e8.0",
29
+ "@quenty/instanceutils": "13.15.1-canary.534.c6c59e8.0",
30
+ "@quenty/loader": "10.7.2-canary.534.c6c59e8.0",
31
+ "@quenty/rx": "13.15.1-canary.534.c6c59e8.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "70d42eaa8c916e90ed1eb86aa3861c2fc847682e"
36
+ "gitHead": "c6c59e8e4b98466955aafe50473027d316ab4ac7"
37
37
  }