diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7409d398..1ee93f82 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,12 +4,12 @@ "packages/build": "0.3.2", "packages/check-core": "0.1.1", "packages/check-ui-shell": "0.2.3", - "packages/plugin-check": "0.3.3", - "packages/plugin-vite": "0.1.6", + "packages/plugin-check": "0.3.4", + "packages/plugin-vite": "0.1.7", "packages/plugin-wasm": "0.2.1", - "packages/plugin-worker": "0.2.2", - "packages/runtime": "0.2.1", - "packages/runtime-async": "0.2.1", + "packages/plugin-worker": "0.2.3", + "packages/runtime": "0.2.2", + "packages/runtime-async": "0.2.2", "packages/create": "0.2.4", - "packages/plugin-config": "0.2.1" + "packages/plugin-config": "0.2.2" } diff --git a/packages/plugin-check/CHANGELOG.md b/packages/plugin-check/CHANGELOG.md index 9f5fd25a..16d7c711 100644 --- a/packages/plugin-check/CHANGELOG.md +++ b/packages/plugin-check/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.4](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.3...plugin-check-v0.3.4) (2023-09-28) + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @sdeverywhere/runtime bumped from ^0.2.1 to ^0.2.2 + * @sdeverywhere/runtime-async bumped from ^0.2.1 to ^0.2.2 + ## [0.3.3](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.2...plugin-check-v0.3.3) (2023-09-28) ### Dependencies diff --git a/packages/plugin-check/package.json b/packages/plugin-check/package.json index a9dd2c1e..acc38f37 100644 --- a/packages/plugin-check/package.json +++ b/packages/plugin-check/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-check", - "version": "0.3.3", + "version": "0.3.4", "files": [ "bin/**", "dist/**", @@ -41,8 +41,8 @@ "@rollup/plugin-replace": "^5.0.2", "@sdeverywhere/check-core": "^0.1.1", "@sdeverywhere/check-ui-shell": "^0.2.3", - "@sdeverywhere/runtime": "^0.2.1", - "@sdeverywhere/runtime-async": "^0.2.1", + "@sdeverywhere/runtime": "^0.2.2", + "@sdeverywhere/runtime-async": "^0.2.2", "assert-never": "^1.2.1", "chokidar": "^3.5.3", "picocolors": "^1.0.0", diff --git a/packages/plugin-config/CHANGELOG.md b/packages/plugin-config/CHANGELOG.md index f60875a3..8d8f9b3c 100644 --- a/packages/plugin-config/CHANGELOG.md +++ b/packages/plugin-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/plugin-config-v0.2.1...plugin-config-v0.2.2) (2023-09-28) + + +### Bug Fixes + +* add trivial changes to correct previous publish failures and force re-publish ([#362](https://github.com/climateinteractive/SDEverywhere/issues/362)) ([544d4da](https://github.com/climateinteractive/SDEverywhere/commit/544d4dac5f5d6d71885f9ba15f95ee9c91e0ec66)), closes [#361](https://github.com/climateinteractive/SDEverywhere/issues/361) + ## [0.2.1](https://github.com/climateinteractive/SDEverywhere/compare/plugin-config-v0.2.0...plugin-config-v0.2.1) (2023-05-03) ### Bug Fixes diff --git a/packages/plugin-config/package.json b/packages/plugin-config/package.json index f0e07327..6667ae92 100644 --- a/packages/plugin-config/package.json +++ b/packages/plugin-config/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-config", - "version": "0.2.1", + "version": "0.2.2", "files": [ "dist/**", "template-config/**" diff --git a/packages/plugin-vite/CHANGELOG.md b/packages/plugin-vite/CHANGELOG.md index 716eb9a1..7868a7f8 100644 --- a/packages/plugin-vite/CHANGELOG.md +++ b/packages/plugin-vite/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/climateinteractive/SDEverywhere/compare/plugin-vite-v0.1.6...plugin-vite-v0.1.7) (2023-09-28) + + +### Bug Fixes + +* add trivial changes to correct previous publish failures and force re-publish ([#362](https://github.com/climateinteractive/SDEverywhere/issues/362)) ([544d4da](https://github.com/climateinteractive/SDEverywhere/commit/544d4dac5f5d6d71885f9ba15f95ee9c91e0ec66)), closes [#361](https://github.com/climateinteractive/SDEverywhere/issues/361) + ## [0.1.6](https://github.com/climateinteractive/SDEverywhere/compare/plugin-vite-v0.1.5...plugin-vite-v0.1.6) (2023-09-05) Note: The `peerDependencies` field for the `plugin-vite` package has been updated to allow for either `vite ^3.0.0` or `vite ^4.0.0`. diff --git a/packages/plugin-vite/package.json b/packages/plugin-vite/package.json index 596ff8b7..94a628ba 100644 --- a/packages/plugin-vite/package.json +++ b/packages/plugin-vite/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-vite", - "version": "0.1.6", + "version": "0.1.7", "files": [ "dist/**" ], diff --git a/packages/plugin-worker/CHANGELOG.md b/packages/plugin-worker/CHANGELOG.md index 1da6c872..00ac3b42 100644 --- a/packages/plugin-worker/CHANGELOG.md +++ b/packages/plugin-worker/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.1...plugin-worker-v0.2.2) (2023-09-05) +## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.2...plugin-worker-v0.2.3) (2023-09-28) + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @sdeverywhere/runtime bumped from ^0.2.1 to ^0.2.2 + * @sdeverywhere/runtime-async bumped from ^0.2.1 to ^0.2.2 + +## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.1...plugin-worker-v0.2.2) (2023-09-28) ### Dependencies diff --git a/packages/plugin-worker/package.json b/packages/plugin-worker/package.json index 61a627ab..90ce079a 100644 --- a/packages/plugin-worker/package.json +++ b/packages/plugin-worker/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/plugin-worker", - "version": "0.2.2", + "version": "0.2.3", "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.1", - "@sdeverywhere/runtime-async": "^0.2.1", + "@sdeverywhere/runtime": "^0.2.2", + "@sdeverywhere/runtime-async": "^0.2.2", "vite": "4.4.9" }, "peerDependencies": { diff --git a/packages/runtime-async/CHANGELOG.md b/packages/runtime-async/CHANGELOG.md index ebf017ca..5ba12625 100644 --- a/packages/runtime-async/CHANGELOG.md +++ b/packages/runtime-async/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.1...runtime-async-v0.2.2) (2023-09-28) + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @sdeverywhere/runtime bumped from ^0.2.1 to ^0.2.2 + ## [0.2.1](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.0...runtime-async-v0.2.1) (2023-09-28) diff --git a/packages/runtime-async/package.json b/packages/runtime-async/package.json index 9bcb8bff..55103cc9 100644 --- a/packages/runtime-async/package.json +++ b/packages/runtime-async/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/runtime-async", - "version": "0.2.1", + "version": "0.2.2", "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.1", + "@sdeverywhere/runtime": "^0.2.2", "threads": "1.7.0" }, "author": "Climate Interactive", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index c5253bb4..24a15de0 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.1...runtime-v0.2.2) (2023-09-28) + + +### Bug Fixes + +* add trivial changes to correct previous publish failures and force re-publish ([#362](https://github.com/climateinteractive/SDEverywhere/issues/362)) ([544d4da](https://github.com/climateinteractive/SDEverywhere/commit/544d4dac5f5d6d71885f9ba15f95ee9c91e0ec66)), closes [#361](https://github.com/climateinteractive/SDEverywhere/issues/361) + ## [0.2.1](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.0...runtime-v0.2.1) (2023-09-28) ### Features diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 2c8f806f..4c5d74b6 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@sdeverywhere/runtime", - "version": "0.2.1", + "version": "0.2.2", "files": [ "dist/**" ], diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf22f0b4..1c990fa7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -363,10 +363,10 @@ importers: specifier: ^0.2.3 version: link:../check-ui-shell '@sdeverywhere/runtime': - specifier: ^0.2.1 + specifier: ^0.2.2 version: link:../runtime '@sdeverywhere/runtime-async': - specifier: ^0.2.1 + specifier: ^0.2.2 version: link:../runtime-async assert-never: specifier: ^1.2.1 @@ -456,10 +456,10 @@ importers: packages/plugin-worker: dependencies: '@sdeverywhere/runtime': - specifier: ^0.2.1 + specifier: ^0.2.2 version: link:../runtime '@sdeverywhere/runtime-async': - specifier: ^0.2.1 + specifier: ^0.2.2 version: link:../runtime-async vite: specifier: 4.4.9 @@ -481,7 +481,7 @@ importers: packages/runtime-async: dependencies: '@sdeverywhere/runtime': - specifier: ^0.2.1 + specifier: ^0.2.2 version: link:../runtime threads: specifier: 1.7.0