From ecff8b9fd688c526e3589ad71a20f6ac1e37192a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 01:01:09 +0000 Subject: [PATCH] Bump version to 1.3.2 Drop the -pre prerelease suffix across all manifests to prepare the 1.3.2 stable release. All component versions must match the vMAJOR.MINOR.PATCH release tag for the release-feature workflow's metadata validation. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_016Fvxuqvi9VJa8UDt68h4QX --- package-lock.json | 6 +++--- .../src/devcontainer-dev-certs/devcontainer-feature.json | 2 +- src/shared/package.json | 2 +- src/vscode-ui-extension/package.json | 2 +- src/vscode-workspace-extension/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a58b619..13d0511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7112,7 +7112,7 @@ }, "src/shared": { "name": "@devcontainer-dev-certs/shared", - "version": "1.3.2-pre", + "version": "1.3.2", "dependencies": { "@peculiar/x509": "^2.0.0", "asn1js": "^3.0.10", @@ -7125,7 +7125,7 @@ }, "src/vscode-ui-extension": { "name": "devcontainer-dev-certs-host", - "version": "1.3.2-pre", + "version": "1.3.2", "license": "MIT", "dependencies": { "@devcontainer-dev-certs/shared": "*", @@ -7148,7 +7148,7 @@ }, "src/vscode-workspace-extension": { "name": "devcontainer-dev-certs-remote", - "version": "1.3.2-pre", + "version": "1.3.2", "license": "MIT", "dependencies": { "@devcontainer-dev-certs/shared": "*", diff --git a/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json b/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json index 10b0bf6..ac9a55b 100644 --- a/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json +++ b/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "devcontainer-dev-certs", - "version": "1.3.2-pre", + "version": "1.3.2", "name": "Dev Container Development Certificates", "description": "Enables trusted HTTPS in Dev Containers by preparing certificate trust infrastructure and installing companion VS Code extensions that automatically generate, trust, and transfer ASP.NET and Aspire compatible development certificates from the host machine. Add to your devcontainer.json: \"features\": { \"ghcr.io/dnegstad/devcontainer-dev-certs/devcontainer-dev-certs:1\": {} }", "documentationURL": "https://github.com/dnegstad/devcontainer-dev-certs", diff --git a/src/shared/package.json b/src/shared/package.json index c7a3c93..bc55e5e 100644 --- a/src/shared/package.json +++ b/src/shared/package.json @@ -1,6 +1,6 @@ { "name": "@devcontainer-dev-certs/shared", - "version": "1.3.2-pre", + "version": "1.3.2", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", diff --git a/src/vscode-ui-extension/package.json b/src/vscode-ui-extension/package.json index 5c6544f..77c757d 100644 --- a/src/vscode-ui-extension/package.json +++ b/src/vscode-ui-extension/package.json @@ -3,7 +3,7 @@ "displayName": "Dev Container Dev Certificates (Host)", "description": "Generates and trusts ASP.NET and Aspire compatible HTTPS development certificates on the host machine for use in Dev Containers and remote environments.", "icon": "images/dn_ui_extension_icon_256.png", - "version": "1.3.2-pre", + "version": "1.3.2", "publisher": "dnegstad", "license": "MIT", "repository": { diff --git a/src/vscode-workspace-extension/package.json b/src/vscode-workspace-extension/package.json index 5c81333..9a19e87 100644 --- a/src/vscode-workspace-extension/package.json +++ b/src/vscode-workspace-extension/package.json @@ -3,7 +3,7 @@ "displayName": "Dev Container Dev Certificates (Remote)", "description": "Receives and installs ASP.NET and Aspire compatible HTTPS development certificates inside Dev Containers and remote environments.", "icon": "images/dn_workspace_extension_icon_256.png", - "version": "1.3.2-pre", + "version": "1.3.2", "publisher": "dnegstad", "license": "MIT", "repository": {