From d516927163d5b24bde24692ae8089b41f0cf2421 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Mon, 6 Apr 2026 07:14:15 -0400 Subject: [PATCH] Bump version from 1.2.0-alpha.1 to 1.2.0 in package.json and package-lock.json --- infrastructure/package-lock.json | 8 ++++++-- infrastructure/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index f958da7..0369337 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/ionic8-starter-infrastructure", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/ionic8-starter-infrastructure", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "dependencies": { "aws-cdk-lib": "2.248.0", "constructs": "10.6.0", @@ -3935,6 +3935,7 @@ "version": "9.0.9", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^2.0.2" @@ -3950,12 +3951,14 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, "license": "MIT" }, "node_modules/minimatch/node_modules/brace-expansion": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz", "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==", + "dev": true, "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -4429,6 +4432,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 6431b4b..45b02d4 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/ionic8-starter-infrastructure", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "private": true, "scripts": { "build": "tsc", diff --git a/package-lock.json b/package-lock.json index e1740c1..5a6b61e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/ionic8-starter", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/ionic8-starter", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "@capacitor/android": "8.3.0", diff --git a/package.json b/package.json index 1c19f80..0353697 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "git+https://github.com/leanstacks/ionic8-starter.git" }, "license": "MIT", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "type": "module", "scripts": { "android": "npx cap sync android && npx cap open android",