Skip to content

Commit

Permalink
chore: release main (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Campbell <[email protected]>
  • Loading branch information
climateinteractive-bot and chrispcampbell authored Oct 16, 2024
1 parent 94fbb09 commit d513284
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 12 deletions.
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.20",
"packages/build": "0.3.6",
"packages/cli": "0.7.27",
"packages/check-core": "0.1.2",
"packages/check-ui-shell": "0.2.5",
"packages/plugin-check": "0.3.9",
"packages/check-core": "0.1.3",
"packages/check-ui-shell": "0.2.6",
"packages/plugin-check": "0.3.10",
"packages/plugin-config": "0.2.6",
"packages/plugin-vite": "0.1.10",
"packages/plugin-wasm": "0.2.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/check-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.3](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.2...check-core-v0.1.3) (2024-10-16)


### Features

* add support for configuring comparison graph groups and order ([#541](https://github.com/climateinteractive/SDEverywhere/issues/541)) ([922a4d4](https://github.com/climateinteractive/SDEverywhere/commit/922a4d4be1d0977904aeb9f5b69e9e96361415ef)), closes [#539](https://github.com/climateinteractive/SDEverywhere/issues/539)
* allow for adding reference plots to a comparison graph ([#550](https://github.com/climateinteractive/SDEverywhere/issues/550)) ([4f0495a](https://github.com/climateinteractive/SDEverywhere/commit/4f0495a65914ebde39af5558bd5f62d73b28fa13)), closes [#549](https://github.com/climateinteractive/SDEverywhere/issues/549)
* allow for customizing the set of context graphs that are displayed for a given dataset/scenario ([#544](https://github.com/climateinteractive/SDEverywhere/issues/544)) ([04f3410](https://github.com/climateinteractive/SDEverywhere/commit/04f341057f5551c2b4ded0e2e86722171f26ea01)), closes [#540](https://github.com/climateinteractive/SDEverywhere/issues/540)
* allow for showing a mix of dataset/scenario combinations in a single comparison view ([#553](https://github.com/climateinteractive/SDEverywhere/issues/553)) ([94fbb09](https://github.com/climateinteractive/SDEverywhere/commit/94fbb09740ac08a707bfd8cb6aaf5321ff0e1e64)), closes [#552](https://github.com/climateinteractive/SDEverywhere/issues/552)

## [0.1.2](https://github.com/climateinteractive/SDEverywhere/compare/check-core-v0.1.1...check-core-v0.1.2) (2024-03-26)


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

## [0.2.6](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.5...check-ui-shell-v0.2.6) (2024-10-16)


### Features

* add support for configuring comparison graph groups and order ([#541](https://github.com/climateinteractive/SDEverywhere/issues/541)) ([922a4d4](https://github.com/climateinteractive/SDEverywhere/commit/922a4d4be1d0977904aeb9f5b69e9e96361415ef)), closes [#539](https://github.com/climateinteractive/SDEverywhere/issues/539)
* add view option for consistent y-axis limits across a row of comparison graphs ([#548](https://github.com/climateinteractive/SDEverywhere/issues/548)) ([d8ce779](https://github.com/climateinteractive/SDEverywhere/commit/d8ce77975c0c14753a63550652b4a415cc4f1802)), closes [#547](https://github.com/climateinteractive/SDEverywhere/issues/547)
* allow for adding reference plots to a comparison graph ([#550](https://github.com/climateinteractive/SDEverywhere/issues/550)) ([4f0495a](https://github.com/climateinteractive/SDEverywhere/commit/4f0495a65914ebde39af5558bd5f62d73b28fa13)), closes [#549](https://github.com/climateinteractive/SDEverywhere/issues/549)
* allow for customizing the set of context graphs that are displayed for a given dataset/scenario ([#544](https://github.com/climateinteractive/SDEverywhere/issues/544)) ([04f3410](https://github.com/climateinteractive/SDEverywhere/commit/04f341057f5551c2b4ded0e2e86722171f26ea01)), closes [#540](https://github.com/climateinteractive/SDEverywhere/issues/540)
* allow for pinning scenarios/datasets in model-check report ([#551](https://github.com/climateinteractive/SDEverywhere/issues/551)) ([e3b0463](https://github.com/climateinteractive/SDEverywhere/commit/e3b04636909d0fdd57ed9b7b9a0b8b6ab462afc4)), closes [#537](https://github.com/climateinteractive/SDEverywhere/issues/537)
* allow for showing a mix of dataset/scenario combinations in a single comparison view ([#553](https://github.com/climateinteractive/SDEverywhere/issues/553)) ([94fbb09](https://github.com/climateinteractive/SDEverywhere/commit/94fbb09740ac08a707bfd8cb6aaf5321ff0e1e64)), closes [#552](https://github.com/climateinteractive/SDEverywhere/issues/552)


### Bug Fixes

* allow for displaying more than 3 graph boxes in one row in detail view ([#546](https://github.com/climateinteractive/SDEverywhere/issues/546)) ([5a76a03](https://github.com/climateinteractive/SDEverywhere/commit/5a76a035009b8678ef54ddd60f9cd44798efd631)), closes [#545](https://github.com/climateinteractive/SDEverywhere/issues/545)


### Dependencies

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

## [0.2.5](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.4...check-ui-shell-v0.2.5) (2024-08-23)


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.5",
"version": "0.2.6",
"files": [
"dist/**",
"types/**"
Expand Down Expand Up @@ -29,7 +29,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.2",
"@sdeverywhere/check-core": "^0.1.3",
"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.10](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.9...plugin-check-v0.3.10) (2024-10-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/check-core bumped from ^0.1.2 to ^0.1.3
* @sdeverywhere/check-ui-shell bumped from ^0.2.5 to ^0.2.6

## [0.3.9](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.8...plugin-check-v0.3.9) (2024-08-27)


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.9",
"version": "0.3.10",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^5.0.2",
"@sdeverywhere/check-core": "^0.1.2",
"@sdeverywhere/check-ui-shell": "^0.2.5",
"@sdeverywhere/check-core": "^0.1.3",
"@sdeverywhere/check-ui-shell": "^0.2.6",
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime-async": "^0.2.5",
"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.

0 comments on commit d513284

Please sign in to comment.