Skip to content

Commit 229c677

Browse files
committed
chore(release): publish new version 0.1.0-beta.2
1 parent dfeb932 commit 229c677

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [0.1.0-beta.2](https://github.com/zely-js/dobs/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2025-11-19)
7+
8+
### Bug Fixes
9+
10+
* **builder:** apply plugins in build mode ([6592876](https://github.com/zely-js/dobs/commit/65928764ceebfe72a739380fc3a48f606aec75b1))
11+
* remove duplicated plugin call ([dfeb932](https://github.com/zely-js/dobs/commit/dfeb9326ee28613606492b6164fb86a491d2e1c3))
12+
13+
### Features
14+
15+
* **builtin_tracker:** tracker for error tracking ([6ef5928](https://github.com/zely-js/dobs/commit/6ef5928f2387f54188e69393eeb56f5da48af8d2))
16+
* public plugin for static assets ([#36](https://github.com/zely-js/dobs/issues/36)) ([d57376e](https://github.com/zely-js/dobs/commit/d57376e8007d2e63389e4281ebcb52d90abe0579))
17+
* server entry ([#43](https://github.com/zely-js/dobs/issues/43)) ([b60908e](https://github.com/zely-js/dobs/commit/b60908eb53efbd973eff741d2e9f831a1fac8a50))
18+
19+
### Performance Improvements
20+
21+
* **router:** run route-generation plugin only once and reuse pageModule per request ([47037ac](https://github.com/zely-js/dobs/commit/47037ac80507c6c4b6e162cbafd7fab1b6f06cf5))
22+
623
# [0.1.0-beta.1](https://github.com/zely-js/dobs/compare/v0.1.0-beta.0...v0.1.0-beta.1) (2025-11-14)
724

825
**Note:** Version bump only for package dobs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"npmClient": "yarn",
55
"command": {
66
"publish": {

packages/create-dobs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [0.1.0-beta.2](https://github.com/zely-js/dobs/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2025-11-19)
7+
8+
**Note:** Version bump only for package create-dobs
9+
610
## [0.0.2](https://github.com/zely-js/dobs/compare/v0.0.1...v0.0.2) (2025-11-14)
711

812
**Note:** Version bump only for package create-dobs

packages/create-dobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-dobs",
3-
"version": "0.0.2",
3+
"version": "0.1.0-beta.2",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"bin": "./dist/index.js",

packages/dobs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [0.1.0-beta.2](https://github.com/zely-js/dobs/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2025-11-19)
7+
8+
### Bug Fixes
9+
10+
* **builder:** apply plugins in build mode ([6592876](https://github.com/zely-js/dobs/commit/65928764ceebfe72a739380fc3a48f606aec75b1))
11+
* remove duplicated plugin call ([dfeb932](https://github.com/zely-js/dobs/commit/dfeb9326ee28613606492b6164fb86a491d2e1c3))
12+
13+
### Features
14+
15+
* **builtin_tracker:** tracker for error tracking ([6ef5928](https://github.com/zely-js/dobs/commit/6ef5928f2387f54188e69393eeb56f5da48af8d2))
16+
* public plugin for static assets ([#36](https://github.com/zely-js/dobs/issues/36)) ([d57376e](https://github.com/zely-js/dobs/commit/d57376e8007d2e63389e4281ebcb52d90abe0579))
17+
* server entry ([#43](https://github.com/zely-js/dobs/issues/43)) ([b60908e](https://github.com/zely-js/dobs/commit/b60908eb53efbd973eff741d2e9f831a1fac8a50))
18+
19+
### Performance Improvements
20+
21+
* **router:** run route-generation plugin only once and reuse pageModule per request ([47037ac](https://github.com/zely-js/dobs/commit/47037ac80507c6c4b6e162cbafd7fab1b6f06cf5))
22+
623
# [0.1.0-beta.1](https://github.com/zely-js/dobs/compare/v0.1.0-beta.0...v0.1.0-beta.1) (2025-11-14)
724

825
**Note:** Version bump only for package dobs

packages/dobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dobs",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/module-loader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [0.1.0-beta.2](https://github.com/zely-js/dobs/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2025-11-19)
7+
8+
### Features
9+
10+
* **builtin_tracker:** tracker for error tracking ([6ef5928](https://github.com/zely-js/dobs/commit/6ef5928f2387f54188e69393eeb56f5da48af8d2))
11+
612
# [0.1.0-beta.1](https://github.com/zely-js/dobs/compare/v0.1.0-beta.0...v0.1.0-beta.1) (2025-11-14)
713

814
**Note:** Version bump only for package module-loader-ts

packages/module-loader/package.json

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

0 commit comments

Comments
 (0)