From e6aeaeaebff0ebf764e4f08cc2366b9622c34dba Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Fri, 1 May 2026 06:47:05 -0400 Subject: [PATCH] Bump version to 1.6.0 and update package-lock files --- 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 5444053..54634e7 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/react-starter-infrastructure", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/react-starter-infrastructure", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "dependencies": { "aws-cdk-lib": "2.252.0", "constructs": "10.6.0", @@ -4363,6 +4363,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 fa36ad0..d6ac4b9 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/react-starter-infrastructure", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "private": true, "scripts": { "build": "tsc", diff --git a/package-lock.json b/package-lock.json index 27cc413..8bfb44d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/react-starter", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/react-starter", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "license": "MIT", "dependencies": { "@fontsource-variable/noto-sans": "5.2.10", diff --git a/package.json b/package.json index 1ea43a5..72cff53 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ ], "author": "LeanStacks", "license": "MIT", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "type": "module", "repository": { "type": "git",