Skip to content

Commit 550bc79

Browse files
authored
chore: bump 1.0.0-alpha.5 (#21)
1 parent 4edc74f commit 550bc79

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "1.0.0-alpha.4"
7+
"version": "1.0.0-alpha.5"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.0-dev.8",
3+
"version": "1.0.0-alpha.5",
44
"license": "BSD-3-Clause",
55
"private": true,
66
"workspaces": {

packages/rockets-server-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitwild/rockets-auth",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more",
55
"author": "Thiago Ramalho <thiago.ramalho@concepta.com>",
66
"license": "BSD-3-Clause",

packages/rockets-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitwild/rockets",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "Rockets - Core server functionality for NestJS applications with built-in authentication, user management, and API scaffolding",
55
"author": "Thiago Ramalho <thiago.ramalho@concepta.com>",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)