create-rsbuild 0.1.9 → 0.2.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 +1 -106
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,108 +1,3 @@
1
1
  # create-rsbuild
2
2
 
3
- ## 0.1.9
4
-
5
- ## 0.1.8
6
-
7
- ## 0.1.7
8
-
9
- ## 0.1.6
10
-
11
- ## 0.1.5
12
-
13
- ## 0.1.4
14
-
15
- ### Patch Changes
16
-
17
- - 8d09c89: feat: support solid-js HMR
18
-
19
- ## 0.1.3
20
-
21
- ## 0.1.2
22
-
23
- ## 0.1.1
24
-
25
- ## 0.1.0
26
-
27
- ### Patch Changes
28
-
29
- - 1090e387: feat(create-rsbuild): bump typescript to v5.3.0
30
-
31
- ## 0.0.28
32
-
33
- ## 0.0.27
34
-
35
- ## 0.0.26
36
-
37
- ## 0.0.25
38
-
39
- ## 0.0.24
40
-
41
- ## 0.0.23
42
-
43
- ## 0.0.22
44
-
45
- ### Patch Changes
46
-
47
- - 73cac183: feat(create-rsbuild): add new lit template
48
- - 6c00e30: fix(create-rsbuild): missing tsconfig.json in vanilla template
49
- - 6c00e30: feat(create-rsbuild): improve next steps message
50
- - 82e7c249: fix(create-rsbuild): incorrect title in sample code
51
-
52
- ## 0.0.21
53
-
54
- ### Patch Changes
55
-
56
- - a782b44: feat(create-rsbuild): add new vanilla template
57
-
58
- ## 0.0.20
59
-
60
- ## 0.0.19
61
-
62
- ## 0.0.18
63
-
64
- ### Patch Changes
65
-
66
- - 6f1c4a1: feat: add builtin assets and CSS modules types
67
- - eed4dcb: feat(create-rsbuild): update all pages in templates
68
- - a4485ea: feat(create-rspack): add dev --open option by default
69
-
70
- ## 0.0.17
71
-
72
- ## 0.0.16
73
-
74
- ### Patch Changes
75
-
76
- - 9a52542: feat: add default meta configs and simplify the templates
77
-
78
- ## 0.0.15
79
-
80
- ## 0.0.14
81
-
82
- ## 0.0.13
83
-
84
- ## 0.0.12
85
-
86
- ### Patch Changes
87
-
88
- - 50c2711: feat(create-rsbuild): always use the latest version
89
-
90
- ## 0.0.11
91
-
92
- ### Patch Changes
93
-
94
- - 8a4cf1e: fix(create-rsbuild): incorrect preview command
95
- - db6b547: feat(create-rsbuild): templates depend on latest version of Rsbuild
96
-
97
- ## 0.0.10
98
-
99
- ### Patch Changes
100
-
101
- - 3d261af: fix(create-rsbuild): failed to publish tsconfig of templates
102
-
103
- ## 0.0.9
104
-
105
- ### Patch Changes
106
-
107
- - 0fbab50: fix(create-rsbuild): failed to resolve the templates
108
- - e6be3a5: fix(create-rspack): skip local files for debugging
3
+ ## 0.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "rslog": "^1.1.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/node": "^16",
29
+ "@types/node": "16.x",
30
30
  "typescript": "^5.3.0"
31
31
  },
32
32
  "publishConfig": {