@quenty/buttonhighlightmodel 3.1.1 → 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/buttonhighlightmodel@3.1.2...@quenty/buttonhighlightmodel@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.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/buttonhighlightmodel@3.1.1...@quenty/buttonhighlightmodel@3.1.2) (2021-10-30)
18
+
19
+ **Note:** Version bump only for package @quenty/buttonhighlightmodel
20
+
21
+
22
+
23
+
24
+
6
25
  ## [3.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/buttonhighlightmodel@3.1.0...@quenty/buttonhighlightmodel@3.1.1) (2021-10-06)
7
26
 
8
27
  **Note:** Version bump only for package @quenty/buttonhighlightmodel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/buttonhighlightmodel",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "description": "Contains model information for the current button",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,13 +27,13 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@quenty/acceltween": "^2.0.0",
30
- "@quenty/baseobject": "^3.1.1",
31
- "@quenty/loader": "^3.1.0",
30
+ "@quenty/baseobject": "^3.2.0",
31
+ "@quenty/loader": "^3.1.1",
32
32
  "@quenty/maid": "^2.0.1",
33
33
  "@quenty/steputils": "^3.0.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "8d5773447b4fd5d07e1714d2cc2421771a260d32"
38
+ "gitHead": "87ab1435a59a05e7dd745db1dfcec26116d1d71d"
39
39
  }
@@ -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
  }