Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/WeBankFinTech/fes.js into next
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed May 27, 2022
2 parents 2c00787 + 9e48bdd commit 4b7a3c5
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 32 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.0.0-beta.7](https://github.com/WeBankFinTech/fes.js/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2022-05-25)


### Bug Fixes

* npm 包 ts 文件丢失问题 ([bf4475f](https://github.com/WeBankFinTech/fes.js/commit/bf4475f2405334a50255ee85cde0bf8a078d760b))



# [3.0.0-beta.6](https://github.com/WeBankFinTech/fes.js/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2022-05-19)


Expand Down
4 changes: 2 additions & 2 deletions docs/guide/runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const runtimeConfig = plugin.applyPlugins({

```js
// app.js
import { defineBuildConfig } from '@fesjs/fes';
import { defineRuntimeConfig } from '@fesjs/fes';

export default defineRuntimeConfig({
access: memo => ({
Expand All @@ -55,7 +55,7 @@ export default defineRuntimeConfig({

```js
// app.js
import { defineBuildConfig } from '@fesjs/fes';
import { defineRuntimeConfig } from '@fesjs/fes';

export default defineRuntimeConfig({
access: memo => ({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fes.js",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"private": true,
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-builder-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/builder-vite",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"description": "@fesjs/builder-vite",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-builder-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@fesjs/builder-webpack",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/builder-webpack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
"lib",
"types.d.ts"
],
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-access/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-access",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-access",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-enums/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-enums",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-enums",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-layout",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "@fesjs/plugin-layout",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-locale",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "@fesjs/plugin-locale",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-monaco-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-monaco-editor",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-monaco-editor",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {},
"repository": {
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-qiankun",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-qiankun",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"start": "npm-run-all --parallel start:*",
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-request",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-request",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-plugin-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fesjs/plugin-vuex",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-vuex",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
4 changes: 2 additions & 2 deletions packages/fes-plugin-windicss/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@fesjs/plugin-windicss",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/plugin-windicss",
"main": "lib/index.js",
"files": [
"lib",
"windi.config.js"
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 3 additions & 2 deletions packages/fes-preset-built-in/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@fesjs/preset-built-in",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "@fesjs/preset-built-in",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
"lib",
"types.d.ts"
],
"repository": {
"type": "git",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4528,11 +4528,6 @@ dateformat@^3.0.0:
resolved "https://registry.npmmirror.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==

[email protected]:
version "1.11.1"
resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.1.tgz#90b33a3dda3417258d48ad2771b415def6545eb0"
integrity sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==

[email protected], debug@^2.6.9:
version "2.6.9"
resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
Expand Down

0 comments on commit 4b7a3c5

Please sign in to comment.