Skip to content

Commit 07bc14e

Browse files
committed
chore(release): publish new version 0.1.0-beta.3
1 parent 5b0ab59 commit 07bc14e

File tree

8 files changed

+34
-4
lines changed

8 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.3](https://github.com/zely-js/dobs/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2025-11-26)
7+
8+
### Features
9+
10+
* **@dobsjs/websocket:** websocket client ([2096416](https://github.com/zely-js/dobs/commit/20964161078ac0716ce851d3bcb44faafa61622d))
11+
* **create-dobs:** include server entry in template ([ea7c21b](https://github.com/zely-js/dobs/commit/ea7c21b4b18f62118edaa2bd9e0d7e799fd27b0a))
12+
613
# [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)
714

815
### Bug Fixes

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.2",
3+
"version": "0.1.0-beta.3",
44
"npmClient": "yarn",
55
"command": {
66
"publish": {

packages/create-dobs/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.3](https://github.com/zely-js/dobs/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2025-11-26)
7+
8+
### Features
9+
10+
* **create-dobs:** include server entry in template ([ea7c21b](https://github.com/zely-js/dobs/commit/ea7c21b4b18f62118edaa2bd9e0d7e799fd27b0a))
11+
612
# [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)
713

814
**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.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"bin": "./dist/index.js",

packages/dobs-ws/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.1.0-beta.3](https://github.com/zely-js/dobs/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2025-11-26)
7+
8+
### Features
9+
10+
* **@dobsjs/websocket:** websocket client ([2096416](https://github.com/zely-js/dobs/commit/20964161078ac0716ce851d3bcb44faafa61622d))

packages/dobs-ws/package.json

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

packages/dobs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.3](https://github.com/zely-js/dobs/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2025-11-26)
7+
8+
### Features
9+
10+
* **@dobsjs/websocket:** websocket client ([2096416](https://github.com/zely-js/dobs/commit/20964161078ac0716ce851d3bcb44faafa61622d))
11+
* **create-dobs:** include server entry in template ([ea7c21b](https://github.com/zely-js/dobs/commit/ea7c21b4b18f62118edaa2bd9e0d7e799fd27b0a))
12+
613
# [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)
714

815
### Bug Fixes

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.2",
3+
"version": "0.1.0-beta.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)