Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangw19 committed Apr 20, 2023
1 parent a2c57aa commit 4bfb4e9
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 23 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209))
* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582))
* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)

**Note:** Version bump only for package @yunflyjs/errors
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/errors",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
"description": "yunfly error.",
Expand All @@ -18,4 +18,4 @@
"dist"
],
"license": "MIT"
}
}
9 changes: 9 additions & 0 deletions packages/loggers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)

**Note:** Version bump only for package @yunflyjs/loggers
Expand Down
4 changes: 2 additions & 2 deletions packages/loggers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/loggers",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -30,4 +30,4 @@
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
}
}
}
10 changes: 10 additions & 0 deletions packages/yunfly-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209))
* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)

**Note:** Version bump only for package @yunflyjs/yunfly-bin
Expand Down
12 changes: 6 additions & 6 deletions packages/yunfly-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/yunfly-bin",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"main": "build/index.js",
"typings": "build/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -30,11 +30,11 @@
],
"dependencies": {
"@yunflyjs/ts-node-dev": "2.0.0",
"cross-spawn": "^7.0.3",
"commander": "9.0.0"
"commander": "9.0.0",
"cross-spawn": "^7.0.3"
},
"devDependencies": {
"@yunflyjs/loggers": "0.0.1-beta.14",
"@yunflyjs/yunfly-core": "0.0.1-beta.14"
"@yunflyjs/loggers": "0.0.1-beta.15",
"@yunflyjs/yunfly-core": "0.0.1-beta.15"
}
}
}
10 changes: 10 additions & 0 deletions packages/yunfly-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582))
* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)

**Note:** Version bump only for package @yunflyjs/yunfly-cluster
Expand Down
6 changes: 3 additions & 3 deletions packages/yunfly-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/yunfly-cluster",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"main": "build/index.js",
"typings": "build/index.d.ts",
"license": "MIT",
Expand All @@ -27,6 +27,6 @@
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@yunflyjs/loggers": "0.0.1-beta.14"
"@yunflyjs/loggers": "0.0.1-beta.15"
}
}
}
11 changes: 11 additions & 0 deletions packages/yunfly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209))
* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582))
* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)

**Note:** Version bump only for package @yunflyjs/yunfly-core
Expand Down
10 changes: 5 additions & 5 deletions packages/yunfly-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/yunfly-core",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"main": "build/run.js",
"typings": "build/run.d.ts",
"keywords": [
Expand All @@ -27,10 +27,10 @@
],
"dependencies": {
"@types/lodash": "^4.14.171",
"@yunflyjs/errors": "0.0.1-beta.14",
"@yunflyjs/loggers": "0.0.1-beta.14",
"@yunflyjs/errors": "0.0.1-beta.15",
"@yunflyjs/loggers": "0.0.1-beta.15",
"@yunflyjs/routing-controllers": "0.9.0",
"@yunflyjs/yunfly-cluster": "0.0.1-beta.14",
"@yunflyjs/yunfly-cluster": "0.0.1-beta.15",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"deepmerge": "^4.2.2",
Expand All @@ -41,4 +41,4 @@
"sendmessage": "^1.1.0",
"typedi": "^0.8.0"
}
}
}
11 changes: 11 additions & 0 deletions packages/yunfly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20)


### Features

* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209))
* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582))
* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43))



### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18)

**Note:** Version bump only for package @yunflyjs/yunfly
Expand Down
8 changes: 4 additions & 4 deletions packages/yunfly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/yunfly",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"main": "build/index.js",
"typings": "build/index.d.ts",
"repository": "https://github.com/yunke-yunfly/yunflyjs.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"build"
],
"dependencies": {
"@yunflyjs/yunfly-bin": "0.0.1-beta.14",
"@yunflyjs/yunfly-core": "0.0.1-beta.14"
"@yunflyjs/yunfly-bin": "0.0.1-beta.15",
"@yunflyjs/yunfly-core": "0.0.1-beta.15"
}
}
}

0 comments on commit 4bfb4e9

Please sign in to comment.