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",
"version": "2.0.4",
"version": "2.0.5",
"description": "@fesjs/plugin-windicss",
"main": "lib/index.js",
"files": [
@ -33,4 +33,4 @@
"dependencies": {
"windicss-webpack-plugin": "^1.6.0"
}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/fes",
"version": "2.0.11",
"version": "2.0.12",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
@ -39,7 +39,7 @@
],
"dependencies": {
"@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/utils": "^2.0.3",
"resolve-cwd": "^3.0.0"