@quenty/instanceutils 7.1.1 → 7.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
+ # [7.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/instanceutils@7.1.1...@quenty/instanceutils@7.2.0) (2022-11-19)
7
+
8
+ **Note:** Version bump only for package @quenty/instanceutils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/instanceutils@7.1.0...@quenty/instanceutils@7.1.1) (2022-11-04)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/instanceutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/instanceutils",
3
- "version": "7.1.1",
3
+ "version": "7.2.0",
4
4
  "description": "Utility functions involving instances in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "8b9877c26a3fc753409a5114e56717837291279d"
38
+ "gitHead": "2114f42ae399a4417a3ebd4d35bf481690ca7923"
39
39
  }
@@ -102,7 +102,7 @@ end
102
102
 
103
103
  @param instance Instance
104
104
  @param className string
105
- @return Observable<Instance>
105
+ @return Observable<Instance?>
106
106
  ]=]
107
107
  function RxInstanceUtils.observeFirstAncestor(instance, className)
108
108
  assert(typeof(instance) == "Instance", "Bad instance")