Skip to content

Commit cd1e71a

Browse files
chore: release main
1 parent 33567e8 commit cd1e71a

File tree

7 files changed

+66
-9
lines changed

7 files changed

+66
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"packages/compile": "0.7.25",
44
"packages/build": "0.3.7",
55
"packages/cli": "0.7.35",
6-
"packages/check-core": "0.1.5",
7-
"packages/check-ui-shell": "0.2.11",
8-
"packages/plugin-check": "0.3.19",
6+
"packages/check-core": "0.1.6",
7+
"packages/check-ui-shell": "0.2.12",
8+
"packages/plugin-check": "0.3.20",
99
"packages/plugin-config": "0.2.8",
1010
"packages/plugin-vite": "0.2.0",
1111
"packages/plugin-wasm": "0.2.6",

packages/check-core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.5...check-core-v0.1.6) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* 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)
9+
* 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)
10+
* 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)
11+
12+
13+
### Bug Fixes
14+
15+
* 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)
16+
317
## [0.1.5](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.4...check-core-v0.1.5) (2025-04-14)
418

519

packages/check-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/check-core",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"files": [
55
"dist/**",
66
"schema/**"

packages/check-ui-shell/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.12](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.11...check-ui-shell-v0.2.12) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* 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)
9+
* 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)
10+
* 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)
11+
12+
13+
### Bug Fixes
14+
15+
* 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)
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @sdeverywhere/check-core bumped from ^0.1.5 to ^0.1.6
23+
324
## [0.2.11](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.10...check-ui-shell-v0.2.11) (2025-10-17)
425

526

packages/check-ui-shell/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/check-ui-shell",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"files": [
55
"dist/**",
66
"types/**"
@@ -33,7 +33,7 @@
3333
"@fortawesome/free-regular-svg-icons": "^6.1.1",
3434
"@fortawesome/free-solid-svg-icons": "^6.1.1",
3535
"@juggle/resize-observer": "^3.4.0",
36-
"@sdeverywhere/check-core": "^0.1.5",
36+
"@sdeverywhere/check-core": "^0.1.6",
3737
"assert-never": "^1.2.1",
3838
"chart.js": "^2.9.4",
3939
"copy-text-to-clipboard": "^3.2.0",

packages/plugin-check/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.3.20](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.19...plugin-check-v0.3.20) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* 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)
9+
* 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)
10+
* 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)
11+
12+
13+
### Bug Fixes
14+
15+
* 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)
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @sdeverywhere/check-core bumped from ^0.1.5 to ^0.1.6
23+
* @sdeverywhere/check-ui-shell bumped from ^0.2.11 to ^0.2.12
24+
325
## [0.3.19](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.18...plugin-check-v0.3.19) (2025-10-17)
426

527

packages/plugin-check/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/plugin-check",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"files": [
55
"bin/**",
66
"dist/**",
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@rollup/plugin-node-resolve": "^13.3.0",
4141
"@rollup/plugin-replace": "^6.0.2",
42-
"@sdeverywhere/check-core": "^0.1.5",
43-
"@sdeverywhere/check-ui-shell": "^0.2.11",
42+
"@sdeverywhere/check-core": "^0.1.6",
43+
"@sdeverywhere/check-ui-shell": "^0.2.12",
4444
"@sdeverywhere/runtime": "^0.2.7",
4545
"@sdeverywhere/runtime-async": "^0.2.7",
4646
"assert-never": "^1.2.1",

0 commit comments

Comments
 (0)