Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/check-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/check-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/check-core",
"version": "0.1.11",
"version": "0.1.12",
"files": [
"dist/**",
"schema/**"
Expand Down
15 changes: 15 additions & 0 deletions packages/check-ui-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/check-ui-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/check-ui-shell",
"version": "0.2.23",
"version": "0.2.24",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-check",
"version": "0.3.32",
"version": "0.3.33",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.