From ce7a1afaea00fc8ecd1a00d4cf73ea30f0af2ddf Mon Sep 17 00:00:00 2001 From: climateinteractive-bot <106618738+climateinteractive-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:01:30 -0700 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 8 ++++---- packages/plugin-check/CHANGELOG.md | 10 ++++++++++ packages/plugin-check/package.json | 6 +++--- packages/plugin-worker/CHANGELOG.md | 10 ++++++++++ packages/plugin-worker/package.json | 6 +++--- packages/runtime-async/CHANGELOG.md | 9 +++++++++ packages/runtime-async/package.json | 4 ++-- packages/runtime/CHANGELOG.md | 7 +++++++ packages/runtime/package.json | 2 +- 9 files changed, 49 insertions(+), 13 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3379864b..9d9a0b86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/packages/plugin-check/CHANGELOG.md b/packages/plugin-check/CHANGELOG.md index 982b6a16..a81251fc 100644 --- a/packages/plugin-check/CHANGELOG.md +++ b/packages/plugin-check/CHANGELOG.md @@ -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) diff --git a/packages/plugin-check/package.json b/packages/plugin-check/package.json index d7ed0da3..d398bb5a 100644 --- a/packages/plugin-check/package.json +++ b/packages/plugin-check/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-check", - "version": "0.3.8", + "version": "0.3.9", "files": [ "bin/**", "dist/**", @@ -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", diff --git a/packages/plugin-worker/CHANGELOG.md b/packages/plugin-worker/CHANGELOG.md index f05c251e..f2fa3eff 100644 --- a/packages/plugin-worker/CHANGELOG.md +++ b/packages/plugin-worker/CHANGELOG.md @@ -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) diff --git a/packages/plugin-worker/package.json b/packages/plugin-worker/package.json index ffcae850..dfcb950d 100644 --- a/packages/plugin-worker/package.json +++ b/packages/plugin-worker/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-worker", - "version": "0.2.6", + "version": "0.2.7", "files": [ "dist/**", "template-worker/**" @@ -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": { diff --git a/packages/runtime-async/CHANGELOG.md b/packages/runtime-async/CHANGELOG.md index 7058f13c..c2b83bb9 100644 --- a/packages/runtime-async/CHANGELOG.md +++ b/packages/runtime-async/CHANGELOG.md @@ -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) diff --git a/packages/runtime-async/package.json b/packages/runtime-async/package.json index 827db5cf..8224ca2c 100644 --- a/packages/runtime-async/package.json +++ b/packages/runtime-async/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/runtime-async", - "version": "0.2.4", + "version": "0.2.5", "files": [ "dist/**" ], @@ -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", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 1dcff944..62b6bbae 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -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) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 666e3faf..53c89c89 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/runtime", - "version": "0.2.4", + "version": "0.2.5", "files": [ "dist/**" ], From 1688ed0bf421fa4ec09d6d02c97ddef2faca03f6 Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Tue, 27 Aug 2024 16:03:14 -0700 Subject: [PATCH 2/2] build: update lock file --- pnpm-lock.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 261dc53e..ff830c65 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -431,10 +431,10 @@ importers: specifier: ^0.2.5 version: link:../check-ui-shell '@sdeverywhere/runtime': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../runtime '@sdeverywhere/runtime-async': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../runtime-async assert-never: specifier: ^1.2.1 @@ -524,10 +524,10 @@ importers: packages/plugin-worker: dependencies: '@sdeverywhere/runtime': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../runtime '@sdeverywhere/runtime-async': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../runtime-async vite: specifier: 5.4.2 @@ -549,7 +549,7 @@ importers: packages/runtime-async: dependencies: '@sdeverywhere/runtime': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../runtime threads: specifier: 1.7.0