Skip to content

Commit b02f22b

Browse files
committed
chore: prepare to publish, rollback to version 0.0.1
1 parent b3b4d24 commit b02f22b

5 files changed

Lines changed: 42 additions & 5 deletions

File tree

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
words:
2+
- Ayaka
23
- bumpp
34
- changelogithub
45
- defu
56
- frommd
7+
- Neko
68
- nolyfill
79
- ofetch
810
- pkgroll

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
{
22
"name": "@velin-dev/root",
33
"type": "module",
4-
"version": "1.3.0",
4+
"version": "0.0.1",
55
"packageManager": "pnpm@10.10.0",
66
"description": "Develop prompts with Vue SFC or Markdown like pro.",
77
"author": {
88
"name": "RainbowBird",
99
"email": "rbxin2003@outlook.com",
1010
"url": "https://github.com/luoling8192"
1111
},
12+
"contributors": [
13+
{
14+
"name": "Neko Ayaka",
15+
"email": "neko@ayaka.moe",
16+
"url": "https://github.com/nekomeowww"
17+
}
18+
],
1219
"license": "MIT",
20+
"homepage": "https://github.com/luoling8192/velin",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/luoling8192/velin.git"
24+
},
25+
"bugs": "https://github.com/luoling8192/velin/issues",
1326
"scripts": {
1427
"dev": "pnpm -rF=\"./packages/*\" -F=\"./examples/*\" run --parallel dev",
1528
"build": "pnpm -rF=\"./packages/*\" -F=\"./examples/*\" run build",

packages/core/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "@velin-dev/core",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.1",
55
"description": "Develop prompts with Vue SFC or Markdown like pro.",
66
"author": {
77
"name": "RainbowBird",
88
"email": "rbxin2003@outlook.com",
99
"url": "https://github.com/luoling8192"
1010
},
11+
"contributors": [
12+
{
13+
"name": "Neko Ayaka",
14+
"email": "neko@ayaka.moe",
15+
"url": "https://github.com/nekomeowww"
16+
}
17+
],
1118
"license": "MIT",
1219
"homepage": "https://github.com/luoling8192/velin",
1320
"repository": {

packages/utils/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
{
22
"name": "@velin-dev/utils",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.1",
55
"description": "Develop prompts with Vue SFC or Markdown like pro.",
66
"author": {
77
"name": "RainbowBird",
88
"email": "rbxin2003@outlook.com",
99
"url": "https://github.com/luoling8192"
1010
},
11+
"contributors": [
12+
{
13+
"name": "Neko Ayaka",
14+
"email": "neko@ayaka.moe",
15+
"url": "https://github.com/nekomeowww"
16+
}
17+
],
1118
"license": "MIT",
1219
"homepage": "https://github.com/luoling8192/velin",
1320
"repository": {
1421
"type": "git",
1522
"url": "git+https://github.com/luoling8192/velin.git",
16-
"directory": "packages/core"
23+
"directory": "packages/utils"
1724
},
1825
"bugs": "https://github.com/luoling8192/velin/issues",
1926
"exports": {

packages/vue/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "@velin-dev/vue",
33
"type": "module",
4-
"private": true,
4+
"version": "0.0.1",
5+
"description": "Develop prompts with Vue SFC or Markdown like pro.",
56
"author": {
67
"name": "RainbowBird",
78
"email": "rbxin2003@outlook.com",
89
"url": "https://github.com/luoling8192"
910
},
11+
"contributors": [
12+
{
13+
"name": "Neko Ayaka",
14+
"email": "neko@ayaka.moe",
15+
"url": "https://github.com/nekomeowww"
16+
}
17+
],
1018
"license": "MIT",
1119
"homepage": "https://github.com/luoling8192/velin",
1220
"repository": {

0 commit comments

Comments
 (0)