@quenty/undostack 1.5.0 → 1.6.1-canary.e446bc5.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,22 @@
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
+ ## [1.6.1-canary.e446bc5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/undostack@1.6.0...@quenty/undostack@1.6.1-canary.e446bc5.0) (2023-02-26)
7
+
8
+ **Note:** Version bump only for package @quenty/undostack
9
+
10
+
11
+
12
+
13
+
14
+ # [1.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/undostack@1.5.0...@quenty/undostack@1.6.0) (2023-02-21)
15
+
16
+ **Note:** Version bump only for package @quenty/undostack
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/undostack@1.4.0...@quenty/undostack@1.5.0) (2023-01-11)
7
23
 
8
24
  **Note:** Version bump only for package @quenty/undostack
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  Undo stack functionality for editing stuff
15
15
 
16
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/undostack">View docs →</a></div>
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/UndoStack">View docs →</a></div>
17
17
 
18
18
  ## Installation
19
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/undostack",
3
- "version": "1.5.0",
3
+ "version": "1.6.1-canary.e446bc5.0",
4
4
  "description": "Generalized undo stack for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,13 +25,13 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/baseobject": "^6.0.1",
29
- "@quenty/instanceutils": "^7.5.0",
30
- "@quenty/loader": "^6.0.1",
31
- "@quenty/promise": "^6.0.1"
28
+ "@quenty/baseobject": "6.1.0",
29
+ "@quenty/instanceutils": "7.6.1-canary.e446bc5.0",
30
+ "@quenty/loader": "6.1.0",
31
+ "@quenty/promise": "6.1.1-canary.e446bc5.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "db2db00ab4e24a3eab0449b77a00bee6d91f2755"
36
+ "gitHead": "e446bc5836cab9dcdf7e2086b63bb72055a91d14"
37
37
  }