@quenty/softshutdown 9.47.0-canary.697.26191410126.0 → 9.48.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 +5 -6
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,16 +3,15 @@
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
- # [9.47.0-canary.697.26191410126.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/softshutdown@9.46.0...@quenty/softshutdown@9.47.0-canary.697.26191410126.0) (2026-05-20)
7
-
8
-
9
- ### Features
10
-
11
- * **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
6
+ # [9.48.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/softshutdown@9.47.0...@quenty/softshutdown@9.48.0) (2026-05-29)
12
7
 
8
+ **Note:** Version bump only for package @quenty/softshutdown
13
9
 
10
+ # [9.47.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/softshutdown@9.46.0...@quenty/softshutdown@9.47.0) (2026-05-20)
14
11
 
12
+ ### Features
15
13
 
14
+ - **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
16
15
 
17
16
  # [9.46.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/softshutdown@9.45.2...@quenty/softshutdown@9.46.0) (2026-05-18)
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/softshutdown",
3
- "version": "9.47.0-canary.697.26191410126.0",
3
+ "version": "9.48.0",
4
4
  "description": "This service lets you shut down servers without losing a bunch of players. When game.OnClose is called, the script teleports everyone in the server into a reserved server.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -32,14 +32,14 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@quenty/attributeutils": "14.29.2",
35
+ "@quenty/attributeutils": "14.30.0",
36
36
  "@quenty/baseobject": "10.13.0",
37
- "@quenty/basicpane": "13.30.2",
38
- "@quenty/bindtocloseservice": "8.31.0",
39
- "@quenty/blend": "12.35.0",
40
- "@quenty/clienttranslator": "14.36.0",
41
- "@quenty/coreguienabler": "12.32.2",
42
- "@quenty/datastore": "13.38.0",
37
+ "@quenty/basicpane": "13.31.0",
38
+ "@quenty/bindtocloseservice": "8.32.0",
39
+ "@quenty/blend": "12.36.0",
40
+ "@quenty/clienttranslator": "14.37.0",
41
+ "@quenty/coreguienabler": "12.33.0",
42
+ "@quenty/datastore": "13.39.0",
43
43
  "@quenty/loader": "10.11.0",
44
44
  "@quenty/maid": "3.9.0",
45
45
  "@quenty/math": "2.7.5",
@@ -47,10 +47,10 @@
47
47
  "@quenty/rx": "13.28.2",
48
48
  "@quenty/servicebag": "11.18.0",
49
49
  "@quenty/table": "3.9.2",
50
- "@quenty/teleportserviceutils": "9.30.2",
51
- "@quenty/uiobjectutils": "6.28.2",
52
- "@quenty/valuebaseutils": "13.29.2",
53
- "@quenty/valueobject": "13.30.2"
50
+ "@quenty/teleportserviceutils": "9.31.0",
51
+ "@quenty/uiobjectutils": "6.29.0",
52
+ "@quenty/valuebaseutils": "13.30.0",
53
+ "@quenty/valueobject": "13.31.0"
54
54
  },
55
- "gitHead": "c9c842433333fede662e0e36cde35e9a060ef7ca"
55
+ "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
56
56
  }