From 7836d91a7f6c974b5ea99703c211cb9853e32f24 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Tue, 7 Apr 2026 13:04:25 -0400 Subject: [PATCH] Bump version to 1.5.0 from 1.5.0-alpha.1 in package.json and package-lock.json --- infrastructure/package-lock.json | 5 +++-- infrastructure/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 172937e..33550a9 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/react-starter-infrastructure", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/react-starter-infrastructure", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "dependencies": { "aws-cdk-lib": "2.248.0", "constructs": "10.6.0", @@ -4382,6 +4382,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "license": "ISC", "bin": { "semver": "bin/semver.js" diff --git a/infrastructure/package.json b/infrastructure/package.json index 5345427..8d77789 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/react-starter-infrastructure", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "private": true, "scripts": { "build": "tsc", diff --git a/package-lock.json b/package-lock.json index a9113c9..748d9f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/react-starter", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/react-starter", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "license": "MIT", "dependencies": { "@fontsource-variable/noto-sans": "5.2.10", diff --git a/package.json b/package.json index 2a3f1f7..82c6de0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ ], "author": "LeanStacks", "license": "MIT", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "type": "module", "repository": { "type": "git",