Skip to content

Commit bfd460f

Browse files
committed
chore(release): publish
1 parent 16066a8 commit bfd460f

File tree

21 files changed

+150
-46
lines changed

21 files changed

+150
-46
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### New Features
10+
11+
* env type declaration ([fc53dfc](https://github.com/zely-js/zely/commit/fc53dfce6136ae5604cd0534ac6a7938e7212926))
12+
13+
14+
### Others
15+
16+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
17+
18+
19+
620
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha.6",
2+
"version": "3.0.0-alpha.7",
33
"packages": [
44
"packages/*"
55
],

packages/zely-builder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
**Note:** Version bump only for package @zely/builder
9+
10+
11+
12+
13+
614
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
715

816
**Note:** Version bump only for package @zely/builder

packages/zely-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zely/builder",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./types/index.d.ts",
@@ -13,7 +13,7 @@
1313
"repository": "https://github.com/zely-js/zely",
1414
"description": "Builder for zely.js",
1515
"devDependencies": {
16-
"zely": "3.0.0-alpha.6",
16+
"zely": "3.0.0-alpha.7",
1717
"zept": "^0.0.4"
1818
},
1919
"dependencies": {

packages/zely-js-cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### Others
10+
11+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
12+
13+
14+
615
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
716

817

packages/zely-js-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "zely-cli",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"bin": "./dist/index.js",
55
"main": "./dist/index.js",
66
"dependencies": {
7-
"@zely-js/loader": "3.0.0-alpha.6",
8-
"@zely-js/logger": "3.0.0-alpha.4",
9-
"@zely-js/watch": "3.0.0-alpha.4",
10-
"@zely-js/zely": "3.0.0-alpha.6",
7+
"@zely-js/loader": "3.0.0-alpha.7",
8+
"@zely-js/logger": "3.0.0-alpha.7",
9+
"@zely-js/watch": "3.0.0-alpha.7",
10+
"@zely-js/zely": "3.0.0-alpha.7",
1111
"animaux": "^0.0.4"
1212
},
1313
"files": [

packages/zely-js-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### Others
10+
11+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
12+
13+
14+
615
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
716

817

packages/zely-js-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@zely-js/core",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./types/index.d.ts",
77
"dependencies": {
8-
"@zely-js/loader": "3.0.0-alpha.6",
9-
"@zely-js/logger": "3.0.0-alpha.4",
8+
"@zely-js/loader": "3.0.0-alpha.7",
9+
"@zely-js/logger": "3.0.0-alpha.7",
1010
"@zept/http": "^0.0.1",
1111
"@zept/path-regexp": "^0.0.1",
1212
"mime-types": "^2.1.35"

packages/zely-js-loader-esbuild/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### Others
10+
11+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
12+
13+
14+
615
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
716

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

packages/zely-js-loader-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zely-js/loader-esbuild",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./types/index.d.ts",

packages/zely-js-loader/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### Others
10+
11+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
12+
13+
14+
615
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
716

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

packages/zely-js-loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@zely-js/loader",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./types/index.d.ts",
77
"dependencies": {
8-
"@zely-js/loader-esbuild": "3.0.0-alpha.6"
8+
"@zely-js/loader-esbuild": "3.0.0-alpha.7"
99
},
1010
"devDependencies": {
11-
"@zely-js/core": "3.0.0-alpha.6"
11+
"@zely-js/core": "3.0.0-alpha.7"
1212
},
1313
"files": [
1414
"./types",

packages/zely-js-logger/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### Others
10+
11+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
12+
13+
14+
615
## 3.0.0-alpha.4 (2024-01-22)
716

817

packages/zely-js-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zely-js/logger",
3-
"version": "3.0.0-alpha.4",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./index.d.ts",

packages/zely-js-watch/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### Others
10+
11+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
12+
13+
14+
615
## 3.0.0-alpha.4 (2024-01-22)
716

817

packages/zely-js-watch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@zely-js/watch",
3-
"version": "3.0.0-alpha.4",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./types/index.d.ts",
77
"dependencies": {
8-
"@zely-js/logger": "3.0.0-alpha.4",
8+
"@zely-js/logger": "3.0.0-alpha.7",
99
"chokidar": "^3.5.3"
1010
},
1111
"files": [

packages/zely-js/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### New Features
10+
11+
* env type declaration ([fc53dfc](https://github.com/zely-js/zely/commit/fc53dfce6136ae5604cd0534ac6a7938e7212926))
12+
13+
14+
### Others
15+
16+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
17+
18+
19+
620
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
721

822

packages/zely-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zely-js/zely",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
66
"files": [
@@ -9,8 +9,8 @@
99
"./env.d.ts"
1010
],
1111
"dependencies": {
12-
"@zely-js/core": "3.0.0-alpha.6",
13-
"@zely-js/logger": "3.0.0-alpha.4",
12+
"@zely-js/core": "3.0.0-alpha.7",
13+
"@zely-js/logger": "3.0.0-alpha.7",
1414
"@zept/http": "^0.0.1"
1515
},
1616
"gitHead": "b0769ffaf7d5d37dc2be3fcd86ddafab7a349cd6",

packages/zely/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-alpha.7](https://github.com/zely-js/zely/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2024-02-12)
7+
8+
9+
### New Features
10+
11+
* env type declaration ([fc53dfc](https://github.com/zely-js/zely/commit/fc53dfce6136ae5604cd0534ac6a7938e7212926))
12+
13+
14+
### Others
15+
16+
* exclude typescript code ([16066a8](https://github.com/zely-js/zely/commit/16066a818532a7f6882fe18d78cf6ae552c0b20b))
17+
18+
19+
620
## [3.0.0-alpha.6](https://github.com/zely-js/zely/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2024-02-12)
721

822

packages/zely/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zely",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"types": "./types/index.d.ts",
55
"main": "./index.js",
66
"module": "./index.mjs",
@@ -23,8 +23,8 @@
2323
"routing"
2424
],
2525
"dependencies": {
26-
"@zely-js/zely": "3.0.0-alpha.6",
27-
"zely-cli": "3.0.0-alpha.6"
26+
"@zely-js/zely": "3.0.0-alpha.7",
27+
"zely-cli": "3.0.0-alpha.7"
2828
},
2929
"gitHead": "b0769ffaf7d5d37dc2be3fcd86ddafab7a349cd6"
3030
}

0 commit comments

Comments
 (0)