@quenty/transparencyservice 3.1.0 → 3.2.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,25 @@
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
+ # [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/transparencyservice@3.1.1...@quenty/transparencyservice@3.2.0) (2021-11-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Support MacOS syncing ([#225](https://github.com/Quenty/NevermoreEngine/issues/225)) ([03f9183](https://github.com/Quenty/NevermoreEngine/commit/03f918392c6a5bdd33f8a17c38de371d1e06c67a))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/transparencyservice@3.1.0...@quenty/transparencyservice@3.1.1) (2021-10-30)
18
+
19
+ **Note:** Version bump only for package @quenty/transparencyservice
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/transparencyservice@3.0.1...@quenty/transparencyservice@3.1.0) (2021-10-02)
7
26
 
8
27
  **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": "3.1.0",
3
+ "version": "3.2.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": "^3.1.0",
28
+ "@quenty/loader": "^3.1.1",
29
29
  "@quenty/math": "^2.0.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "2cae4b40a33765f444e6f0b1f3d6e181489dfa57"
34
+ "gitHead": "87ab1435a59a05e7dd745db1dfcec26116d1d71d"
35
35
  }
@@ -2,6 +2,6 @@
2
2
  "name": "node_modules",
3
3
  "globIgnorePaths": [ "**/.package-lock.json" ],
4
4
  "tree": {
5
- "$path": { "optional": "..\\node_modules" }
5
+ "$path": { "optional": "../node_modules" }
6
6
  }
7
7
  }