Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 7a5d1a5

Browse files
committed
chore: move packages and update yarn workspaces
1 parent 20213e7 commit 7a5d1a5

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"workspaces": [
3+
"packages/@vuetify/*",
34
"packages/*"
45
],
56
"private": true,
67
"scripts": {
78
"lint": "lerna run lint -- --fix",
8-
"release": "lerna version --conventional-commits && lerna publish from-git"
9+
"release": "lerna version && lerna publish from-git"
910
},
1011
"husky": {
1112
"hooks": {

β€Žpackages/@vuetify/base/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/vuetifyjs/vue-cli-plugin-vuetify.git",
8-
"directory": "packages/@vuetify/preset-base"
8+
"directory": "packages/@vuetify/base"
99
},
1010
"author": "John Leider <john@vuetifyjs.com>",
1111
"license": "MIT",
File renamed without changes.
File renamed without changes.

β€Žpackages/cli-plugin-utils/README.mdβ€Ž renamed to β€Žpackages/@vuetify/cli-plugin-utils/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> This package provides shared utility helper functions for all plugin packages
44
5-
For more information on how to use these utilities, checkout the preset [Plugin development guide](https://dev.vuetifyjs.com/en/customization/presets#plugin-development-guide).
5+
For more information on how to use these utilities, checkout the preset [Plugin development guide](hhttps://vuetifyjs.com/en/customization/presets/#plugin-development-guide).

β€Žpackages/cli-plugin-utils/package.jsonβ€Ž renamed to β€Žpackages/@vuetify/cli-plugin-utils/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/vuetifyjs/vue-cli-plugins.git",
12-
"directory": "packages/cli-plugin-utils"
12+
"directory": "packages/@vuetify/cli-plugin-utils"
1313
},
1414
"scripts": {
1515
"lint": "eslint --ext .js,.vue ."

β€Žyarn.lockβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,13 @@
15751575
semver "^6.3.0"
15761576
tsutils "^3.17.1"
15771577

1578+
"@vuetify/cli-plugin-utils@^0.0.6":
1579+
version "0.0.6"
1580+
resolved "https://registry.yarnpkg.com/@vuetify/cli-plugin-utils/-/cli-plugin-utils-0.0.6.tgz#843b1f3124e0548f862070998bd2a0eee82b7298"
1581+
integrity sha512-g/gPeMsQoOIjiA3mmiWYIOu4wr5L6hcwAZRD6QrDFWot51YtTGJvqUIYMXO3EGmC6a744NSDVdoapPDgiDPakw==
1582+
dependencies:
1583+
semver "^7.1.2"
1584+
15781585
"@webassemblyjs/ast@1.9.0":
15791586
version "1.9.0"
15801587
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
Β (0)