@quenty/counter 1.0.1-canary.417.052e8ba.0 → 2.0.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 +23 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.0.0 (2023-10-11)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -14,3 +14,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
14
  ### Features
15
15
 
16
16
  * Add Counter package ([0bb0d7c](https://github.com/Quenty/NevermoreEngine/commit/0bb0d7c891e46d588f4a4b180aa2ee2f9eed987c))
17
+
18
+
19
+
20
+
21
+
22
+ # v2.0.0 (Wed Oct 11 2023)
23
+
24
+ #### 💥 Breaking Change
25
+
26
+ - Users/quenty/improvements [#417](https://github.com/Quenty/NevermoreEngine/pull/417) ([@Quenty](https://github.com/Quenty))
27
+
28
+ #### 🚀 Enhancement
29
+
30
+ - feat: Add Counter package ([@Quenty](https://github.com/Quenty))
31
+
32
+ #### 🐛 Bug Fix
33
+
34
+ - fix: Add cleanup ([@Quenty](https://github.com/Quenty))
35
+
36
+ #### Authors: 1
37
+
38
+ - 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.0.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",
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"
28
+ "@quenty/loader": "^7.0.0",
29
+ "@quenty/maid": "^2.6.0",
30
+ "@quenty/rx": "^8.0.0",
31
+ "@quenty/valueobject": "^8.0.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "052e8ba33437f71398c4c08c8dbcbf076022d388"
36
+ "gitHead": "fdeae46099587019ec5fc15317dc673aed379400"
37
37
  }