chore(release): publish

- @fesjs/plugin-access@2.0.6
 - @fesjs/plugin-qiankun@2.0.12
 - @fesjs/plugin-watermark@2.0.2
 - @fesjs/preset-built-in@2.0.24
 - @fesjs/fes@2.0.24
This commit is contained in:
wanchun 2022-04-20 14:12:24 +08:00
parent ae84ba3bae
commit 83d9a5bc3f
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-qiankun",
"version": "2.0.11",
"version": "2.0.12",
"description": "@fesjs/plugin-qiankun",
"main": "lib/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-watermark",
"version": "2.0.1",
"version": "2.0.2",
"description": "@fesjs/plugin-watermark",
"main": "lib/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/preset-built-in",
"version": "2.0.23",
"version": "2.0.24",
"description": "@fesjs/preset-built-in",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

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