chore(release): publish

- @fesjs/plugin-icon@2.0.6
 - @fesjs/plugin-windicss@2.0.4
 - @fesjs/preset-built-in@2.0.8
 - @fesjs/fes@2.0.9
This commit is contained in:
winixt 2021-12-15 20:02:22 +08:00
parent c6dae183cb
commit 3f32354c2b
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-icon", "name": "@fesjs/plugin-icon",
"version": "2.0.5", "version": "2.0.6",
"description": "@fesjs/plugin-icon", "description": "@fesjs/plugin-icon",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/plugin-windicss", "name": "@fesjs/plugin-windicss",
"version": "2.0.3", "version": "2.0.4",
"description": "@fesjs/plugin-windicss", "description": "@fesjs/plugin-windicss",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
@ -34,4 +34,4 @@
"qs": "^6.10.2", "qs": "^6.10.2",
"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.7", "version": "2.0.8",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@fesjs/fes", "name": "@fesjs/fes",
"version": "2.0.8", "version": "2.0.9",
"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.7", "@fesjs/preset-built-in": "^2.0.8",
"@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"