Skip to content

Commit decff19

Browse files
committed
v1.0.0-alpha.1
1 parent fdd85f3 commit decff19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0"
7+
"version": "1.0.0-alpha.1"
88
}

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.0",
3+
"version": "1.0.0-alpha.1",
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.0",
3+
"version": "1.0.0-alpha.1",
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)