From 49664a3175c7a472fafc7148277710628fd18cda Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Mon, 20 Apr 2026 10:50:42 -0400 Subject: [PATCH] Bump version to 1.3.0 in package.json and package-lock.json --- infrastructure/package-lock.json | 4 ++-- infrastructure/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 8e00d9b..461f7a0 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/nestjs-starter-infrastructure", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/nestjs-starter-infrastructure", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "dependencies": { "aws-cdk-lib": "2.250.0", "constructs": "10.6.0", diff --git a/infrastructure/package.json b/infrastructure/package.json index 12e1bdb..6256033 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/nestjs-starter-infrastructure", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "description": "AWS CDK infrastructure as code for the NestJS Starter application.", "private": true, "scripts": { diff --git a/package-lock.json b/package-lock.json index 5845115..02f49c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/nestjs-starter", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/nestjs-starter", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "@nestjs/cache-manager": "3.1.0", diff --git a/package.json b/package.json index 4cf1192..63eac6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/nestjs-starter", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "description": "A starter kit for NestJS application components.", "author": "Matthew Warman", "license": "MIT",