chore(release): publish v6.0.0-pre.5

This commit is contained in:
daffl 2025-12-19 17:35:05 -08:00
parent c3f3006c2b
commit 1ac3ba15be
7 changed files with 17 additions and 5 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.4...v6.0.0-pre.5) (2025-12-20)
**Note:** Version bump only for package feathers
# [6.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.3...v6.0.0-pre.4) (2025-12-20)
### Bug Fixes

View File

@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "6.0.0-pre.4",
"version": "6.0.0-pre.5",
"command": {
"bootstrap": {
"hoist": true

4
package-lock.json generated
View File

@ -20581,7 +20581,7 @@
}
},
"packages/create-feathers": {
"version": "6.0.0-pre.4",
"version": "6.0.0-pre.5",
"license": "MIT",
"dependencies": {
"@feathersjs/cli": "^5.0.34"
@ -20601,7 +20601,7 @@
}
},
"packages/feathers": {
"version": "6.0.0-pre.4",
"version": "6.0.0-pre.5",
"license": "MIT",
"dependencies": {
"@types/qs": "^6.14.0",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.4...v6.0.0-pre.5) (2025-12-20)
**Note:** Version bump only for package create-feathers
# [6.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.3...v6.0.0-pre.4) (2025-12-20)
**Note:** Version bump only for package create-feathers

View File

@ -1,7 +1,7 @@
{
"name": "create-feathers",
"description": "Create a new Feathers application",
"version": "6.0.0-pre.4",
"version": "6.0.0-pre.5",
"homepage": "https://feathersjs.com",
"bin": {
"create-feathers": "./bin/create-feathers.js"

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.4...v6.0.0-pre.5) (2025-12-20)
**Note:** Version bump only for package feathers
# [6.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v6.0.0-pre.3...v6.0.0-pre.4) (2025-12-20)
### Bug Fixes

View File

@ -1,7 +1,7 @@
{
"name": "feathers",
"description": "The API and real-time application framework",
"version": "6.0.0-pre.4",
"version": "6.0.0-pre.5",
"homepage": "https://feathersjs.com",
"repository": {
"type": "git",