Skip to content

Commit b90987b

Browse files
committed
chore(release): publish v6.0.0-pre.6
1 parent e3cc58c commit b90987b

File tree

7 files changed

+32
-5
lines changed

7 files changed

+32
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.6](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.5...v6.0.0-pre.6) (2026-01-29)
7+
8+
### Bug Fixes
9+
10+
- **client:** Buffer SSE stream chunks before parsing ([#3643](https://github.com/feathersjs/feathers/issues/3643)) ([e3cc58c](https://github.com/feathersjs/feathers/commit/e3cc58c3a59f1bd0044d13f79d1326878f3857b5))
11+
- **website:** add Badges component and update markdown syntax ([7c45c1c](https://github.com/feathersjs/feathers/commit/7c45c1c3ae00c45803767088f720c4c2c3fc4c78))
12+
- **website:** update search collections and add ThemeToggle component ([1a8bb35](https://github.com/feathersjs/feathers/commit/1a8bb3546dda247337b724f7e83d24de15b5c915))
13+
14+
### Features
15+
16+
- v6 initial website ([#3641](https://github.com/feathersjs/feathers/issues/3641)) ([b539643](https://github.com/feathersjs/feathers/commit/b53964381233bee7fcb9e50b77508164aa756bb5))
17+
- **website:** add scroll-aware table of contents and sidebar navigation ([5194823](https://github.com/feathersjs/feathers/commit/51948237e637b89eb9fc3fdd1144267effc7f7e8))
18+
619
# [6.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.4...v6.0.0-pre.5) (2025-12-20)
720

821
**Note:** Version bump only for package feathers

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.5",
4+
"version": "6.0.0-pre.6",
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: 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+
# [6.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.5...v6.0.0-pre.6) (2026-01-29)
7+
8+
**Note:** Version bump only for package create-feathers
9+
610
# [6.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.4...v6.0.0-pre.5) (2025-12-20)
711

812
**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.5",
4+
"version": "6.0.0-pre.6",
55
"homepage": "https://feathersjs.com",
66
"bin": {
77
"create-feathers": "./bin/create-feathers.js"

packages/feathers/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.6](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.5...v6.0.0-pre.6) (2026-01-29)
7+
8+
### Bug Fixes
9+
10+
- **client:** Buffer SSE stream chunks before parsing ([#3643](https://github.com/feathersjs/feathers/issues/3643)) ([e3cc58c](https://github.com/feathersjs/feathers/commit/e3cc58c3a59f1bd0044d13f79d1326878f3857b5))
11+
12+
### Features
13+
14+
- v6 initial website ([#3641](https://github.com/feathersjs/feathers/issues/3641)) ([b539643](https://github.com/feathersjs/feathers/commit/b53964381233bee7fcb9e50b77508164aa756bb5))
15+
616
# [6.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.4...v6.0.0-pre.5) (2025-12-20)
717

818
**Note:** Version bump only for package feathers

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.5",
4+
"version": "6.0.0-pre.6",
55
"homepage": "https://feathersjs.com",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)