Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweianger committed Jul 3, 2023
1 parent 4b06b6e commit 3864099
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 17 deletions.
9 changes: 9 additions & 0 deletions 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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)


### Features

* cluster 模型支持进程间socket通信 ([4b06b6e](https://github.com/yunke-yunfly/yunflyjs/commit/4b06b6e4b48ca2d32eb9f04f9a547d2dba0c5017))



### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)


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.2",
"version": "0.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)

**Note:** Version bump only for package @yunflyjs/errors





### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)

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

### [0.0.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)

**Note:** Version bump only for package @yunflyjs/loggers





### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)

**Note:** Version bump only for package @yunflyjs/loggers
Expand Down
2 changes: 1 addition & 1 deletion packages/loggers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunflyjs/loggers",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/yunfly-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)

**Note:** Version bump only for package @yunflyjs/yunfly-bin





### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)

**Note:** Version bump only for package @yunflyjs/yunfly-bin
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.0.3",
"main": "build/index.js",
"typings": "build/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"cross-spawn": "^7.0.3"
},
"devDependencies": {
"@yunflyjs/loggers": "0.0.2",
"@yunflyjs/yunfly-core": "0.0.2"
"@yunflyjs/loggers": "0.0.3",
"@yunflyjs/yunfly-core": "0.0.3"
}
}
9 changes: 9 additions & 0 deletions packages/yunfly-cluster/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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)


### Features

* cluster 模型支持进程间socket通信 ([4b06b6e](https://github.com/yunke-yunfly/yunflyjs/commit/4b06b6e4b48ca2d32eb9f04f9a547d2dba0c5017))



### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)

**Note:** Version bump only for package @yunflyjs/yunfly-cluster
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.0.3",
"main": "build/index.js",
"typings": "build/index.d.ts",
"license": "MIT",
Expand All @@ -18,17 +18,17 @@
"dependencies": {
"cfork": "^1.8.0",
"chalk": "^4.1.0",
"cluster-client": "3.4.1",
"cluster-reload": "^1.0.2",
"dayjs": "^1.10.4",
"debug": "^4.3.1",
"detect-port": "^1.3.0",
"graceful-process": "^1.2.0",
"pid-from-port": "^1.1.3",
"sendmessage": "^1.1.0",
"graceful-process": "^1.2.0",
"cluster-client": "3.4.1",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@yunflyjs/loggers": "0.0.2"
"@yunflyjs/loggers": "0.0.3"
}
}
9 changes: 9 additions & 0 deletions packages/yunfly-core/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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)


### Features

* cluster 模型支持进程间socket通信 ([4b06b6e](https://github.com/yunke-yunfly/yunflyjs/commit/4b06b6e4b48ca2d32eb9f04f9a547d2dba0c5017))



### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)


Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.0.3",
"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.2",
"@yunflyjs/loggers": "0.0.2",
"@yunflyjs/errors": "0.0.3",
"@yunflyjs/loggers": "0.0.3",
"@yunflyjs/routing-controllers": "0.9.0",
"@yunflyjs/yunfly-cluster": "0.0.2",
"@yunflyjs/yunfly-cluster": "0.0.3",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"deepmerge": "^4.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/yunfly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.0.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03)

**Note:** Version bump only for package @yunflyjs/yunfly





### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20)

**Note:** Version bump only for package @yunflyjs/yunfly
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.0.3",
"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.2",
"@yunflyjs/yunfly-core": "0.0.2"
"@yunflyjs/yunfly-bin": "0.0.3",
"@yunflyjs/yunfly-core": "0.0.3"
}
}

0 comments on commit 3864099

Please sign in to comment.