Skip to content

Commit

Permalink
chore: release main (#363)
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 Sep 28, 2023
1 parent 544d4da commit 47dd3b6
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 23 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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.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
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.3",
"version": "0.3.4",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-config",
"version": "0.2.1",
"version": "0.2.2",
"files": [
"dist/**",
"template-config/**"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-vite",
"version": "0.1.6",
"version": "0.1.7",
"files": [
"dist/**"
],
Expand Down
11 changes: 10 additions & 1 deletion packages/plugin-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2",
"version": "0.2.3",
"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.1",
"@sdeverywhere/runtime-async": "^0.2.1",
"@sdeverywhere/runtime": "^0.2.2",
"@sdeverywhere/runtime-async": "^0.2.2",
"vite": "4.4.9"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.1",
"version": "0.2.2",
"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.1",
"@sdeverywhere/runtime": "^0.2.2",
"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.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
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.1",
"version": "0.2.2",
"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 47dd3b6

Please sign in to comment.