Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
do4ng committed Nov 23, 2024
1 parent 4dc2ca6 commit 313ceaf
Show file tree
Hide file tree
Showing 13 changed files with 131 additions and 27 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
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.0](https://github.com/zely-js/zely/compare/v3.1.0-beta.0...v4.0.0-next.0) (2024-11-23)


### New Features

* createFrontendPage ([#224](https://github.com/zely-js/zely/issues/224)) ([5ff13ba](https://github.com/zely-js/zely/commit/5ff13ba357d76d3e18d7e77e65bf2b5cd64a2602))
* dev context ([#377](https://github.com/zely-js/zely/issues/377)) ([7cd19b2](https://github.com/zely-js/zely/commit/7cd19b2ff0e0a92746c93fdd526384b675c96001))
* publish ([e64bedf](https://github.com/zely-js/zely/commit/e64bedf2957958110e6122d49584c07595941598))
* **zely-cli:** add tsconfig in typescript template ([a3144c7](https://github.com/zely-js/zely/commit/a3144c7f7122f83aeafc134f099770825dc46333))


### Bug Fix

* watcher loads outdated module ([a725c3a](https://github.com/zely-js/zely/commit/a725c3acb3e24f502cd70ce5c7e93522f3f6933d))


### Code Refactoring

* merge loader into core package ([#406](https://github.com/zely-js/zely/issues/406)) ([b979420](https://github.com/zely-js/zely/commit/b97942095b2b6aff38e6fcb207e129d0bbbd28b7))
* merge reporter into core package ([#406](https://github.com/zely-js/zely/issues/406)) ([be5a7b4](https://github.com/zely-js/zely/commit/be5a7b42ec8be77595cebef00f1a3877371812d5))
* remove unused package ([4dc2ca6](https://github.com/zely-js/zely/commit/4dc2ca61bea5afa681f6d5a8f89eddae24466c4b))


### Others

* **build:** test new compiler ([4f312f4](https://github.com/zely-js/zely/commit/4f312f411f7f0359055d255397c7aaa9dae8be70))
* **deps:** new compiler ([091aa0d](https://github.com/zely-js/zely/commit/091aa0d40f0fd9fe1dd74789bc7546cdbf0850d0))
* ignore typescript error ([8540a38](https://github.com/zely-js/zely/commit/8540a38de564dae4866a4708011fe95f4e54a650))



## [3.1.0-beta.0](https://github.com/zely-js/zely/compare/v3.0.2...v3.1.0-beta.0) (2024-08-22)


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.1.0-beta.0",
"version": "4.0.0-next.0",
"packages": [
"packages/*",
"http"
Expand Down
20 changes: 20 additions & 0 deletions packages/zely-js-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.0](https://github.com/zely-js/zely/compare/v3.1.0-beta.0...v4.0.0-next.0) (2024-11-23)


### New Features

* publish ([e64bedf](https://github.com/zely-js/zely/commit/e64bedf2957958110e6122d49584c07595941598))
* **zely-cli:** add tsconfig in typescript template ([a3144c7](https://github.com/zely-js/zely/commit/a3144c7f7122f83aeafc134f099770825dc46333))


### Bug Fix

* watcher loads outdated module ([a725c3a](https://github.com/zely-js/zely/commit/a725c3acb3e24f502cd70ce5c7e93522f3f6933d))


### Code Refactoring

* merge loader into core package ([#406](https://github.com/zely-js/zely/issues/406)) ([b979420](https://github.com/zely-js/zely/commit/b97942095b2b6aff38e6fcb207e129d0bbbd28b7))



## [3.1.0-beta.0](https://github.com/zely-js/zely/compare/v3.0.2...v3.1.0-beta.0) (2024-08-22)


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,12 +1,12 @@
{
"name": "zely-cli",
"version": "3.1.0-beta.0",
"version": "4.0.0-next.0",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"dependencies": {
"@zely-js/logger": "3.0.1",
"@zely-js/watch": "3.0.1",
"@zely-js/zely": "3.1.0-beta.0",
"@zely-js/zely": "4.0.0-next.0",
"animaux": "^0.0.4"
},
"files": [
Expand Down
28 changes: 28 additions & 0 deletions packages/zely-js-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
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.0](https://github.com/zely-js/zely/compare/v3.1.0-beta.0...v4.0.0-next.0) (2024-11-23)


### New Features

* createFrontendPage ([#224](https://github.com/zely-js/zely/issues/224)) ([5ff13ba](https://github.com/zely-js/zely/commit/5ff13ba357d76d3e18d7e77e65bf2b5cd64a2602))
* dev context ([#377](https://github.com/zely-js/zely/issues/377)) ([7cd19b2](https://github.com/zely-js/zely/commit/7cd19b2ff0e0a92746c93fdd526384b675c96001))
* publish ([e64bedf](https://github.com/zely-js/zely/commit/e64bedf2957958110e6122d49584c07595941598))


### Bug Fix

* watcher loads outdated module ([a725c3a](https://github.com/zely-js/zely/commit/a725c3acb3e24f502cd70ce5c7e93522f3f6933d))


### Code Refactoring

* merge loader into core package ([#406](https://github.com/zely-js/zely/issues/406)) ([b979420](https://github.com/zely-js/zely/commit/b97942095b2b6aff38e6fcb207e129d0bbbd28b7))
* merge reporter into core package ([#406](https://github.com/zely-js/zely/issues/406)) ([be5a7b4](https://github.com/zely-js/zely/commit/be5a7b42ec8be77595cebef00f1a3877371812d5))


### Others

* **build:** test new compiler ([4f312f4](https://github.com/zely-js/zely/commit/4f312f411f7f0359055d255397c7aaa9dae8be70))
* ignore typescript error ([8540a38](https://github.com/zely-js/zely/commit/8540a38de564dae4866a4708011fe95f4e54a650))



## [3.1.0-beta.0](https://github.com/zely-js/zely/compare/v3.0.2...v3.1.0-beta.0) (2024-08-22)


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": "3.1.0-beta.0",
"version": "4.0.0-next.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/zely-js-dev/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.0](https://github.com/zely-js/zely/compare/v3.1.0-beta.0...v4.0.0-next.0) (2024-11-23)


### New Features

* publish ([e64bedf](https://github.com/zely-js/zely/commit/e64bedf2957958110e6122d49584c07595941598))



## [3.1.0-beta.0](https://github.com/zely-js/zely/compare/v3.0.2...v3.1.0-beta.0) (2024-08-22)

**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": "3.1.0-beta.0",
"version": "4.0.0-next.0",
"main": "./dist/index.js",
"types": "./index.d.ts",
"files": [
"./index.d.ts"
],
"devDependencies": {
"zely": "3.1.0-beta.0"
"zely": "4.0.0-next.0"
},
"dependencies": {
"shiki": "^1.10.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/zely-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.0](https://github.com/zely-js/zely/compare/v3.1.0-beta.0...v4.0.0-next.0) (2024-11-23)


### New Features

* publish ([e64bedf](https://github.com/zely-js/zely/commit/e64bedf2957958110e6122d49584c07595941598))


### Code Refactoring

* remove unused package ([4dc2ca6](https://github.com/zely-js/zely/commit/4dc2ca61bea5afa681f6d5a8f89eddae24466c4b))



## [3.1.0-beta.0](https://github.com/zely-js/zely/compare/v3.0.2...v3.1.0-beta.0) (2024-08-22)


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.1.0-beta.0",
"version": "4.0.0-next.0",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
Expand All @@ -9,7 +9,7 @@
"./env.d.ts"
],
"dependencies": {
"@zely-js/core": "3.1.0-beta.0",
"@zely-js/core": "4.0.0-next.0",
"@zely-js/logger": "3.0.1",
"senta": "^0.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/zely/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.0](https://github.com/zely-js/zely/compare/v3.1.0-beta.0...v4.0.0-next.0) (2024-11-23)


### New Features

* publish ([e64bedf](https://github.com/zely-js/zely/commit/e64bedf2957958110e6122d49584c07595941598))



## [3.1.0-beta.0](https://github.com/zely-js/zely/compare/v3.0.2...v3.1.0-beta.0) (2024-08-22)

**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.1.0-beta.0",
"version": "4.0.0-next.0",
"types": "./types/index.d.ts",
"main": "./index.js",
"module": "./index.mjs",
Expand All @@ -23,8 +23,8 @@
"routing"
],
"dependencies": {
"@zely-js/zely": "3.1.0-beta.0",
"zely-cli": "3.1.0-beta.0"
"@zely-js/zely": "4.0.0-next.0",
"zely-cli": "4.0.0-next.0"
},
"gitHead": "cef4a76801be1af898c35a5213f9902dee4a347f"
}
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3484,7 +3484,7 @@ __metadata:
languageName: node
linkType: hard

"@zely-js/core@npm:3.1.0-beta.0, @zely-js/core@workspace:*, @zely-js/core@workspace:packages/zely-js-core":
"@zely-js/core@npm:4.0.0-next.0, @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 All @@ -3497,12 +3497,6 @@ __metadata:
languageName: unknown
linkType: soft

"@zely-js/http@npm:3.0.1, @zely-js/http@workspace:packages/http":
version: 0.0.0-use.local
resolution: "@zely-js/http@workspace:packages/http"
languageName: unknown
linkType: soft

"@zely-js/loader-esbuild@npm:3.0.2":
version: 3.0.2
resolution: "@zely-js/loader-esbuild@npm:3.0.2"
Expand Down Expand Up @@ -3539,12 +3533,11 @@ __metadata:
languageName: unknown
linkType: soft

"@zely-js/zely@npm:3.1.0-beta.0, @zely-js/zely@workspace:*, @zely-js/zely@workspace:packages/zely-js":
"@zely-js/zely@npm:4.0.0-next.0, @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.1.0-beta.0"
"@zely-js/http": "npm:3.0.1"
"@zely-js/core": "npm:4.0.0-next.0"
"@zely-js/logger": "npm:3.0.1"
senta: "npm:^0.0.0"
languageName: unknown
Expand Down Expand Up @@ -12240,13 +12233,13 @@ __metadata:
languageName: node
linkType: hard

"zely-cli@npm:3.1.0-beta.0, zely-cli@workspace:*, zely-cli@workspace:packages/zely-js-cli":
"zely-cli@npm:4.0.0-next.0, 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:3.0.1"
"@zely-js/watch": "npm:3.0.1"
"@zely-js/zely": "npm:3.1.0-beta.0"
"@zely-js/zely": "npm:4.0.0-next.0"
animaux: "npm:^0.0.4"
bin:
zely-cli: ./dist/index.js
Expand All @@ -12258,16 +12251,16 @@ __metadata:
resolution: "zely-dev@workspace:packages/zely-js-dev"
dependencies:
shiki: "npm:^1.10.0"
zely: "npm:3.1.0-beta.0"
zely: "npm:4.0.0-next.0"
languageName: unknown
linkType: soft

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

0 comments on commit 313ceaf

Please sign in to comment.