Skip to content

Commit dab4af1

Browse files
committed
chore(release): publish v6.0.0-pre.11
1 parent 358c50e commit dab4af1

File tree

7 files changed

+31
-5
lines changed

7 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [6.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.10...v6.0.0-pre.11) (2026-03-19)
7+
8+
### Bug Fixes
9+
10+
- Add CommonJS legacy build for backwards compatibility ([#3674](https://github.com/feathersjs/feathers/issues/3674)) ([9d0cdda](https://github.com/feathersjs/feathers/commit/9d0cddaf3418939c6fc96a2144bb0cbd18157d80))
11+
- Add SSE disconnect event ([#3673](https://github.com/feathersjs/feathers/issues/3673)) ([b04d785](https://github.com/feathersjs/feathers/commit/b04d7858a10e63d53d2b6f382fac377ff5a8c37c))
12+
- Improve SSE handling and add documentation ([#3672](https://github.com/feathersjs/feathers/issues/3672)) ([714792d](https://github.com/feathersjs/feathers/commit/714792d6741a3aa3fbe4b01c9dda61af0a3b2257))
13+
14+
### Features
15+
16+
- npm create feathers for v6 ([#3654](https://github.com/feathersjs/feathers/issues/3654)) ([358c50e](https://github.com/feathersjs/feathers/commit/358c50e780ad055b9feab007124e883d83fd6c44))
17+
618
# [6.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.9...v6.0.0-pre.10) (2026-02-19)
719

820
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ci": false,
33
"packages": ["packages/*"],
4-
"version": "6.0.0-pre.10",
4+
"version": "6.0.0-pre.11",
55
"command": {
66
"bootstrap": {
77
"hoist": true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-feathers/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+
# [6.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.10...v6.0.0-pre.11) (2026-03-19)
7+
8+
### Features
9+
10+
- npm create feathers for v6 ([#3654](https://github.com/feathersjs/feathers/issues/3654)) ([358c50e](https://github.com/feathersjs/feathers/commit/358c50e780ad055b9feab007124e883d83fd6c44))
11+
612
# [6.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.9...v6.0.0-pre.10) (2026-02-19)
713

814
**Note:** Version bump only for package create-feathers

packages/create-feathers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-feathers",
33
"description": "Create a new Feathers application",
4-
"version": "6.0.0-pre.10",
4+
"version": "6.0.0-pre.11",
55
"homepage": "https://feathersjs.com",
66
"bin": {
77
"create-feathers": "./bin/create-feathers.js"

packages/feathers/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+
# [6.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.10...v6.0.0-pre.11) (2026-03-19)
7+
8+
### Bug Fixes
9+
10+
- Add CommonJS legacy build for backwards compatibility ([#3674](https://github.com/feathersjs/feathers/issues/3674)) ([9d0cdda](https://github.com/feathersjs/feathers/commit/9d0cddaf3418939c6fc96a2144bb0cbd18157d80))
11+
- Add SSE disconnect event ([#3673](https://github.com/feathersjs/feathers/issues/3673)) ([b04d785](https://github.com/feathersjs/feathers/commit/b04d7858a10e63d53d2b6f382fac377ff5a8c37c))
12+
- Improve SSE handling and add documentation ([#3672](https://github.com/feathersjs/feathers/issues/3672)) ([714792d](https://github.com/feathersjs/feathers/commit/714792d6741a3aa3fbe4b01c9dda61af0a3b2257))
13+
614
# [6.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.9...v6.0.0-pre.10) (2026-02-19)
715

816
### Features

packages/feathers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feathers",
33
"description": "The API and real-time application framework",
4-
"version": "6.0.0-pre.10",
4+
"version": "6.0.0-pre.11",
55
"homepage": "https://feathersjs.com",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)