@c15t/dev-tools 1.2.1 → 1.2.2-canary-20250514203718

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @c15t/dev-tools
2
2
 
3
+ ## 1.2.2-canary-20250514203718
4
+
5
+ ### Patch Changes
6
+
7
+ - f24f11b: bump package
8
+ - Updated dependencies [f24f11b]
9
+ - c15t@1.2.2-canary-20250514203718
10
+
11
+ ## 1.2.2-canary-20250514183211
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [f64f000]
16
+ - c15t@1.2.2-canary-20250514183211
17
+
3
18
  ## 1.2.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/dev-tools",
3
- "version": "1.2.1",
3
+ "version": "1.2.2-canary-20250514203718",
4
4
  "license": "GPL-3.0-only",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -26,7 +26,7 @@
26
26
  "tsc-alias": "^1.8.15",
27
27
  "usehooks-ts": "^3.1.1",
28
28
  "zustand": "^5.0.3",
29
- "c15t": "1.2.1"
29
+ "c15t": "1.2.2-canary-20250514203718"
30
30
  },
31
31
  "devDependencies": {
32
32
  "postcss": "^8.5.3",