@quenty/snackbar 11.42.0 → 11.42.1

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,10 @@
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
+ ## [11.42.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/snackbar@11.42.0...@quenty/snackbar@11.42.1) (2026-05-30)
7
+
8
+ **Note:** Version bump only for package @quenty/snackbar
9
+
6
10
  # [11.42.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/snackbar@11.41.0...@quenty/snackbar@11.42.0) (2026-05-29)
7
11
 
8
12
  **Note:** Version bump only for package @quenty/snackbar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/snackbar",
3
- "version": "11.42.0",
3
+ "version": "11.42.1",
4
4
  "description": "Snackbars provide lightweight feedback on an operation at the base of the screen. They automatically disappear after a timeout or user interaction. There can only be one on the screen at a time.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,34 +29,34 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@quenty/baseobject": "10.13.0",
32
- "@quenty/basicpane": "13.31.0",
33
- "@quenty/blend": "12.36.0",
34
- "@quenty/buttondragmodel": "1.30.0",
35
- "@quenty/buttonhighlightmodel": "14.36.0",
32
+ "@quenty/basicpane": "13.31.1",
33
+ "@quenty/blend": "12.36.1",
34
+ "@quenty/buttondragmodel": "1.30.1",
35
+ "@quenty/buttonhighlightmodel": "14.36.1",
36
36
  "@quenty/ducktype": "5.11.0",
37
- "@quenty/genericscreenguiprovider": "13.39.0",
38
- "@quenty/inputobjectutils": "4.30.0",
39
- "@quenty/lipsum": "14.36.0",
37
+ "@quenty/genericscreenguiprovider": "13.39.1",
38
+ "@quenty/inputobjectutils": "4.30.1",
39
+ "@quenty/lipsum": "14.36.1",
40
40
  "@quenty/loader": "10.11.0",
41
41
  "@quenty/maid": "3.9.0",
42
42
  "@quenty/math": "2.7.5",
43
43
  "@quenty/nevermore-test-runner": "1.4.0",
44
- "@quenty/promise": "10.18.0",
45
- "@quenty/promisemaid": "5.18.0",
46
- "@quenty/promptqueue": "1.37.0",
44
+ "@quenty/promise": "10.18.1",
45
+ "@quenty/promisemaid": "5.18.1",
46
+ "@quenty/promptqueue": "1.37.1",
47
47
  "@quenty/qgui": "2.4.4",
48
- "@quenty/rx": "13.28.2",
49
- "@quenty/servicebag": "11.18.0",
48
+ "@quenty/rx": "13.28.3",
49
+ "@quenty/servicebag": "11.18.1",
50
50
  "@quenty/table": "3.9.2",
51
- "@quenty/textserviceutils": "13.36.0",
52
- "@quenty/transitionmodel": "7.38.0",
51
+ "@quenty/textserviceutils": "13.36.1",
52
+ "@quenty/transitionmodel": "7.38.1",
53
53
  "@quenty/utf8": "2.3.5",
54
- "@quenty/valueobject": "13.31.0",
54
+ "@quenty/valueobject": "13.31.1",
55
55
  "@quentystudios/jest-lua": "3.10.0-quenty.2",
56
56
  "@quentystudios/t": "^3.0.0"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
61
+ "gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
62
62
  }
@@ -85,7 +85,7 @@ end
85
85
  --[=[
86
86
  Hides the current snackbar shown in the queue
87
87
 
88
- @param doNotAnimate boolean
88
+ @param doNotAnimate boolean?
89
89
  ]=]
90
90
  function SnackbarServiceClient:HideCurrent(doNotAnimate: boolean?)
91
91
  return self._queue:HideCurrent(doNotAnimate)
@@ -94,7 +94,7 @@ end
94
94
  --[=[
95
95
  Completely clears the queue
96
96
 
97
- @param doNotAnimate boolean
97
+ @param doNotAnimate boolean?
98
98
  ]=]
99
99
  function SnackbarServiceClient:ClearQueue(doNotAnimate: boolean?)
100
100
  self._queue:Clear(doNotAnimate)