@quenty/highlight 2.4.0-canary.303.e87f9e5.0 → 2.4.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 +2 -2
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,12 +3,12 @@
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
- # [2.4.0-canary.303.e87f9e5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/highlight@2.3.1...@quenty/highlight@2.4.0-canary.303.e87f9e5.0) (2022-11-07)
6
+ # [2.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/highlight@2.3.1...@quenty/highlight@2.4.0) (2022-11-08)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Fix visiblity not transferring from animated highlight (and more specifically, the event binding between visibility and the spring) ([07ba419](https://github.com/Quenty/NevermoreEngine/commit/07ba41948bdefa6fec1d3ecd6fd185c256de6e5f))
11
+ * Fix visiblity not transferring from animated highlight (and more specifically, the event binding between visibility and the spring) ([692d4ec](https://github.com/Quenty/NevermoreEngine/commit/692d4ec5beabe1d518775102c82bf0ecabc34cda))
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/highlight",
3
- "version": "2.4.0-canary.303.e87f9e5.0",
3
+ "version": "2.4.0",
4
4
  "description": "Animated highlight system for the Roblox highlight object",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,21 +26,21 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/baseobject": "6.0.1",
30
- "@quenty/basicpane": "7.1.1",
31
- "@quenty/blend": "6.3.1",
32
- "@quenty/enumutils": "3.0.0",
33
- "@quenty/instanceutils": "7.1.1",
34
- "@quenty/loader": "6.0.1",
35
- "@quenty/maid": "2.4.0",
36
- "@quenty/math": "2.2.0",
37
- "@quenty/selectionutils": "2.1.1",
38
- "@quenty/signal": "2.3.0",
39
- "@quenty/table": "3.1.0",
40
- "@quenty/valueobject": "7.1.1"
29
+ "@quenty/baseobject": "^6.0.1",
30
+ "@quenty/basicpane": "^7.1.1",
31
+ "@quenty/blend": "^6.3.1",
32
+ "@quenty/enumutils": "^3.0.0",
33
+ "@quenty/instanceutils": "^7.1.1",
34
+ "@quenty/loader": "^6.0.1",
35
+ "@quenty/maid": "^2.4.0",
36
+ "@quenty/math": "^2.2.0",
37
+ "@quenty/selectionutils": "^2.1.1",
38
+ "@quenty/signal": "^2.3.0",
39
+ "@quenty/table": "^3.1.0",
40
+ "@quenty/valueobject": "^7.1.1"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "e87f9e5d380e78f29c5814ece49e2973eb966d0c"
45
+ "gitHead": "3432599d8ed7bf7f0436d7cd5495925543450117"
46
46
  }