Skip to content

Commit 9ea21fb

Browse files
committed
build: the v0.1.1 release
1 parent 47b057e commit 9ea21fb

File tree

5 files changed

+56
-3
lines changed

5 files changed

+56
-3
lines changed

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.9",
3+
"version": "0.1.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.0.9 (2022-04-21)
2+
3+
## 0.0.9 (2022-04-21)
4+
5+
## 0.0.9-beta.1 (2022-04-20)
6+
7+
## 0.0.8 (2022-04-20)
8+
9+
## 0.0.7 (2022-04-19)
10+
11+
## 0.0.6 (2022-04-19)
12+
13+
## 0.0.5 (2022-04-19)
14+
15+
### Features
16+
17+
- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
18+
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))
19+
120
## 0.0.9-beta.1 (2022-04-21)
221

322
## 0.0.9-beta.1 (2022-04-20)

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.9"
15+
"version": "0.1.1"
1616
}

packages/vue-xrender/CHANGELOG.md

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

337
# 0.1.0 (2022-04-21)

packages/vue-xrender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-xrender",
3-
"version": "0.0.9",
3+
"version": "0.1.1",
44
"description": "use jsx in template or use template in jsx, do what you want in vue free render",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)