@quenty/sprites 3.0.1-canary.213.a496318.0 → 3.0.2-canary.214.71808c7.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 +14 -3
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -3,13 +3,24 @@
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.0.1-canary.213.a496318.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sprites@3.0.0...@quenty/sprites@3.0.1-canary.213.a496318.0) (2021-09-15)
6
+ ## [3.0.2-canary.214.71808c7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sprites@3.0.1...@quenty/sprites@3.0.2-canary.214.71808c7.0) (2021-09-22)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Allow stories to be loaded into the actual package in question ([c072745](https://github.com/Quenty/NevermoreEngine/commit/c0727456853fb34ec57d59114ccd7df0227b2196))
12
- * Fix undeclare package dependencies that prevented loading in certain situations ([0a1d4ac](https://github.com/Quenty/NevermoreEngine/commit/0a1d4aca12f12667f83d35797115cde302d02142))
11
+ * Make sure sprites have all dependencies listed ([097d1d7](https://github.com/Quenty/NevermoreEngine/commit/097d1d78914dc4351c8dfa9adc8d4e41f828ffe6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/sprites@3.0.0...@quenty/sprites@3.0.1) (2021-09-18)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Allow stories to be loaded into the actual package in question ([941348a](https://github.com/Quenty/NevermoreEngine/commit/941348a6e59742adf4f3824403814679964ad87e))
23
+ * Fix undeclare package dependencies that prevented loading in certain situations ([a8be7e0](https://github.com/Quenty/NevermoreEngine/commit/a8be7e06a06506a71257862429934e2ed0f6f56b))
13
24
 
14
25
 
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/sprites",
3
- "version": "3.0.1-canary.213.a496318.0",
3
+ "version": "3.0.2-canary.214.71808c7.0",
4
4
  "description": "Spritesheet utility for Roblox including a built-in InputImageLibrary",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,15 +26,16 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/baseobject": "3.0.1-canary.213.a496318.0",
30
- "@quenty/loader": "3.0.1-canary.213.a496318.0",
31
- "@quenty/maid": "2.0.0"
29
+ "@quenty/baseobject": "3.0.1",
30
+ "@quenty/loader": "3.0.1",
31
+ "@quenty/maid": "2.0.0",
32
+ "@quenty/uiobjectutils": "2.0.0"
32
33
  },
33
34
  "devDependencies": {
34
- "@quenty/string": "2.0.0"
35
+ "@quenty/string": "2.0.1-canary.214.71808c7.0"
35
36
  },
36
37
  "publishConfig": {
37
38
  "access": "public"
38
39
  },
39
- "gitHead": "a49631867572f1b7c9e4ea3088125fb2960071a2"
40
+ "gitHead": "71808c7e3e701e63c4f24eba60e4e2eabc5e6476"
40
41
  }