@c15t/dev-tools 1.6.0 → 1.7.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 +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.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [aa16d03]
8
+ - c15t@1.7.0
9
+
10
+ ## 1.7.0-canary-20251012181938
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [0c80bed]
15
+ - Updated dependencies [a58909c]
16
+ - c15t@1.7.0-canary-20251012181938
17
+
3
18
  ## 1.6.0
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.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "A collection of developer tools and utilities for the c15t ecosystem, currently under active development.",
5
5
  "homepage": "https://c15t.com",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  "tsc-alias": "^1.8.15",
34
34
  "usehooks-ts": "^3.1.1",
35
35
  "zustand": "^5.0.3",
36
- "c15t": "1.6.0"
36
+ "c15t": "1.7.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "postcss": "^8.5.3",