Skip to content

Commit 765ad2c

Browse files
committed
Change package name and version
1 parent f07deba commit 765ad2c

File tree

3 files changed

+42
-13
lines changed

3 files changed

+42
-13
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [1.0.1](https://github.com/wusaby-rush/power-vue/compare/v0.4.1...v1.0.1) (2023-02-17)
2+
3+
4+
5+
# [1.0.0](https://github.com/wusaby-rush/power-vue/compare/v0.4.1...v1.0.0) (2023-02-17)
6+
7+
8+
9+
# [1.0.0](https://github.com/wusaby-rush/super-vue/compare/v0.4.1...v1.0.0) (2023-02-17)
10+
11+
12+
13+
# [1.0.0](https://github.com/wusaby-rush/super-vue/compare/v0.4.1...v1.0.0) (2023-02-17)
14+
15+
16+
17+
# [1.0.0](https://github.com/wusaby-rush/super-vue/compare/v0.4.1...v1.0.0) (2023-02-17)
18+
19+
20+
21+
# [1.0.0](https://github.com/wusaby-rush/super-vue/compare/v0.4.1...v1.0.0) (2023-02-17)
22+
23+
24+
25+
# [1.0.0](https://github.com/wusaby-rush/super-vue/compare/v0.4.1...v1.0.0) (2023-02-17)
26+
27+
28+
29+
## [0.4.2](https://github.com/wusaby-rush/super-vue/compare/v0.4.1...v0.4.2) (2023-02-17)
30+
31+
32+
133
## [0.4.1](https://github.com/vuejs/petite-vue/compare/v0.4.0...v0.4.1) (2022-01-18)
234

335
### Bug Fixes

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
{
2-
"name": "super-vue",
3-
"version": "0.4.2",
4-
"description": "5kb subset of Vue optimized for progressive enhancement",
5-
"files": [
6-
"dist"
7-
],
2+
"name": "power-vue",
3+
"version": "1.0.1",
4+
"description": "petite-vue fork with plugins support",
85
"main": "dist/petite-vue.umd.js",
96
"unpkg": "dist/petite-vue.iife.js",
107
"jsdelivr": "dist/petite-vue.iife.js",
118
"module": "./dist/petite-vue.es.js",
129
"exports": {
1310
".": {
14-
"import": "./dist/petite-vue.es.js",
15-
"require": "./dist/petite-vue.umd.js"
11+
"import": "./dist/power-vue.es.js",
12+
"require": "./dist/power-vue.umd.js"
1613
}
1714
},
1815
"types": "./dist/types/index.d.ts",
@@ -24,17 +21,17 @@
2421
},
2522
"repository": {
2623
"type": "git",
27-
"url": "git+https://github.com/wusaby-rush/super-vue.git"
24+
"url": "git+https://github.com/wusaby-rush/power-vue.git"
2825
},
2926
"keywords": [
3027
"vue"
3128
],
3229
"author": "Evan You",
3330
"license": "MIT",
3431
"bugs": {
35-
"url": "https://github.com/wusaby-rush/super-vue/discussions"
32+
"url": "https://github.com/wusaby-rush/power-vue/discussions"
3633
},
37-
"homepage": "https://github.com/wusaby-rush/super-vue#readme",
34+
"homepage": "https://github.com/wusaby-rush/power-vue#readme",
3835
"devDependencies": {
3936
"@vue/reactivity": "^3.2.27",
4037
"@vue/shared": "^3.2.27",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)