Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Jul 13, 2023
1 parent 892a36a commit 22da865
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Package
on:
push:
branches:
- dev
- main

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app.use(VueVirtualWaterfall)

## 性能

- [链接](https://pagespeed.web.dev/analysis/https-waterfall-uvu-pub/mfjk2i0nxd?form_factor=desktop)
- [链接](https://pagespeed.web.dev/analysis/https-waterfall-uvu-pub/pfifhaxdaa?form_factor=desktop)


## 参考
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lhlyu/vue-virtual-waterfall",
"description": "vue3 virtual waterfall component",
"version": "0.0.4-beta.0",
"version": "0.0.4",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,14 +41,14 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"postcss": "^8.4.25",
"prettier": "^3.0.0",
"prettier-plugin-rational-order": "^1.0.3",
"sass": "^1.63.6",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-css-injected-by-js": "^3.1.2",
"vite-plugin-dts": "^3.0.0",
"vue-tsc": "^1.8.3"
"vite": "^4.4.3",
"vite-plugin-css-injected-by-js": "^3.2.0",
"vite-plugin-dts": "^3.2.0",
"vue-tsc": "^1.8.4"
}
}

0 comments on commit 22da865

Please sign in to comment.