Skip to content

Commit

Permalink
chore: v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Aug 15, 2024
1 parent d2909d4 commit e5b42a0
Show file tree
Hide file tree
Showing 21 changed files with 455 additions and 446 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.1.13](https://github.com/WeBankFinTech/fes.js/compare/v3.1.12...v3.1.13) (2024-8-15)


### Bug Fixes

* 修复 vuex 插件没有 store 目录报错问题 ([#245](https://github.com/WeBankFinTech/fes.js/issues/245)) ([5f305e5](https://github.com/WeBankFinTech/fes.js/commit/5f305e53ae8e23fc2fb385184986460f32636d89))



## [3.1.12](https://github.com/WeBankFinTech/fes.js/compare/v3.1.11...v3.1.12) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fes.js",
"type": "module",
"version": "3.1.12",
"version": "3.1.13",
"private": true,
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
Expand Down
74 changes: 37 additions & 37 deletions packages/create-fes-app/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "@fesjs/create-fes-app",
"version": "3.0.2",
"description": "create a app base on fes.js",
"main": "lib/index.js",
"files": [
"lib",
"bin",
"templates/**/*"
],
"bin": {
"create-fes-app": "bin/create-fes-app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/create-fes-app"
},
"keywords": [
"fes"
],
"sideEffects": false,
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.1",
"fs-extra": "^11.1.1",
"inquirer": "^7.3.3",
"readline": "^1.3.0",
"validate-npm-package-name": "^3.0.0"
}
"name": "@fesjs/create-fes-app",
"version": "3.0.3",
"description": "create a app base on fes.js",
"main": "lib/index.js",
"files": [
"lib",
"bin",
"templates/**/*"
],
"bin": {
"create-fes-app": "bin/create-fes-app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/create-fes-app"
},
"keywords": [
"fes"
],
"sideEffects": false,
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.2",
"fs-extra": "^11.1.1",
"inquirer": "^7.3.3",
"readline": "^1.3.0",
"validate-npm-package-name": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/fes-builder-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/builder-vite",
"version": "4.0.2",
"version": "4.0.3",
"description": "@fesjs/builder-vite",
"author": "qlin",
"license": "MIT",
Expand All @@ -25,12 +25,12 @@
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.8",
"@fesjs/fes": "^3.1.11",
"core-js": "^3.29.1"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@fesjs/utils": "^3.0.1",
"@fesjs/utils": "^3.0.2",
"@rollup/pluginutils": "^5.1.0",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-legacy": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/fes-builder-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/builder-webpack",
"version": "3.0.12",
"version": "3.0.13",
"description": "@fesjs/builder-webpack",
"author": "qlin",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.10",
"@fesjs/fes": "^3.1.11",
"core-js": "^3.29.1"
},
"dependencies": {
Expand All @@ -38,7 +38,7 @@
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@fesjs/utils": "^3.0.1",
"@fesjs/utils": "^3.0.2",
"@vue/babel-plugin-jsx": "^1.2.2",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.14",
Expand Down
70 changes: 35 additions & 35 deletions packages/fes-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@fesjs/compiler",
"version": "3.0.2",
"description": "@fesjs/compiler",
"main": "lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-compiler"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/register": "^7.22.15",
"@fesjs/utils": "^3.0.1",
"commander": "^7.0.0",
"dotenv": "8.2.0",
"joi": "17.3.0",
"set-value": "3.0.2",
"tapable": "^2.2.0"
}
"name": "@fesjs/compiler",
"version": "3.0.3",
"description": "@fesjs/compiler",
"main": "lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-compiler"
},
"keywords": [
"fes"
],
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/register": "^7.22.15",
"@fesjs/utils": "^3.0.2",
"commander": "^7.0.0",
"dotenv": "8.2.0",
"joi": "17.3.0",
"set-value": "3.0.2",
"tapable": "^2.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/fes-plugin-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-access",
"version": "3.1.6",
"version": "3.1.7",
"description": "@fesjs/plugin-access",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.1",
"@fesjs/utils": "^3.0.2",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.9",
"@fesjs/fes": "^3.1.11",
"vue": "^3.2.47",
"vue-router": "^4.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/fes-plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-layout",
"version": "5.1.13",
"version": "5.1.14",
"description": "@fesjs/plugin-layout",
"author": "harrywan",
"license": "MIT",
Expand Down Expand Up @@ -28,13 +28,13 @@
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.9",
"@fesjs/fes": "^3.1.11",
"@fesjs/fes-design": ">=0.7.0",
"vue": "^3.2.47",
"vue-router": "^4.0.1"
},
"dependencies": {
"@fesjs/utils": "^3.0.1",
"@fesjs/utils": "^3.0.2",
"@vueuse/core": "^10.7.0"
},
"typings": "./types.d.ts"
Expand Down
6 changes: 3 additions & 3 deletions packages/fes-plugin-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-locale",
"version": "4.2.2",
"version": "4.2.3",
"description": "@fesjs/plugin-locale",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -28,12 +28,12 @@
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.1",
"@fesjs/utils": "^3.0.2",
"vue-i18n": "^9.0.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.9",
"@fesjs/fes": "^3.1.11",
"@fesjs/fes-design": ">=0.7.0",
"vue": "^3.2.47"
},
Expand Down
72 changes: 36 additions & 36 deletions packages/fes-plugin-model/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@fesjs/plugin-model",
"version": "3.0.1",
"description": "@fesjs/plugin-model",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-model"
},
"keywords": [
"fes"
],
"author": "harrywan",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.1"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.4",
"vue": "^3.2.47"
},
"typings": "./types.d.ts"
"name": "@fesjs/plugin-model",
"version": "3.0.2",
"description": "@fesjs/plugin-model",
"main": "lib/index.js",
"files": [
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-plugin-model"
},
"keywords": [
"fes"
],
"author": "harrywan",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fesjs/utils": "^3.0.2"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.11",
"vue": "^3.2.47"
},
"typings": "./types.d.ts"
}
Loading

0 comments on commit e5b42a0

Please sign in to comment.