@quenty/undostack 1.1.0-canary.d601d03.0 → 1.1.1-canary.308.7301613.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 +24 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,9 +3,32 @@
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.1.0-canary.d601d03.0 (2022-11-12)
6
+ ## [1.1.1-canary.308.7301613.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/undostack@1.1.0...@quenty/undostack@1.1.1-canary.308.7301613.0) (2022-11-19)
7
+
8
+ **Note:** Version bump only for package @quenty/undostack
9
+
10
+
11
+
12
+
13
+
14
+ # 1.1.0 (2022-11-08)
7
15
 
8
16
 
9
17
  ### Features
10
18
 
11
19
  * Add baseline undo stack system ([ddda496](https://github.com/Quenty/NevermoreEngine/commit/ddda496b12e0f492258e7a83e65d291f3cae337c))
20
+
21
+
22
+
23
+
24
+
25
+ # v1.1.0 (Tue Nov 08 2022)
26
+
27
+ #### 🚀 Enhancement
28
+
29
+ - Users/quenty/visibility fix [#303](https://github.com/Quenty/NevermoreEngine/pull/303) ([@Quenty](https://github.com/Quenty))
30
+ - feat: Add baseline undo stack system ([@Quenty](https://github.com/Quenty))
31
+
32
+ #### Authors: 1
33
+
34
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/undostack",
3
- "version": "1.1.0-canary.d601d03.0",
3
+ "version": "1.1.1-canary.308.7301613.0",
4
4
  "description": "Generalized undo stack for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,12 +26,12 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@quenty/baseobject": "6.0.1",
29
- "@quenty/instanceutils": "7.1.1",
29
+ "@quenty/instanceutils": "7.1.2-canary.308.7301613.0",
30
30
  "@quenty/loader": "6.0.1",
31
31
  "@quenty/promise": "6.0.1"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "d601d0346a3aa2d3cf2b3e0ed54d0dbc062b9a87"
36
+ "gitHead": "7301613f5a5f8a7aedd0ec2ca8e3409e3c39451b"
37
37
  }