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.25",
"packages/build": "0.3.7",
"packages/cli": "0.7.35",
"packages/check-core": "0.1.5",
"packages/check-ui-shell": "0.2.11",
"packages/plugin-check": "0.3.19",
"packages/check-core": "0.1.6",
"packages/check-ui-shell": "0.2.12",
"packages/plugin-check": "0.3.20",
"packages/plugin-config": "0.2.8",
"packages/plugin-vite": "0.2.0",
"packages/plugin-wasm": "0.2.6",
Expand Down
15 changes: 15 additions & 0 deletions packages/check-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.6](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.5...check-core-v0.1.6) (2025-10-31)


### Features

* add support for filtering/skipping checks and comparisons in model-check ([#686](https://github.com/climateinteractive/SDEverywhere/issues/686)) ([95a0c53](https://github.com/climateinteractive/SDEverywhere/commit/95a0c53adbb5289041ec8f1e59b2826f406e7869)), closes [#682](https://github.com/climateinteractive/SDEverywhere/issues/682)
* add support for running multiple pairs of model instances concurrently in model-check ([#688](https://github.com/climateinteractive/SDEverywhere/issues/688)) ([db975b0](https://github.com/climateinteractive/SDEverywhere/commit/db975b0d3359cd8bbfc4987f24ce525a44a2b513)), closes [#683](https://github.com/climateinteractive/SDEverywhere/issues/683)
* add Trace View (tracing/diagnosis tool) to model-check ([#684](https://github.com/climateinteractive/SDEverywhere/issues/684)) ([a9f2b1c](https://github.com/climateinteractive/SDEverywhere/commit/a9f2b1c47be651463b1a85ef85078c65faca9ffe)), closes [#675](https://github.com/climateinteractive/SDEverywhere/issues/675)
* allow for different ways of sorting comparisons in model-check ([#693](https://github.com/climateinteractive/SDEverywhere/issues/693)) ([4cf615a](https://github.com/climateinteractive/SDEverywhere/commit/4cf615a68fd4c10ed7b23896023121e5986300f2)), closes [#692](https://github.com/climateinteractive/SDEverywhere/issues/692)


### Bug Fixes

* reduce size of impl var metadata in model-check bundle ([#689](https://github.com/climateinteractive/SDEverywhere/issues/689)) ([58cccb5](https://github.com/climateinteractive/SDEverywhere/commit/58cccb526fd2e86bef40672fe339b0b213c5ac89)), closes [#687](https://github.com/climateinteractive/SDEverywhere/issues/687)

## [0.1.5](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.4...check-core-v0.1.5) (2025-04-14)


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.5",
"version": "0.1.6",
"files": [
"dist/**",
"schema/**"
Expand Down
22 changes: 22 additions & 0 deletions packages/check-ui-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.2.12](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.11...check-ui-shell-v0.2.12) (2025-10-31)


### Features

* add support for filtering/skipping checks and comparisons in model-check ([#686](https://github.com/climateinteractive/SDEverywhere/issues/686)) ([95a0c53](https://github.com/climateinteractive/SDEverywhere/commit/95a0c53adbb5289041ec8f1e59b2826f406e7869)), closes [#682](https://github.com/climateinteractive/SDEverywhere/issues/682)
* add support for running multiple pairs of model instances concurrently in model-check ([#688](https://github.com/climateinteractive/SDEverywhere/issues/688)) ([db975b0](https://github.com/climateinteractive/SDEverywhere/commit/db975b0d3359cd8bbfc4987f24ce525a44a2b513)), closes [#683](https://github.com/climateinteractive/SDEverywhere/issues/683)
* add Trace View (tracing/diagnosis tool) to model-check ([#684](https://github.com/climateinteractive/SDEverywhere/issues/684)) ([a9f2b1c](https://github.com/climateinteractive/SDEverywhere/commit/a9f2b1c47be651463b1a85ef85078c65faca9ffe)), closes [#675](https://github.com/climateinteractive/SDEverywhere/issues/675)
* allow for different ways of sorting comparisons in model-check ([#693](https://github.com/climateinteractive/SDEverywhere/issues/693)) ([4cf615a](https://github.com/climateinteractive/SDEverywhere/commit/4cf615a68fd4c10ed7b23896023121e5986300f2)), closes [#692](https://github.com/climateinteractive/SDEverywhere/issues/692)


### Bug Fixes

* show `<` or `>` to indicate which max diff point value is greater ([#691](https://github.com/climateinteractive/SDEverywhere/issues/691)) ([33567e8](https://github.com/climateinteractive/SDEverywhere/commit/33567e83b4e3ce05617becdfd147f4e73e4b252e)), closes [#690](https://github.com/climateinteractive/SDEverywhere/issues/690)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/check-core bumped from ^0.1.5 to ^0.1.6

## [0.2.11](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.10...check-ui-shell-v0.2.11) (2025-10-17)


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.11",
"version": "0.2.12",
"files": [
"dist/**",
"types/**"
Expand Down Expand Up @@ -33,7 +33,7 @@
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@juggle/resize-observer": "^3.4.0",
"@sdeverywhere/check-core": "^0.1.5",
"@sdeverywhere/check-core": "^0.1.6",
"assert-never": "^1.2.1",
"chart.js": "^2.9.4",
"copy-text-to-clipboard": "^3.2.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/plugin-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.3.20](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.19...plugin-check-v0.3.20) (2025-10-31)


### Features

* add support for filtering/skipping checks and comparisons in model-check ([#686](https://github.com/climateinteractive/SDEverywhere/issues/686)) ([95a0c53](https://github.com/climateinteractive/SDEverywhere/commit/95a0c53adbb5289041ec8f1e59b2826f406e7869)), closes [#682](https://github.com/climateinteractive/SDEverywhere/issues/682)
* add support for running multiple pairs of model instances concurrently in model-check ([#688](https://github.com/climateinteractive/SDEverywhere/issues/688)) ([db975b0](https://github.com/climateinteractive/SDEverywhere/commit/db975b0d3359cd8bbfc4987f24ce525a44a2b513)), closes [#683](https://github.com/climateinteractive/SDEverywhere/issues/683)
* add Trace View (tracing/diagnosis tool) to model-check ([#684](https://github.com/climateinteractive/SDEverywhere/issues/684)) ([a9f2b1c](https://github.com/climateinteractive/SDEverywhere/commit/a9f2b1c47be651463b1a85ef85078c65faca9ffe)), closes [#675](https://github.com/climateinteractive/SDEverywhere/issues/675)


### Bug Fixes

* reduce size of impl var metadata in model-check bundle ([#689](https://github.com/climateinteractive/SDEverywhere/issues/689)) ([58cccb5](https://github.com/climateinteractive/SDEverywhere/commit/58cccb526fd2e86bef40672fe339b0b213c5ac89)), closes [#687](https://github.com/climateinteractive/SDEverywhere/issues/687)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/check-core bumped from ^0.1.5 to ^0.1.6
* @sdeverywhere/check-ui-shell bumped from ^0.2.11 to ^0.2.12

## [0.3.19](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.18...plugin-check-v0.3.19) (2025-10-17)


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.19",
"version": "0.3.20",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^6.0.2",
"@sdeverywhere/check-core": "^0.1.5",
"@sdeverywhere/check-ui-shell": "^0.2.11",
"@sdeverywhere/check-core": "^0.1.6",
"@sdeverywhere/check-ui-shell": "^0.2.12",
"@sdeverywhere/runtime": "^0.2.7",
"@sdeverywhere/runtime-async": "^0.2.7",
"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.