Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweianger committed Jul 12, 2023
1 parent 993ec35 commit dc27d22
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 15 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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)


### Features

* plugin support loading master file ([993ec35](https://github.com/yunke-yunfly/yunflyjs/commit/993ec35322dd291c7aa9f3874547c5f08ed3b330))



### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)


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.6",
"version": "0.0.7",
"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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)

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





### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)

**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.6",
"version": "0.0.7",
"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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)

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





### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)


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.6",
"version": "0.0.7",
"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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)

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





### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)


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.6",
"version": "0.0.7",
"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.6",
"@yunflyjs/yunfly-core": "0.0.6"
"@yunflyjs/loggers": "0.0.7",
"@yunflyjs/yunfly-core": "0.0.7"
}
}
8 changes: 8 additions & 0 deletions packages/yunfly-cluster/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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)

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





### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)


Expand Down
4 changes: 2 additions & 2 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.6",
"version": "0.0.7",
"main": "build/index.js",
"typings": "build/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -29,6 +29,6 @@
"tree-kill": "1.2.2"
},
"devDependencies": {
"@yunflyjs/loggers": "0.0.6"
"@yunflyjs/loggers": "0.0.7"
}
}
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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)


### Features

* plugin support loading master file ([993ec35](https://github.com/yunke-yunfly/yunflyjs/commit/993ec35322dd291c7aa9f3874547c5f08ed3b330))



### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)


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.6",
"version": "0.0.7",
"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.6",
"@yunflyjs/loggers": "0.0.6",
"@yunflyjs/errors": "0.0.7",
"@yunflyjs/loggers": "0.0.7",
"@yunflyjs/routing-controllers": "0.9.0",
"@yunflyjs/yunfly-cluster": "0.0.6",
"@yunflyjs/yunfly-cluster": "0.0.7",
"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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12)

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





### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10)

**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.6",
"version": "0.0.7",
"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.6",
"@yunflyjs/yunfly-core": "0.0.6"
"@yunflyjs/yunfly-bin": "0.0.7",
"@yunflyjs/yunfly-core": "0.0.7"
}
}

0 comments on commit dc27d22

Please sign in to comment.