@c15t/dev-tools 1.3.0 → 1.3.1
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.
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @c15t/dev-tools
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7fecb81: refactor(nextjs): fetch inital data from backend in c15t mode instead of duplicate logic
|
|
8
|
+
fix: incorrect link to quickstart
|
|
9
|
+
fix(issue-274): include nextjs externals in rslib
|
|
10
|
+
fix(core): fall back to API call if initialData promise is empty
|
|
11
|
+
chore: add translation for zh
|
|
12
|
+
- Updated dependencies [7fecb81]
|
|
13
|
+
- c15t@1.3.1
|
|
14
|
+
|
|
15
|
+
## 1.3.1-canary-20250618084038
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [95edb35]
|
|
20
|
+
- c15t@1.3.1-canary-20250618084038
|
|
21
|
+
|
|
3
22
|
## 1.3.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/dev-tools",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
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.3.
|
|
29
|
+
"c15t": "1.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"postcss": "^8.5.3",
|