From 1cf127331e9c95adfb2da7ed802ccf6710077cfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:50:44 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- cli/CHANGELOG.md | 7 +++++++ web/CHANGELOG.md | 7 +++++++ web/package-lock.json | 4 ++-- web/package.json | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 784e460c..3bb07bd2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "web": "1.18.0", - "cli": "1.18.0" + "web": "1.18.1", + "cli": "1.18.1" } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2d79d8ea..f831b998 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -17,6 +17,13 @@ publish the extensions (see `.github/workflows/cli-release.yaml`). You no longer tag by hand; write Conventional Commit messages and release-please compiles the notes. +## [1.18.1](https://github.com/foundation50/classroom50/compare/cli-v1.18.0...cli-v1.18.1) (2026-07-28) + + +### Bug Fixes + +* **web:** remediate brace-expansion DoS and refresh dependencies ([#436](https://github.com/foundation50/classroom50/issues/436)) ([9e1d355](https://github.com/foundation50/classroom50/commit/9e1d355940fac44589d3bf8361f77c75b3f57d29)) + ## [1.18.0](https://github.com/foundation50/classroom50/compare/cli-v1.17.0...cli-v1.18.0) (2026-07-28) diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index 5482965b..d805e3de 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -17,6 +17,13 @@ classroom50.org (see `.github/workflows/web-release-please.yaml`). You no longer edit this file or tag by hand; write Conventional Commit messages and release-please compiles the notes. +## [1.18.1](https://github.com/foundation50/classroom50/compare/web-v1.18.0...web-v1.18.1) (2026-07-28) + + +### Bug Fixes + +* **web:** remediate brace-expansion DoS and refresh dependencies ([#436](https://github.com/foundation50/classroom50/issues/436)) ([9e1d355](https://github.com/foundation50/classroom50/commit/9e1d355940fac44589d3bf8361f77c75b3f57d29)) + ## [1.18.0](https://github.com/foundation50/classroom50/compare/web-v1.17.0...web-v1.18.0) (2026-07-28) diff --git a/web/package-lock.json b/web/package-lock.json index 8aa18343..0282276a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "classroom-alpha", - "version": "1.18.0", + "version": "1.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "classroom-alpha", - "version": "1.18.0", + "version": "1.18.1", "dependencies": { "@tailwindcss/vite": "^4.3.3", "@tanstack/react-form": "^1.33.2", diff --git a/web/package.json b/web/package.json index 16f4f0c0..322be51c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "classroom-alpha", "private": true, - "version": "1.18.0", + "version": "1.18.1", "type": "module", "scripts": { "dev": "vite",