Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #526

Merged
merged 2 commits into from
Aug 27, 2024
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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"packages/cli": "0.7.25",
"packages/check-core": "0.1.2",
"packages/check-ui-shell": "0.2.5",
"packages/plugin-check": "0.3.8",
"packages/plugin-check": "0.3.9",
"packages/plugin-config": "0.2.6",
"packages/plugin-vite": "0.1.10",
"packages/plugin-wasm": "0.2.5",
"packages/plugin-worker": "0.2.6",
"packages/runtime": "0.2.4",
"packages/runtime-async": "0.2.4",
"packages/plugin-worker": "0.2.7",
"packages/runtime": "0.2.5",
"packages/runtime-async": "0.2.5",
"packages/create": "0.2.17"
}
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.9](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.8...plugin-check-v0.3.9) (2024-08-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.2.4 to ^0.2.5
* @sdeverywhere/runtime-async bumped from ^0.2.4 to ^0.2.5

## [0.3.8](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.7...plugin-check-v0.3.8) (2024-08-23)


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.8",
"version": "0.3.9",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@rollup/plugin-replace": "^5.0.2",
"@sdeverywhere/check-core": "^0.1.2",
"@sdeverywhere/check-ui-shell": "^0.2.5",
"@sdeverywhere/runtime": "^0.2.4",
"@sdeverywhere/runtime-async": "^0.2.4",
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime-async": "^0.2.5",
"assert-never": "^1.2.1",
"chokidar": "^3.5.3",
"picocolors": "^1.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.7](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.6...plugin-worker-v0.2.7) (2024-08-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.2.4 to ^0.2.5
* @sdeverywhere/runtime-async bumped from ^0.2.4 to ^0.2.5

## [0.2.6](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.5...plugin-worker-v0.2.6) (2024-08-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-worker",
"version": "0.2.6",
"version": "0.2.7",
"files": [
"dist/**",
"template-worker/**"
Expand Down Expand Up @@ -31,8 +31,8 @@
"ci:build": "run-s clean lint prettier:check test:ci type-check build docs"
},
"dependencies": {
"@sdeverywhere/runtime": "^0.2.4",
"@sdeverywhere/runtime-async": "^0.2.4",
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime-async": "^0.2.5",
"vite": "5.4.2"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.5](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.4...runtime-async-v0.2.5) (2024-08-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.2.4 to ^0.2.5

## [0.2.4](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.3...runtime-async-v0.2.4) (2024-08-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/runtime-async",
"version": "0.2.4",
"version": "0.2.5",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"ci:build": "run-s clean lint prettier:check type-check build test:ci docs"
},
"dependencies": {
"@sdeverywhere/runtime": "^0.2.4",
"@sdeverywhere/runtime": "^0.2.5",
"threads": "1.7.0"
},
"author": "Climate Interactive",
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.4...runtime-v0.2.5) (2024-08-27)


### Bug Fixes

* prevent error when model outputs buffer is larger than the RunModelParams internal buffer ([#525](https://github.com/climateinteractive/SDEverywhere/issues/525)) ([beed1f5](https://github.com/climateinteractive/SDEverywhere/commit/beed1f5082ed0884bf983f72c54f08d4ba3f70d8)), closes [#524](https://github.com/climateinteractive/SDEverywhere/issues/524)

## [0.2.4](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.3...runtime-v0.2.4) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/runtime",
"version": "0.2.4",
"version": "0.2.5",
"files": [
"dist/**"
],
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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