Skip to content

Commit

Permalink
release: v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Aug 12, 2024
1 parent d24ddc8 commit 1acf123
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ declare global {
const toValue: typeof import('vue')['toValue']
const triggerRef: typeof import('vue')['triggerRef']
const unref: typeof import('vue')['unref']
const useAdmateAdapter: typeof import('~/useAdmateAdapter')['default']
const useAttrs: typeof import('vue')['useAttrs']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSlots: typeof import('vue')['useSlots']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "admate",
"PascalCasedName": "Admate",
"version": "0.10.2",
"version": "1.0.0-alpha.0",
"private": false,
"description": "Admin CRUD frontend meta framework for Vue 2.6/2.7/3, extremely concise without losing flexibility.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
build: {
lib: {
name,
entry: 'src/index.ts',
entry: 'src/index.js',
},
sourcemap: true,
rollupOptions: {
Expand Down

0 comments on commit 1acf123

Please sign in to comment.