This repository was archived by the owner on Aug 28, 2024. It is now read-only.
File tree 33 files changed +223
-18
lines changed
33 files changed +223
-18
lines changed Original file line number Diff line number Diff line change 4
4
"commit" : false ,
5
5
"linked" : [],
6
6
"access" : " restricted" ,
7
- "baseBranch" : " next " ,
7
+ "baseBranch" : " master " ,
8
8
"updateInternalDependencies" : " patch" ,
9
9
"ignore" : []
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apps/admin" ,
3
- "version" : " 3.0.0-beta.1 " ,
3
+ "version" : " 3.0.0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vbenjs/vue-vben-admin.git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @config/vite" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"private" : true ,
5
5
"main" : " dist/index.cjs" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change
1
+ # @vben/components
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/constants @1.0.1
10
+ - @vben/locale @1.0.1
11
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/components" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@iconify/iconify" : " ^3.1.1" ,
12
15
"@vben/constants" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/constants
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/constants" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf pnpm rimraf dist && pnpm rimraf .turbo"
9
+ },
10
+ "publishConfig" : {
11
+ "access" : " public"
9
12
}
10
13
}
Original file line number Diff line number Diff line change
1
+ # @vben/demo
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/vbencomponents @1.0.1
10
+ - @vben/request @1.0.1
11
+ - @vben/hooks @1.0.1
12
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/demo" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " " ,
5
5
"main" : " index.ts" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
+ "publishConfig" : {
10
+ "access" : " public"
11
+ },
9
12
"keywords" : [],
10
13
"author" : " " ,
11
14
"license" : " ISC" ,
Original file line number Diff line number Diff line change
1
+ # @vben/directives
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/directives" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"types" : " index.d.js" ,
10
10
"scripts" : {
11
11
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
12
12
},
13
+ "publishConfig" : {
14
+ "access" : " public"
15
+ },
13
16
"dependencies" : {
14
17
"@vben/utils" : " workspace:*" ,
15
18
"vue" : " 3.3.6"
Original file line number Diff line number Diff line change
1
+ # @vben/grid-layouts
2
+
3
+ ## 3.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @vben/vbencomponents @1.0.1
9
+ - @vben/directives @1.0.1
10
+ - @vben/constants @1.0.1
11
+ - @vben/locale @1.0.1
12
+ - @vben/router @1.0.1
13
+ - @vben/stores @1.0.1
14
+ - @vben/hooks @1.0.1
15
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/grid-layouts" ,
3
- "version" : " 3.0.0-beta.1 " ,
3
+ "version" : " 3.0.0" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change
1
+ # @vben/hooks
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/constants @1.0.1
10
+ - @vben/locale @1.0.1
11
+ - @vben/stores @1.0.1
12
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/hooks" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/constants" : " workspace:*" ,
12
15
"@vben/locale" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/layouts
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/vbencomponents @1.0.1
10
+ - @vben/directives @1.0.1
11
+ - @vben/constants @1.0.1
12
+ - @vben/locale @1.0.1
13
+ - @vben/router @1.0.1
14
+ - @vben/stores @1.0.1
15
+ - @vben/hooks @1.0.1
16
+ - @vben/types @1.0.1
17
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/layouts" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/constants" : " workspace:*" ,
12
15
"@vben/directives" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/locale
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/constants @1.0.1
10
+ - @vben/types @1.0.1
11
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/locale" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/constants" : " workspace:*" ,
12
15
"@vben/types" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/request
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/locale @1.0.1
10
+ - @vben/types @1.0.1
11
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/request" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/locale" : " workspace:*" ,
12
15
"@vben/types" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/router
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/components @1.0.1
10
+ - @vben/constants @1.0.1
11
+ - @vben/locale @1.0.1
12
+ - @vben/stores @1.0.1
13
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/router" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/constants" : " workspace:*" ,
12
15
"@vben/components" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/stores
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/constants @1.0.1
10
+ - @vben/locale @1.0.1
11
+ - @vben/utils @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/stores" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/constants" : " workspace:*" ,
12
15
"@vben/locale" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ # @vben/styles
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/styles" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
7
+ },
8
+ "publishConfig" : {
9
+ "access" : " public"
7
10
}
8
11
}
Original file line number Diff line number Diff line change
1
+ # @vben/types
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
8
+ - Updated dependencies
9
+ - @vben/constants @1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vben/types" ,
3
- "version" : " 3.0.0-beta .1" ,
3
+ "version" : " 1.0 .1" ,
4
4
"main" : " index.ts" ,
5
5
"module" : " index.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"clean" : " pnpm rimraf node_modules && pnpm rimraf dist && pnpm rimraf .turbo"
9
9
},
10
+ "publishConfig" : {
11
+ "access" : " public"
12
+ },
10
13
"dependencies" : {
11
14
"@vben/constants" : " workspace:*" ,
12
15
"pinia" : " 2.1.7" ,
Original file line number Diff line number Diff line change
1
+ # @vben/utils
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - publish 1.0.0
You can’t perform that action at this time.
0 commit comments