@quenty/counter 1.0.1-canary.417.052e8ba.0 → 2.1.0-canary.425.013f24c.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 +31 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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.0.1-canary.417.052e8ba.0 (2023-10-11)
6
+ # [2.1.0-canary.425.013f24c.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/counter@2.0.0...@quenty/counter@2.1.0-canary.425.013f24c.0) (2023-10-17)
7
+
8
+ **Note:** Version bump only for package @quenty/counter
9
+
10
+
11
+
12
+
13
+
14
+ # 2.0.0 (2023-10-11)
7
15
 
8
16
 
9
17
  ### Bug Fixes
@@ -14,3 +22,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
22
  ### Features
15
23
 
16
24
  * Add Counter package ([0bb0d7c](https://github.com/Quenty/NevermoreEngine/commit/0bb0d7c891e46d588f4a4b180aa2ee2f9eed987c))
25
+
26
+
27
+
28
+
29
+
30
+ # v2.0.0 (Wed Oct 11 2023)
31
+
32
+ #### 💥 Breaking Change
33
+
34
+ - Users/quenty/improvements [#417](https://github.com/Quenty/NevermoreEngine/pull/417) ([@Quenty](https://github.com/Quenty))
35
+
36
+ #### 🚀 Enhancement
37
+
38
+ - feat: Add Counter package ([@Quenty](https://github.com/Quenty))
39
+
40
+ #### 🐛 Bug Fix
41
+
42
+ - fix: Add cleanup ([@Quenty](https://github.com/Quenty))
43
+
44
+ #### Authors: 1
45
+
46
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/counter",
3
- "version": "1.0.1-canary.417.052e8ba.0",
3
+ "version": "2.1.0-canary.425.013f24c.0",
4
4
  "description": "Helps count a total value",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,13 +25,13 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "6.3.1-canary.417.052e8ba.0",
28
+ "@quenty/loader": "7.0.0",
29
29
  "@quenty/maid": "2.6.0",
30
- "@quenty/rx": "7.16.1-canary.417.052e8ba.0",
31
- "@quenty/valueobject": "7.24.1-canary.417.052e8ba.0"
30
+ "@quenty/rx": "8.1.0-canary.425.013f24c.0",
31
+ "@quenty/valueobject": "8.1.0-canary.425.013f24c.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "052e8ba33437f71398c4c08c8dbcbf076022d388"
36
+ "gitHead": "013f24ca72e27e2f3f6b3fe8a1cbd667d81f429a"
37
37
  }