Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
do4ng committed Jan 13, 2025
1 parent afe7272 commit 291f622
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 38 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.

## [4.0.0-next.6](https://github.com/zely-js/zely/compare/v4.0.0-next.5...v4.0.0-next.6) (2025-01-13)


### New Features

* serpack loader ([#442](https://github.com/zely-js/zely/issues/442)) ([afe7272](https://github.com/zely-js/zely/commit/afe7272bf4a459dce96b3fb9f1b24b2fff6ffe71))



## [4.0.0-next.5](https://github.com/zely-js/zely/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-12-24)


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": "4.0.0-next.5",
"version": "4.0.0-next.6",
"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.

## [4.0.0-next.6](https://github.com/zely-js/zely/compare/v4.0.0-next.5...v4.0.0-next.6) (2025-01-13)

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





## [4.0.0-next.5](https://github.com/zely-js/zely/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-12-24)

**Note:** Version bump only for package zely-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/zely-js-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "zely-cli",
"version": "4.0.0-next.5",
"version": "4.0.0-next.6",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"dependencies": {
"@zely-js/logger": "4.0.0-next.4",
"@zely-js/zely": "4.0.0-next.5",
"@zely-js/zely": "4.0.0-next.6",
"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.

## [4.0.0-next.6](https://github.com/zely-js/zely/compare/v4.0.0-next.5...v4.0.0-next.6) (2025-01-13)


### New Features

* serpack loader ([#442](https://github.com/zely-js/zely/issues/442)) ([afe7272](https://github.com/zely-js/zely/commit/afe7272bf4a459dce96b3fb9f1b24b2fff6ffe71))



## [4.0.0-next.5](https://github.com/zely-js/zely/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-12-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/zely-js-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zely-js/core",
"version": "4.0.0-next.5",
"version": "4.0.0-next.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./types/index.d.ts",
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.

## [4.0.0-next.6](https://github.com/zely-js/zely/compare/v4.0.0-next.5...v4.0.0-next.6) (2025-01-13)

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





## [4.0.0-next.5](https://github.com/zely-js/zely/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-12-24)

**Note:** Version bump only for package zely-dev
Expand Down
4 changes: 2 additions & 2 deletions packages/zely-js-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "zely-dev",
"version": "4.0.0-next.5",
"version": "4.0.0-next.6",
"main": "./dist/index.js",
"types": "./index.d.ts",
"files": [
"./index.d.ts"
],
"devDependencies": {
"zely": "4.0.0-next.5"
"zely": "4.0.0-next.6"
},
"dependencies": {
"shiki": "^1.10.0"
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.

## [4.0.0-next.6](https://github.com/zely-js/zely/compare/v4.0.0-next.5...v4.0.0-next.6) (2025-01-13)

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





## [4.0.0-next.5](https://github.com/zely-js/zely/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-12-24)

**Note:** Version bump only for package @zely-js/zely
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": "4.0.0-next.5",
"version": "4.0.0-next.6",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
Expand All @@ -9,7 +9,7 @@
"./env.d.ts"
],
"dependencies": {
"@zely-js/core": "4.0.0-next.5",
"@zely-js/core": "4.0.0-next.6",
"@zely-js/logger": "4.0.0-next.4",
"senta": "^0.0.0"
},
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.

## [4.0.0-next.6](https://github.com/zely-js/zely/compare/v4.0.0-next.5...v4.0.0-next.6) (2025-01-13)

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





## [4.0.0-next.5](https://github.com/zely-js/zely/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-12-24)

**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": "4.0.0-next.5",
"version": "4.0.0-next.6",
"types": "./types/index.d.ts",
"main": "./index.js",
"module": "./index.mjs",
Expand All @@ -23,8 +23,8 @@
"routing"
],
"dependencies": {
"@zely-js/zely": "4.0.0-next.5",
"zely-cli": "4.0.0-next.5"
"@zely-js/zely": "4.0.0-next.6",
"zely-cli": "4.0.0-next.6"
},
"gitHead": "313ceafe914a250c146d7726f5af775031fad28a"
}
36 changes: 9 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3346,7 +3346,7 @@ __metadata:
languageName: node
linkType: hard

"@zely-js/core@npm:4.0.0-next.5, @zely-js/core@workspace:*, @zely-js/core@workspace:packages/zely-js-core":
"@zely-js/core@npm:4.0.0-next.6, @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:
Expand Down Expand Up @@ -3390,11 +3390,11 @@ __metadata:
languageName: unknown
linkType: soft

"@zely-js/zely@npm:4.0.0-next.5, @zely-js/zely@workspace:*, @zely-js/zely@workspace:packages/zely-js":
"@zely-js/zely@npm:4.0.0-next.6, @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:4.0.0-next.5"
"@zely-js/core": "npm:4.0.0-next.6"
"@zely-js/logger": "npm:4.0.0-next.4"
senta: "npm:^0.0.0"
languageName: unknown
Expand Down Expand Up @@ -10309,7 +10309,6 @@ __metadata:
jest: "npm:^29.7.0"
lerna: "npm:^7.4.2"
sendary: "npm:^0.0.0-alpha.2"
serpack: "file:D://serpack/packages/serpack"
ts-jest: "npm:^29.0.3"
ts-loader: "npm:^9.5.0"
tsconfig-paths-jest: "npm:^0.0.1"
Expand Down Expand Up @@ -10482,23 +10481,6 @@ __metadata:
languageName: node
linkType: hard

"serpack@file:D://serpack/packages/serpack::locator=root-workspace-0b6124%40workspace%3A.":
version: 0.1.4
resolution: "serpack@file:/D%3A//serpack/packages/serpack#/D%3A//serpack/packages/serpack::hash=de4164&locator=root-workspace-0b6124%40workspace%3A."
dependencies:
"@serpack/logger": "npm:0.0.0"
"@swc/core": "npm:^1.10.4"
acorn: "npm:^8.14.0"
animaux: "npm:^0.0.4"
escodegen: "npm:^2.1.0"
estree-walker: "npm:2.0.2"
oxc-resolver: "npm:^3.0.3"
bin:
serpack: ./dist/cli.js
checksum: 10c0/892a7d3899c45e2b558c34644eb92c8ac8cd59daa78e38f9b1cd73860f45b0f711c6d37c8481c10fc8e00f61b52ffde96c2f6f6481b3a0f5a6f85cf7e9414809
languageName: node
linkType: hard

"serpack@npm:^0.1.4":
version: 0.1.4
resolution: "serpack@npm:0.1.4"
Expand Down Expand Up @@ -12032,12 +12014,12 @@ __metadata:
languageName: node
linkType: hard

"zely-cli@npm:4.0.0-next.5, zely-cli@workspace:*, zely-cli@workspace:packages/zely-js-cli":
"zely-cli@npm:4.0.0-next.6, 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/logger": "npm:4.0.0-next.4"
"@zely-js/zely": "npm:4.0.0-next.5"
"@zely-js/zely": "npm:4.0.0-next.6"
animaux: "npm:^0.0.4"
bin:
zely-cli: ./dist/index.js
Expand All @@ -12049,16 +12031,16 @@ __metadata:
resolution: "zely-dev@workspace:packages/zely-js-dev"
dependencies:
shiki: "npm:^1.10.0"
zely: "npm:4.0.0-next.5"
zely: "npm:4.0.0-next.6"
languageName: unknown
linkType: soft

"zely@npm:4.0.0-next.5, zely@workspace:*, zely@workspace:packages/zely":
"zely@npm:4.0.0-next.6, zely@workspace:*, zely@workspace:packages/zely":
version: 0.0.0-use.local
resolution: "zely@workspace:packages/zely"
dependencies:
"@zely-js/zely": "npm:4.0.0-next.5"
zely-cli: "npm:4.0.0-next.5"
"@zely-js/zely": "npm:4.0.0-next.6"
zely-cli: "npm:4.0.0-next.6"
bin:
zely: ./cli.js
languageName: unknown
Expand Down

0 comments on commit 291f622

Please sign in to comment.