File tree Expand file tree Collapse file tree 7 files changed +34
-18
lines changed
Expand file tree Collapse file tree 7 files changed +34
-18
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 6.0.0-pre.8] ( https://github.com/feathersjs/feathers/compare/v6.0.0-pre.7...v6.0.0-pre.8 ) (2026-02-19)
7+
8+ ### Bug Fixes
9+
10+ - ** website:** add .npmrc to allow native module builds ([ 0fbe74d] ( https://github.com/feathersjs/feathers/commit/0fbe74d439e6096e01bd641729156053454f4b00 ) )
11+ - ** website:** add pnpm.onlyBuiltDependencies to package.json ([ 47be7fe] ( https://github.com/feathersjs/feathers/commit/47be7fe4c21fc23791794c1c64ca9d68e04c052e ) )
12+ - ** website:** enable build scripts in pnpm config ([ 0cbbd26] ( https://github.com/feathersjs/feathers/commit/0cbbd26f0050b448cfc9998010f9afeef3c8da49 ) )
13+ - ** website:** enable observability logs in wrangler config ([ 8c2a2a1] ( https://github.com/feathersjs/feathers/commit/8c2a2a118c9404638cd76a899571face5572b384 ) )
14+ - ** website:** remove broken links from API index ([ a065bdc] ( https://github.com/feathersjs/feathers/commit/a065bdc3d8f37b4ce4afb776f78ecce58406a5c9 ) )
15+ - ** website:** update @feathersdev/websites to 0.0.4 ([ #3652 ] ( https://github.com/feathersjs/feathers/issues/3652 ) ) ([ 197295d] ( https://github.com/feathersjs/feathers/commit/197295ddee25cae93af1891404751ffa39985be3 ) )
16+
17+ ### Features
18+
19+ - Remove qs dependency ([ #3659 ] ( https://github.com/feathersjs/feathers/issues/3659 ) ) ([ 2e787a8] ( https://github.com/feathersjs/feathers/commit/2e787a8b7d36c653007dce9cd532b50686c8174b ) )
20+ - Replace events package with modern TypeScript implementation ([ #3658 ] ( https://github.com/feathersjs/feathers/issues/3658 ) ) ([ 6c4deab] ( https://github.com/feathersjs/feathers/commit/6c4deab262219b41d8e660c7a1b8466c4890fa59 ) )
21+ - ** website:** add D1 database binding for content ([ 9839437] ( https://github.com/feathersjs/feathers/commit/9839437a1a60cf1261d56cca4d41bf93f1892112 ) )
22+ - ** website:** configure full observability logging in wrangler ([ 6f1e2c8] ( https://github.com/feathersjs/feathers/commit/6f1e2c84350b4dfcf931d88825c4a06510c912df ) )
23+
624# [ 6.0.0-pre.7] ( https://github.com/feathersjs/feathers/compare/v6.0.0-pre.6...v6.0.0-pre.7 ) (2026-01-29)
725
826** Note:** Version bump only for package feathers
Original file line number Diff line number Diff line change 11{
22 "ci" : false ,
33 "packages" : [" packages/*" ],
4- "version" : " 6.0.0-pre.7 " ,
4+ "version" : " 6.0.0-pre.8 " ,
55 "command" : {
66 "bootstrap" : {
77 "hoist" : true
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 6.0.0-pre.8] ( https://github.com/feathersjs/feathers/compare/v6.0.0-pre.7...v6.0.0-pre.8 ) (2026-02-19)
7+
8+ ** Note:** Version bump only for package create-feathers
9+
610# [ 6.0.0-pre.7] ( https://github.com/feathersjs/feathers/compare/v6.0.0-pre.6...v6.0.0-pre.7 ) (2026-01-29)
711
812** Note:** Version bump only for package create-feathers
Original file line number Diff line number Diff line change 11{
22 "name" : " create-feathers" ,
33 "description" : " Create a new Feathers application" ,
4- "version" : " 6.0.0-pre.7 " ,
4+ "version" : " 6.0.0-pre.8 " ,
55 "homepage" : " https://feathersjs.com" ,
66 "bin" : {
77 "create-feathers" : " ./bin/create-feathers.js"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 6.0.0-pre.8] ( https://github.com/feathersjs/feathers/compare/v6.0.0-pre.7...v6.0.0-pre.8 ) (2026-02-19)
7+
8+ ### Features
9+
10+ - Remove qs dependency ([ #3659 ] ( https://github.com/feathersjs/feathers/issues/3659 ) ) ([ 2e787a8] ( https://github.com/feathersjs/feathers/commit/2e787a8b7d36c653007dce9cd532b50686c8174b ) )
11+ - Replace events package with modern TypeScript implementation ([ #3658 ] ( https://github.com/feathersjs/feathers/issues/3658 ) ) ([ 6c4deab] ( https://github.com/feathersjs/feathers/commit/6c4deab262219b41d8e660c7a1b8466c4890fa59 ) )
12+
613# [ 6.0.0-pre.7] ( https://github.com/feathersjs/feathers/compare/v6.0.0-pre.6...v6.0.0-pre.7 ) (2026-01-29)
714
815** Note:** Version bump only for package feathers
Original file line number Diff line number Diff line change 11{
22 "name" : " feathers" ,
33 "description" : " The API and real-time application framework" ,
4- "version" : " 6.0.0-pre.7 " ,
4+ "version" : " 6.0.0-pre.8 " ,
55 "homepage" : " https://feathersjs.com" ,
66 "repository" : {
77 "type" : " git" ,
8888 "publishConfig" : {
8989 "access" : " public"
9090 },
91- "dependencies" : {},
9291 "devDependencies" : {
9392 "@types/node" : " ^24.1.0" ,
9493 "@types/qs" : " ^6.14.0" ,
You can’t perform that action at this time.
0 commit comments