@quenty/viewport 11.41.0 → 11.42.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
+ # [11.42.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/viewport@11.41.1...@quenty/viewport@11.42.0) (2026-06-03)
7
+
8
+ **Note:** Version bump only for package @quenty/viewport
9
+
10
+ ## [11.41.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/viewport@11.41.0...@quenty/viewport@11.41.1) (2026-05-30)
11
+
12
+ **Note:** Version bump only for package @quenty/viewport
13
+
6
14
  # [11.41.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/viewport@11.40.0...@quenty/viewport@11.41.0) (2026-05-29)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/viewport
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/viewport",
3
- "version": "11.41.0",
3
+ "version": "11.42.0",
4
4
  "description": "Rendering functionality for viewportFrames",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,24 +29,24 @@
29
29
  "dependencies": {
30
30
  "@quenty/adorneeutils": "3.3.5",
31
31
  "@quenty/baseobject": "10.13.0",
32
- "@quenty/basicpane": "13.31.0",
33
- "@quenty/blend": "12.36.0",
34
- "@quenty/camera": "14.40.0",
35
- "@quenty/geometryutils": "6.14.0",
36
- "@quenty/inputobjectutils": "4.30.0",
32
+ "@quenty/basicpane": "13.31.1",
33
+ "@quenty/blend": "12.36.1",
34
+ "@quenty/camera": "14.41.0",
35
+ "@quenty/geometryutils": "6.14.1",
36
+ "@quenty/inputobjectutils": "4.30.1",
37
37
  "@quenty/loader": "10.11.0",
38
38
  "@quenty/maid": "3.9.0",
39
39
  "@quenty/math": "2.7.5",
40
- "@quenty/rx": "13.28.2",
41
- "@quenty/signal": "7.13.0",
40
+ "@quenty/rx": "13.28.3",
41
+ "@quenty/signal": "7.13.1",
42
42
  "@quenty/spring": "10.12.0",
43
- "@quenty/valueobject": "13.31.0"
43
+ "@quenty/valueobject": "13.31.1"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
48
  "devDependencies": {
49
- "@quenty/insertserviceutils": "10.18.0"
49
+ "@quenty/insertserviceutils": "10.18.1"
50
50
  },
51
- "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
51
+ "gitHead": "75291c76133c2b87b71c620125800dd3d72b7fe1"
52
52
  }
@@ -136,7 +136,7 @@ function Viewport.SetControlsEnabled(self: Viewport, enabled: boolean)
136
136
  end
137
137
 
138
138
  --[=[
139
- Sets the field of view on the viewport.
139
+ Sets the transparency on the viewport.
140
140
 
141
141
  @param transparency number
142
142
  ]=]