mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
chore(release): publish v6.0.0-pre.5
This commit is contained in:
parent
c3f3006c2b
commit
1ac3ba15be
@ -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
|
||||
|
||||
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user