From cc1aa0986a6b37026b27aef6c774fb53cda9b858 Mon Sep 17 00:00:00 2001 From: climateinteractive-bot <106618738+climateinteractive-bot@users.noreply.github.com> Date: Thu, 28 May 2026 12:10:17 -0700 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 6 +++--- packages/check-core/CHANGELOG.md | 7 +++++++ packages/check-core/package.json | 2 +- packages/check-ui-shell/CHANGELOG.md | 15 +++++++++++++++ packages/check-ui-shell/package.json | 4 ++-- packages/plugin-check/CHANGELOG.md | 10 ++++++++++ packages/plugin-check/package.json | 6 +++--- 7 files changed, 41 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 94bcd20b..6241a6ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,9 +3,9 @@ "packages/compile": "0.7.30", "packages/build": "0.3.12", "packages/cli": "0.7.42", - "packages/check-core": "0.1.11", - "packages/check-ui-shell": "0.2.23", - "packages/plugin-check": "0.3.32", + "packages/check-core": "0.1.12", + "packages/check-ui-shell": "0.2.24", + "packages/plugin-check": "0.3.33", "packages/plugin-config": "0.2.10", "packages/plugin-vite": "0.2.2", "packages/plugin-wasm": "0.2.7", diff --git a/packages/check-core/CHANGELOG.md b/packages/check-core/CHANGELOG.md index bfbafc38..9be6d600 100644 --- a/packages/check-core/CHANGELOG.md +++ b/packages/check-core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.11...check-core-v0.1.12) (2026-05-28) + + +### Bug Fixes + +* treat out-of-range values in comparison tests as a warning instead of error ([#827](https://github.com/climateinteractive/SDEverywhere/issues/827)) ([5677f64](https://github.com/climateinteractive/SDEverywhere/commit/5677f642e9e2d9e2c6c597650dd381b787d9bbec)), closes [#825](https://github.com/climateinteractive/SDEverywhere/issues/825) + ## [0.1.11](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.10...check-core-v0.1.11) (2026-05-11) diff --git a/packages/check-core/package.json b/packages/check-core/package.json index 8ab9c748..3419734b 100644 --- a/packages/check-core/package.json +++ b/packages/check-core/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/check-core", - "version": "0.1.11", + "version": "0.1.12", "files": [ "dist/**", "schema/**" diff --git a/packages/check-ui-shell/CHANGELOG.md b/packages/check-ui-shell/CHANGELOG.md index ef7354f4..40018b6b 100644 --- a/packages/check-ui-shell/CHANGELOG.md +++ b/packages/check-ui-shell/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.24](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.23...check-ui-shell-v0.2.24) (2026-05-28) + + +### Bug Fixes + +* improve layout of error/warning annotations in model-check ([#831](https://github.com/climateinteractive/SDEverywhere/issues/831)) ([f5dc050](https://github.com/climateinteractive/SDEverywhere/commit/f5dc050a4cab607f4e135581a02f9726887a66e8)), closes [#826](https://github.com/climateinteractive/SDEverywhere/issues/826) +* treat out-of-range values in comparison tests as a warning instead of error ([#827](https://github.com/climateinteractive/SDEverywhere/issues/827)) ([5677f64](https://github.com/climateinteractive/SDEverywhere/commit/5677f642e9e2d9e2c6c597650dd381b787d9bbec)), closes [#825](https://github.com/climateinteractive/SDEverywhere/issues/825) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @sdeverywhere/check-core bumped from ^0.1.11 to ^0.1.12 + ## [0.2.23](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.22...check-ui-shell-v0.2.23) (2026-05-11) diff --git a/packages/check-ui-shell/package.json b/packages/check-ui-shell/package.json index 1f45cec6..e6d279d7 100644 --- a/packages/check-ui-shell/package.json +++ b/packages/check-ui-shell/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/check-ui-shell", - "version": "0.2.23", + "version": "0.2.24", "files": [ "dist/**" ], @@ -34,7 +34,7 @@ "@fortawesome/free-regular-svg-icons": "^7.1.0", "@fortawesome/free-solid-svg-icons": "^7.1.0", "@juggle/resize-observer": "^3.4.0", - "@sdeverywhere/check-core": "^0.1.11", + "@sdeverywhere/check-core": "^0.1.12", "assert-never": "^1.2.1", "chart.js": "^2.9.4", "copy-text-to-clipboard": "^3.2.0", diff --git a/packages/plugin-check/CHANGELOG.md b/packages/plugin-check/CHANGELOG.md index dc98a17d..a23d058c 100644 --- a/packages/plugin-check/CHANGELOG.md +++ b/packages/plugin-check/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.33](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.32...plugin-check-v0.3.33) (2026-05-28) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @sdeverywhere/check-core bumped from ^0.1.11 to ^0.1.12 + * @sdeverywhere/check-ui-shell bumped from ^0.2.23 to ^0.2.24 + ## [0.3.32](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.31...plugin-check-v0.3.32) (2026-05-11) diff --git a/packages/plugin-check/package.json b/packages/plugin-check/package.json index a8f09eee..bca693fd 100644 --- a/packages/plugin-check/package.json +++ b/packages/plugin-check/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-check", - "version": "0.3.32", + "version": "0.3.33", "files": [ "bin/**", "dist/**", @@ -39,8 +39,8 @@ "dependencies": { "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", - "@sdeverywhere/check-core": "^0.1.11", - "@sdeverywhere/check-ui-shell": "^0.2.23", + "@sdeverywhere/check-core": "^0.1.12", + "@sdeverywhere/check-ui-shell": "^0.2.24", "@sdeverywhere/runtime": "^0.2.8", "@sdeverywhere/runtime-async": "^0.2.8", "assert-never": "^1.2.1", From 666fd87725ae53b161d2734ed5aa7eee5b493b8f Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Thu, 28 May 2026 12:15:07 -0700 Subject: [PATCH 2/2] build: update lock file --- pnpm-lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee48f52c..6e97a59f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -534,7 +534,7 @@ importers: specifier: ^3.4.0 version: 3.4.0 '@sdeverywhere/check-core': - specifier: ^0.1.11 + specifier: ^0.1.12 version: link:../check-core assert-never: specifier: ^1.2.1 @@ -729,10 +729,10 @@ importers: specifier: ^6.0.3 version: 6.0.3(rollup@4.53.3) '@sdeverywhere/check-core': - specifier: ^0.1.11 + specifier: ^0.1.12 version: link:../check-core '@sdeverywhere/check-ui-shell': - specifier: ^0.2.23 + specifier: ^0.2.24 version: link:../check-ui-shell '@sdeverywhere/runtime': specifier: ^0.2.8