Skip to content

Commit

Permalink
feat: add version indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed May 6, 2022
1 parent 879eb57 commit 9253a04
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 586 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.0.11

- fix: try to fix console error.
- feat: add a version indicator.
- infra: upgrade deps.

## v0.0.10

- fix: try to fix console error
Expand Down
5 changes: 3 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'

declare module 'vue' {
declare module '@vue/runtime-core' {
export interface GlobalComponents {
NAutoComplete: typeof import('naive-ui')['NAutoComplete']
NButton: typeof import('naive-ui')['NButton']
Expand All @@ -18,4 +19,4 @@ declare module 'vue' {
}
}

export { }
export {}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
"build": "vue-tsc --noEmit && vite build && cp LICENSE README.md icon.png package.json dist/"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"unplugin-auto-import": "^0.6.9",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.9.1",
"vite-plugin-logseq": "^1.1.1",
"vite-svg-loader": "^3.2.0",
"vue-tsc": "^0.33.9"
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-vue": "^2.3.2",
"autoprefixer": "^10.4.7",
"eslint": "^8.14.0",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.8",
"vite-plugin-logseq": "^1.1.2",
"vite-svg-loader": "^3.3.0",
"vue-tsc": "^0.34.11"
},
"dependencies": {
"@logseq/libs": "0.0.1-alpha.35",
"@logseq/libs": "0.0.6",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"date-fns-tz": "^1.3.4",
"fuzzy": "^0.1.3",
"hotkeys-js": "^3.8.7",
"naive-ui": "^2.27.0",
"pinia": "^2.0.13",
"vue": "^3.2.31"
"hotkeys-js": "^3.9.3",
"naive-ui": "^2.28.2",
"pinia": "^2.0.14",
"vue": "^3.2.33"
}
}
Loading

0 comments on commit 9253a04

Please sign in to comment.