Skip to content

Commit

Permalink
v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jan 12, 2025
1 parent ae0aed9 commit 2d64cd8
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 26 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.8.3](https://github.com/varletjs/varlet/compare/v3.8.2...v3.8.3) (2025-01-12)


### Features

* integrate configurajs/eslint and configurajs/prettier, migrate eslint to 9 and prettier to 3, deprecate cli lint command ([49c306c](https://github.com/varletjs/varlet/commit/49c306cc8c4be5940ad88bda892a24e3508feea0))


### BREAKING CHANGES

* Varlet CLI lint command is deprecated, please use eslint and prettier directly



## [3.8.2](https://github.com/varletjs/varlet/compare/v3.8.1...v3.8.2) (2025-01-02)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.8.2",
"version": "3.8.3",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -64,4 +64,4 @@
"tinyexec": "npm:tinyexec@^0.3.0"
}
}
}
}
Empty file modified packages/varlet-cli/lib/node/bin.js
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/cli",
"version": "3.8.2",
"version": "3.8.3",
"description": "cli of varlet",
"keywords": [
"cli",
Expand Down Expand Up @@ -95,4 +95,4 @@
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/icons",
"version": "3.8.2",
"version": "3.8.3",
"description": "Icons of varlet",
"keywords": [
"icons",
Expand Down Expand Up @@ -29,4 +29,4 @@
"devDependencies": {
"@varlet/cli": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-import-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/import-resolver",
"version": "3.8.2",
"version": "3.8.3",
"description": "varlet import resolver for unplugin-vue-components and unplugin-auto-import",
"keywords": [
"varlet",
Expand Down Expand Up @@ -47,4 +47,4 @@
"tsup": "7.2.0",
"typescript": "5.3.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-preset-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/preset-tailwindcss",
"version": "3.8.2",
"version": "3.8.3",
"description": "tailwindcss preset of varlet",
"keywords": [
"tailwindcss",
Expand Down Expand Up @@ -45,4 +45,4 @@
"peerDependencies": {
"tailwindcss": "^3.4.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-preset-unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/preset-unocss",
"version": "3.8.2",
"version": "3.8.3",
"description": "unocss preset of varlet",
"keywords": [
"unocss",
Expand Down Expand Up @@ -45,4 +45,4 @@
"peerDependencies": {
"unocss": "^0.58.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/shared",
"version": "3.8.2",
"version": "3.8.3",
"description": "shared utils of varlet",
"keywords": [
"shared",
Expand Down Expand Up @@ -44,4 +44,4 @@
"tsup": "7.2.0",
"typescript": "5.3.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-touch-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/touch-emulator",
"version": "3.8.2",
"version": "3.8.3",
"description": "touch-emulator",
"keywords": [
"emulator",
Expand Down Expand Up @@ -29,4 +29,4 @@
"devDependencies": {
"tsup": "7.2.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-ui-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui-playground",
"version": "3.8.2",
"version": "3.8.3",
"private": true,
"description": "varlet ui playground",
"keywords": [
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "5.3.3",
"vite": "5.1.8"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "3.8.2",
"version": "3.8.3",
"description": "A material like components library",
"keywords": [
"Vue3",
Expand Down Expand Up @@ -81,4 +81,4 @@
"vue": "^3.2.0"
},
"web-types": "highlight/web-types.en-US.json"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-use/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/use",
"version": "3.8.2",
"version": "3.8.3",
"description": "composable utils of varlet",
"keywords": [
"composable",
Expand Down Expand Up @@ -48,4 +48,4 @@
"peerDependencies": {
"vue": "^3.2.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-vite-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/vite-plugins",
"version": "3.8.2",
"version": "3.8.3",
"description": "vite plugins of varlet",
"keywords": [
"vite",
Expand Down Expand Up @@ -41,4 +41,4 @@
"typescript": "5.3.3",
"vite": "5.4.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "varlet-vscode-extension",
"displayName": "varlet-vscode-extension",
"version": "3.8.2",
"version": "3.8.3",
"private": true,
"description": "varlet extension for vscode",
"categories": [
Expand Down Expand Up @@ -104,4 +104,4 @@
"vscode": "^1.56.0"
},
"icon": "assets/icon.png"
}
}

0 comments on commit 2d64cd8

Please sign in to comment.