@quenty/uiobjectutils 3.1.0 → 3.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 CHANGED
@@ -3,6 +3,14 @@
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.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@3.1.0...@quenty/uiobjectutils@3.2.0) (2023-02-21)
7
+
8
+ **Note:** Version bump only for package @quenty/uiobjectutils
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@3.0.0...@quenty/uiobjectutils@3.1.0) (2022-12-29)
7
15
 
8
16
 
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  Utility functions to make working with UI a little bit nicer in Roblox
15
15
 
16
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/UIObjectUtils">View docs →</a></div>
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/PlayerGuiUtils">View docs →</a></div>
17
17
 
18
18
  ## Installation
19
19
  ```
20
20
  npm install @quenty/uiobjectutils --save
21
- ```
21
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/uiobjectutils",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "UI object utils library for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "daae02817ae9128c5bf81220ef44e41d22ec14ad"
30
+ "gitHead": "e084b0cc097ddbcb7c782b8ecbd9c2d619c49354"
31
31
  }