Skip to content

Commit b4c1d48

Browse files
committed
build: the v0.0.9-beta.1 release
1 parent 64b6abf commit b4c1d48

File tree

8 files changed

+380
-8
lines changed

8 files changed

+380
-8
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public-hoist-pattern[] = *babel*
3030
public-hoist-pattern[] = core-js
3131
public-hoist-pattern[] = regenerator-runtime
3232
public-hoist-pattern[] = esbuild
33+
public-hoist-pattern[] = *conventional*
3334

3435
hoist-pattern[] = typescript
3536
hoist-pattern[] = @vue/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-superman",
3-
"version": "0.0.8",
3+
"version": "0.0.9-beta.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"description": "vue useful lib collection, use vue like a superman",

packages/doc-site/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 0.0.8 (2022-04-20)
2+
3+
## 0.0.8 (2022-04-20)
4+
5+
## 0.0.7 (2022-04-19)
6+
7+
## 0.0.6 (2022-04-19)
8+
9+
## 0.0.5 (2022-04-19)
10+
11+
### Features
12+
13+
- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
14+
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))
15+
16+
## 0.0.7 (2022-04-20)
17+
18+
## 0.0.7 (2022-04-19)
19+
20+
## 0.0.6 (2022-04-19)
21+
22+
## 0.0.5 (2022-04-19)
23+
24+
### Features
25+
26+
- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
27+
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))

packages/doc-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"@vuepress/theme-default": "^1.9.7",
1313
"vuepress": "^2.0.0-beta.39"
1414
},
15-
"version": "0.0.8"
15+
"version": "0.0.9-beta.1"
1616
}

packages/vue-xrender/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## 0.0.8 (2022-04-20)
2+
3+
## 0.0.8 (2022-04-20)
4+
5+
## 0.0.7 (2022-04-19)
6+
7+
## 0.0.6 (2022-04-19)
8+
9+
## 0.0.5 (2022-04-19)
10+
11+
### Bug Fixes
12+
13+
- fix vue-xrender vite build empty bug ([ce019c5](https://github.com/2214962083/vue-superman/commit/ce019c582e99dc88924dd046393283f90f63ba2b))
14+
15+
### Features
16+
17+
- add vue-xrender useJsx example ([e6d3a54](https://github.com/2214962083/vue-superman/commit/e6d3a54cdd55ddcddf21630737417f5906660477))
18+
- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
19+
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))
20+
21+
## 0.0.7 (2022-04-20)
22+
23+
## 0.0.7 (2022-04-19)
24+
25+
## 0.0.6 (2022-04-19)
26+
27+
## 0.0.5 (2022-04-19)
28+
29+
### Bug Fixes
30+
31+
- fix vue-xrender vite build empty bug ([ce019c5](https://github.com/2214962083/vue-superman/commit/ce019c582e99dc88924dd046393283f90f63ba2b))
32+
33+
### Features
34+
35+
- add vue-xrender useJsx example ([e6d3a54](https://github.com/2214962083/vue-superman/commit/e6d3a54cdd55ddcddf21630737417f5906660477))
36+
- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
37+
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))

packages/vue-xrender/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-xrender",
3-
"version": "0.0.8",
3+
"version": "0.0.9-beta.1",
44
"description": "use jsx in template or use template in jsx, do what you want in vue free render",
55
"keywords": [
66
"vue",
@@ -72,7 +72,6 @@
7272
"@vitejs/plugin-vue-jsx": "^1.3.10",
7373
"conventional-changelog-cli": "^2.2.2",
7474
"cross-env": "^7.0.3",
75-
"doc-site": "workspace:^0.0.7",
7675
"msw": "^0.39.2",
7776
"node-fetch": "^3.2.3",
7877
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)