@quenty/selectionutils 1.1.0-canary.4096cd9.0 → 2.0.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 +20 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,10 +3,29 @@
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.4096cd9.0 (2022-09-08)
6
+ # 2.0.0 (2022-09-27)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
11
  * Add RxSelectionUtils.observeFirstAdornee and fix RxSelectionUtils.observeSelectionItemsBrio ([ef4c76b](https://github.com/Quenty/NevermoreEngine/commit/ef4c76bfd8146811d336ae26fc33e211ad1a11c1))
12
12
  * Add SelectionUtils ([bb2b8ea](https://github.com/Quenty/NevermoreEngine/commit/bb2b8eab89c1c9d68ca0c5f8efc728c27ff1130f))
13
+
14
+
15
+
16
+
17
+
18
+ # v2.0.0 (Tue Sep 27 2022)
19
+
20
+ #### 💥 Breaking Change
21
+
22
+ - feat: Do a variety of updates [#288](https://github.com/Quenty/NevermoreEngine/pull/288) ([@Quenty](https://github.com/Quenty))
23
+
24
+ #### 🚀 Enhancement
25
+
26
+ - feat: Add RxSelectionUtils.observeFirstAdornee and fix RxSelectionUtils.observeSelectionItemsBrio ([@Quenty](https://github.com/Quenty))
27
+ - feat: Add SelectionUtils ([@Quenty](https://github.com/Quenty))
28
+
29
+ #### Authors: 1
30
+
31
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/selectionutils",
3
- "version": "1.1.0-canary.4096cd9.0",
3
+ "version": "2.0.0",
4
4
  "description": "Utility methods around Selection service. Useful for plugins and stories.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,17 +25,17 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/baseobject": "5.1.1",
29
- "@quenty/brio": "7.2.0-canary.4096cd9.0",
30
- "@quenty/loader": "5.0.1",
31
- "@quenty/maid": "2.4.0",
32
- "@quenty/rx": "6.2.0-canary.4096cd9.0",
33
- "@quenty/signal": "2.3.0",
34
- "@quenty/table": "3.1.0",
35
- "@quenty/valueobject": "6.2.0-canary.4096cd9.0"
28
+ "@quenty/baseobject": "^6.0.0",
29
+ "@quenty/brio": "^8.0.0",
30
+ "@quenty/loader": "^6.0.0",
31
+ "@quenty/maid": "^2.4.0",
32
+ "@quenty/rx": "^7.0.0",
33
+ "@quenty/signal": "^2.3.0",
34
+ "@quenty/table": "^3.1.0",
35
+ "@quenty/valueobject": "^7.0.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "4096cd94d2c38d382b7aafe8cb2fcb8bb340d051"
40
+ "gitHead": "cbbe2a3e91f0d1e337bb33652b4e32bec685bb76"
41
41
  }