chore(release): publish

- @fesjs/plugin-windicss@2.0.5
 - @fesjs/preset-built-in@2.0.11
 - @fesjs/fes@2.0.12
This commit is contained in:
joyzhan 2021-12-27 22:47:39 +08:00
parent 0402cdb18e
commit dc6acc69e0
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-windicss", "name": "@fesjs/plugin-windicss",
"version": "2.0.4", "version": "2.0.5",
"description": "@fesjs/plugin-windicss", "description": "@fesjs/plugin-windicss",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
@ -33,4 +33,4 @@
"dependencies": { "dependencies": {
"windicss-webpack-plugin": "^1.6.0" "windicss-webpack-plugin": "^1.6.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/preset-built-in", "name": "@fesjs/preset-built-in",
"version": "2.0.10", "version": "2.0.11",
"description": "@fesjs/preset-built-in", "description": "@fesjs/preset-built-in",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -75,4 +75,4 @@
"peerDependencies": { "peerDependencies": {
"@vue/compiler-sfc": "^3.0.5" "@vue/compiler-sfc": "^3.0.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/fes", "name": "@fesjs/fes",
"version": "2.0.11", "version": "2.0.12",
"description": "一个好用的前端管理台快速开发框架", "description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true, "preferGlobal": true,
"scripts": { "scripts": {
@ -39,7 +39,7 @@
], ],
"dependencies": { "dependencies": {
"@fesjs/compiler": "^2.0.3", "@fesjs/compiler": "^2.0.3",
"@fesjs/preset-built-in": "^2.0.10", "@fesjs/preset-built-in": "^2.0.11",
"@fesjs/runtime": "^2.0.2", "@fesjs/runtime": "^2.0.2",
"@fesjs/utils": "^2.0.3", "@fesjs/utils": "^2.0.3",
"resolve-cwd": "^3.0.0" "resolve-cwd": "^3.0.0"