@quenty/transparencyservice 7.0.1 → 7.1.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 +8 -0
  2. package/package.json +3 -3
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
+ # [7.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/transparencyservice@7.0.1...@quenty/transparencyservice@7.1.0) (2023-02-21)
7
+
8
+ **Note:** Version bump only for package @quenty/transparencyservice
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/transparencyservice@7.0.0...@quenty/transparencyservice@7.0.1) (2022-11-04)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/transparencyservice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/transparencyservice",
3
- "version": "7.0.1",
3
+ "version": "7.1.0",
4
4
  "description": "Service that orchistrates transparency setting from multiple colliding sources and handle the transparency appropriately. This means that 2 systems can work with transparency without knowing about each other.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,11 +25,11 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^6.0.1",
28
+ "@quenty/loader": "^6.1.0",
29
29
  "@quenty/math": "^2.2.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "8b9877c26a3fc753409a5114e56717837291279d"
34
+ "gitHead": "e084b0cc097ddbcb7c782b8ecbd9c2d619c49354"
35
35
  }