Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
do4ng committed Jul 18, 2024
1 parent ad5eaa7 commit c8ee823
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 29 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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)


### Bug Fix

* ctx.send uses http.end instead of zely.send ([#325](https://github.com/zely-js/zely/issues/325)) ([ad5eaa7](https://github.com/zely-js/zely/commit/ad5eaa745be1c447b44f1be91999e8dbce304808))



## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)


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": "3.0.1",
"version": "3.0.2",
"packages": [
"packages/*",
"http"
Expand Down
8 changes: 8 additions & 0 deletions packages/zely-js-cli/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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)

**Note:** Version bump only for package zely-cli





## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)

**Note:** Version bump only for package zely-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/zely-js-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "zely-cli",
"version": "3.0.1",
"version": "3.0.2",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"dependencies": {
"@zely-js/loader": "3.0.1",
"@zely-js/loader": "3.0.2",
"@zely-js/logger": "3.0.1",
"@zely-js/watch": "3.0.1",
"@zely-js/zely": "3.0.1",
"@zely-js/zely": "3.0.2",
"animaux": "^0.0.4"
},
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/zely-js-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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)


### Bug Fix

* ctx.send uses http.end instead of zely.send ([#325](https://github.com/zely-js/zely/issues/325)) ([ad5eaa7](https://github.com/zely-js/zely/commit/ad5eaa745be1c447b44f1be91999e8dbce304808))



## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/zely-js-core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@zely-js/core",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./types/index.d.ts",
"dependencies": {
"@zely-js/http": "workspace:*",
"@zely-js/loader": "3.0.1",
"@zely-js/loader": "3.0.2",
"@zely-js/logger": "3.0.1",
"@zely-js/reporter": "workspace:*",
"@zept/path-regexp": "^0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/zely-js-dev/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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)

**Note:** Version bump only for package zely-dev





## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/zely-js-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zely-dev",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"types": "./index.d.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/zely-js-loader-esbuild/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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)

**Note:** Version bump only for package @zely-js/loader-esbuild





## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)

**Note:** Version bump only for package @zely-js/loader-esbuild
Expand Down
2 changes: 1 addition & 1 deletion packages/zely-js-loader-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zely-js/loader-esbuild",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/zely-js-loader/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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)

**Note:** Version bump only for package @zely-js/loader





## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/zely-js-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@zely-js/loader",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./types/index.d.ts",
"dependencies": {
"@zely-js/loader-esbuild": "3.0.1"
"@zely-js/loader-esbuild": "3.0.2"
},
"devDependencies": {
"@zely-js/core": "3.0.1"
"@zely-js/core": "3.0.2"
},
"files": [
"./types",
Expand Down
8 changes: 8 additions & 0 deletions packages/zely-js/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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)

**Note:** Version bump only for package @zely-js/zely





## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/zely-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zely-js/zely",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
Expand All @@ -9,7 +9,7 @@
"./env.d.ts"
],
"dependencies": {
"@zely-js/core": "3.0.1",
"@zely-js/core": "3.0.2",
"@zely-js/http": "workspace:*",
"@zely-js/logger": "3.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/zely/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.

## [3.0.2](https://github.com/zely-js/zely/compare/v3.0.1...v3.0.2) (2024-07-18)

**Note:** Version bump only for package zely





## [3.0.1](https://github.com/zely-js/zely/compare/v3.0.0...v3.0.1) (2024-07-01)

**Note:** Version bump only for package zely
Expand Down
6 changes: 3 additions & 3 deletions packages/zely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zely",
"version": "3.0.1",
"version": "3.0.2",
"types": "./types/index.d.ts",
"main": "./index.js",
"module": "./index.mjs",
Expand All @@ -23,8 +23,8 @@
"routing"
],
"dependencies": {
"@zely-js/zely": "3.0.1",
"zely-cli": "3.0.1"
"@zely-js/zely": "3.0.2",
"zely-cli": "3.0.2"
},
"gitHead": "b0769ffaf7d5d37dc2be3fcd86ddafab7a349cd6"
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2909,13 +2909,13 @@ __metadata:
languageName: node
linkType: hard

"@zely-js/core@npm:3.0.1, @zely-js/core@workspace:*, @zely-js/core@workspace:packages/zely-js-core":
"@zely-js/core@npm:3.0.2, @zely-js/core@workspace:*, @zely-js/core@workspace:packages/zely-js-core":
version: 0.0.0-use.local
resolution: "@zely-js/core@workspace:packages/zely-js-core"
dependencies:
"@types/mime-types": "npm:^2"
"@zely-js/http": "workspace:*"
"@zely-js/loader": "npm:3.0.1"
"@zely-js/loader": "npm:3.0.2"
"@zely-js/logger": "npm:3.0.1"
"@zely-js/reporter": "workspace:*"
"@zept/path-regexp": "npm:^0.0.1"
Expand All @@ -2929,7 +2929,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zely-js/loader-esbuild@npm:3.0.1, @zely-js/loader-esbuild@workspace:packages/zely-js-loader-esbuild":
"@zely-js/loader-esbuild@npm:3.0.2, @zely-js/loader-esbuild@workspace:packages/zely-js-loader-esbuild":
version: 0.0.0-use.local
resolution: "@zely-js/loader-esbuild@workspace:packages/zely-js-loader-esbuild"
dependencies:
Expand All @@ -2939,12 +2939,12 @@ __metadata:
languageName: unknown
linkType: soft

"@zely-js/loader@npm:3.0.1, @zely-js/loader@npm:^3.0.0, @zely-js/loader@workspace:*, @zely-js/loader@workspace:packages/zely-js-loader":
"@zely-js/loader@npm:3.0.2, @zely-js/loader@npm:^3.0.0, @zely-js/loader@workspace:*, @zely-js/loader@workspace:packages/zely-js-loader":
version: 0.0.0-use.local
resolution: "@zely-js/loader@workspace:packages/zely-js-loader"
dependencies:
"@zely-js/core": "npm:3.0.1"
"@zely-js/loader-esbuild": "npm:3.0.1"
"@zely-js/core": "npm:3.0.2"
"@zely-js/loader-esbuild": "npm:3.0.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2974,11 +2974,11 @@ __metadata:
languageName: unknown
linkType: soft

"@zely-js/zely@npm:3.0.1, @zely-js/zely@workspace:*, @zely-js/zely@workspace:packages/zely-js":
"@zely-js/zely@npm:3.0.2, @zely-js/zely@workspace:*, @zely-js/zely@workspace:packages/zely-js":
version: 0.0.0-use.local
resolution: "@zely-js/zely@workspace:packages/zely-js"
dependencies:
"@zely-js/core": "npm:3.0.1"
"@zely-js/core": "npm:3.0.2"
"@zely-js/http": "workspace:*"
"@zely-js/logger": "npm:3.0.1"
languageName: unknown
Expand Down Expand Up @@ -11379,14 +11379,14 @@ __metadata:
languageName: node
linkType: hard

"zely-cli@npm:3.0.1, zely-cli@workspace:*, zely-cli@workspace:packages/zely-js-cli":
"zely-cli@npm:3.0.2, zely-cli@workspace:*, zely-cli@workspace:packages/zely-js-cli":
version: 0.0.0-use.local
resolution: "zely-cli@workspace:packages/zely-js-cli"
dependencies:
"@zely-js/loader": "npm:3.0.1"
"@zely-js/loader": "npm:3.0.2"
"@zely-js/logger": "npm:3.0.1"
"@zely-js/watch": "npm:3.0.1"
"@zely-js/zely": "npm:3.0.1"
"@zely-js/zely": "npm:3.0.2"
animaux: "npm:^0.0.4"
bin:
zely-cli: ./dist/index.js
Expand All @@ -11406,8 +11406,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "zely@workspace:packages/zely"
dependencies:
"@zely-js/zely": "npm:3.0.1"
zely-cli: "npm:3.0.1"
"@zely-js/zely": "npm:3.0.2"
zely-cli: "npm:3.0.2"
bin:
zely: ./cli.js
languageName: unknown
Expand Down

0 comments on commit c8ee823

Please sign in to comment.