Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.0.0-alpha.6"
"version": "1.0.0-alpha.7"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"license": "BSD-3-Clause",
"private": true,
"workspaces": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rockets-server-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-alpha.6] - 2026-02-19
## [1.0.0-alpha.7] - 2026-02-19

### Changed

Expand Down Expand Up @@ -217,7 +217,7 @@ and this project adheres to
`class-validator`, `rxjs`
- BSD-3-Clause license

[1.0.0-alpha.6]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.6
[1.0.0-alpha.7]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.7
[1.0.0-alpha.5]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.5
[1.0.0-alpha.4]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.4
[1.0.0-alpha.3]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.3
Expand Down
2 changes: 1 addition & 1 deletion packages/rockets-server-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwild/rockets-auth",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more",
"author": "Thiago Ramalho <thiago.ramalho@concepta.com>",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions packages/rockets-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-alpha.6] - 2026-02-19
## [1.0.0-alpha.7] - 2026-02-19

### Changed

Expand Down Expand Up @@ -140,7 +140,7 @@ and this project adheres to
- Compatible with NestJS 10.x
- BSD-3-Clause license

[1.0.0-alpha.6]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.6
[1.0.0-alpha.7]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.7
[1.0.0-alpha.5]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.5
[1.0.0-alpha.4]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.4
[1.0.0-alpha.3]: https://github.com/btwld/rockets/releases/tag/v1.0.0-alpha.3
Expand Down
2 changes: 1 addition & 1 deletion packages/rockets-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwild/rockets",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Rockets - Core server functionality for NestJS applications with built-in authentication, user management, and API scaffolding",
"author": "Thiago Ramalho <thiago.ramalho@concepta.com>",
"license": "BSD-3-Clause",
Expand Down