@quenty/viewport 5.11.0 → 5.12.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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +2 -2
  3. package/package.json +12 -12
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
+ # [5.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/viewport@5.11.0...@quenty/viewport@5.12.0) (2023-02-21)
7
+
8
+ **Note:** Version bump only for package @quenty/viewport
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/viewport@5.10.0...@quenty/viewport@5.11.0) (2023-01-11)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/viewport
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  Rendering functionality for viewportFrames
15
15
 
16
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/viewport">View docs →</a></div>
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/Viewport">View docs →</a></div>
17
17
 
18
18
  ## Installation
19
19
  ```
20
20
  npm install @quenty/viewport --save
21
- ```
21
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/viewport",
3
- "version": "5.11.0",
3
+ "version": "5.12.0",
4
4
  "description": "Rendering functionality for viewportFrames",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,25 +25,25 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@quenty/adorneeutils": "^3.0.0",
28
- "@quenty/baseobject": "^6.0.1",
29
- "@quenty/basicpane": "^7.4.0",
30
- "@quenty/blend": "^6.7.0",
31
- "@quenty/camera": "^9.6.0",
32
- "@quenty/geometryutils": "^2.3.0",
28
+ "@quenty/baseobject": "^6.1.0",
29
+ "@quenty/basicpane": "^7.5.0",
30
+ "@quenty/blend": "^6.8.0",
31
+ "@quenty/camera": "^9.7.0",
32
+ "@quenty/geometryutils": "^2.4.0",
33
33
  "@quenty/inputobjectutils": "^4.0.0",
34
- "@quenty/loader": "^6.0.1",
34
+ "@quenty/loader": "^6.1.0",
35
35
  "@quenty/maid": "^2.4.0",
36
36
  "@quenty/math": "^2.2.0",
37
- "@quenty/rx": "^7.4.0",
37
+ "@quenty/rx": "^7.5.0",
38
38
  "@quenty/signal": "^2.3.0",
39
- "@quenty/spring": "^6.0.1",
40
- "@quenty/valueobject": "^7.4.0"
39
+ "@quenty/spring": "^6.1.0",
40
+ "@quenty/valueobject": "^7.5.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
45
  "devDependencies": {
46
- "@quenty/insertserviceutils": "^6.0.1"
46
+ "@quenty/insertserviceutils": "^6.1.0"
47
47
  },
48
- "gitHead": "db2db00ab4e24a3eab0449b77a00bee6d91f2755"
48
+ "gitHead": "e084b0cc097ddbcb7c782b8ecbd9c2d619c49354"
49
49
  }