Skip to content

Commit

Permalink
chore: release main (#516)
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 Aug 21, 2024
1 parent 14bb055 commit 4d6ee2b
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 18 deletions.
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.24",
"packages/check-core": "0.1.2",
"packages/check-ui-shell": "0.2.4",
"packages/plugin-check": "0.3.6",
"packages/plugin-check": "0.3.7",
"packages/plugin-config": "0.2.5",
"packages/plugin-vite": "0.1.9",
"packages/plugin-wasm": "0.2.4",
"packages/plugin-worker": "0.2.4",
"packages/runtime": "0.2.3",
"packages/runtime-async": "0.2.3",
"packages/plugin-worker": "0.2.5",
"packages/runtime": "0.2.4",
"packages/runtime-async": "0.2.4",
"packages/create": "0.2.16"
}
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.7](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.6...plugin-check-v0.3.7) (2024-08-21)


### Dependencies

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

## [0.3.6](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.5...plugin-check-v0.3.6) (2024-08-17)


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.6",
"version": "0.3.7",
"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.4",
"@sdeverywhere/runtime": "^0.2.3",
"@sdeverywhere/runtime-async": "^0.2.3",
"@sdeverywhere/runtime": "^0.2.4",
"@sdeverywhere/runtime-async": "^0.2.4",
"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.5](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.4...plugin-worker-v0.2.5) (2024-08-21)


### Dependencies

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

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


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.4",
"version": "0.2.5",
"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.3",
"@sdeverywhere/runtime-async": "^0.2.3",
"@sdeverywhere/runtime": "^0.2.4",
"@sdeverywhere/runtime-async": "^0.2.4",
"vite": "4.4.9"
},
"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.4](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.3...runtime-async-v0.2.4) (2024-08-21)


### Dependencies

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

## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.2...runtime-async-v0.2.3) (2024-08-17)


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.3",
"version": "0.2.4",
"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.3",
"@sdeverywhere/runtime": "^0.2.4",
"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.4](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.3...runtime-v0.2.4) (2024-08-21)


### Bug Fixes

* restore exports of non-public perf functions in runtime package ([#515](https://github.com/climateinteractive/SDEverywhere/issues/515)) ([14bb055](https://github.com/climateinteractive/SDEverywhere/commit/14bb05533c606abe2a180398c934ec1c4e29eff5)), closes [#514](https://github.com/climateinteractive/SDEverywhere/issues/514)

## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.2...runtime-v0.2.3) (2024-08-17)


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.3",
"version": "0.2.4",
"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.

0 comments on commit 4d6ee2b

Please sign in to comment.