Skip to content

Commit

Permalink
chore: release main (#556)
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 dda4d69 commit d9f70fe
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"packages/build": "0.3.6",
"packages/cli": "0.7.27",
"packages/check-core": "0.1.3",
"packages/check-ui-shell": "0.2.6",
"packages/plugin-check": "0.3.10",
"packages/check-ui-shell": "0.2.7",
"packages/plugin-check": "0.3.11",
"packages/plugin-config": "0.2.6",
"packages/plugin-vite": "0.1.10",
"packages/plugin-wasm": "0.2.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/check-ui-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* correct the calculation of the number of rows with differences for a summary tab ([#555](https://github.com/climateinteractive/SDEverywhere/issues/555)) ([dda4d69](https://github.com/climateinteractive/SDEverywhere/commit/dda4d690d7cc2e5b20f4fffd5cdd31d1c4f9bd73)), closes [#554](https://github.com/climateinteractive/SDEverywhere/issues/554)

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


Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.2.7",
"files": [
"dist/**",
"types/**"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.11](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.10...plugin-check-v0.3.11) (2024-10-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/check-ui-shell bumped from ^0.2.6 to ^0.2.7

## [0.3.10](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.9...plugin-check-v0.3.10) (2024-10-16)


Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.3.11",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^5.0.2",
"@sdeverywhere/check-core": "^0.1.3",
"@sdeverywhere/check-ui-shell": "^0.2.6",
"@sdeverywhere/check-ui-shell": "^0.2.7",
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime-async": "^0.2.5",
"assert-never": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit d9f70fe

Please sign in to comment.