Skip to content

Commit

Permalink
chore: release main (#435)
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 Feb 23, 2024
1 parent 98ab523 commit 39796a9
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 18 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"packages/compile": "0.7.11",
"packages/cli": "0.7.17",
"packages/build": "0.3.3",
"packages/parse": "0.1.0",
"packages/compile": "0.7.12",
"packages/build": "0.3.4",
"packages/cli": "0.7.18",
"packages/check-core": "0.1.1",
"packages/check-ui-shell": "0.2.3",
"packages/plugin-check": "0.3.4",
"packages/plugin-config": "0.2.4",
"packages/plugin-vite": "0.1.8",
"packages/plugin-wasm": "0.2.2",
"packages/plugin-wasm": "0.2.3",
"packages/plugin-worker": "0.2.3",
"packages/runtime": "0.2.2",
"packages/runtime-async": "0.2.2",
"packages/create": "0.2.8",
"packages/plugin-config": "0.2.4",
"packages/parse": "0.1.0"
"packages/create": "0.2.9"
}
7 changes: 7 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.4](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.3.3...build-v0.3.4) (2024-02-23)


### Bug Fixes

* improve error handling/reporting and prevent premature exit in dev mode ([#434](https://github.com/climateinteractive/SDEverywhere/issues/434)) ([98ab523](https://github.com/climateinteractive/SDEverywhere/commit/98ab523907aa8ebe4dfe22eac0179ffb5364cd2a)), closes [#260](https://github.com/climateinteractive/SDEverywhere/issues/260)

## [0.3.3](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.3.2...build-v0.3.3) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/build",
"version": "0.3.3",
"version": "0.3.4",
"files": [
"dist/**"
],
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.18](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.17...cli-v0.7.18) (2024-02-23)


### Bug Fixes

* improve error handling/reporting and prevent premature exit in dev mode ([#434](https://github.com/climateinteractive/SDEverywhere/issues/434)) ([98ab523](https://github.com/climateinteractive/SDEverywhere/commit/98ab523907aa8ebe4dfe22eac0179ffb5364cd2a)), closes [#260](https://github.com/climateinteractive/SDEverywhere/issues/260)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/build bumped from ^0.3.3 to ^0.3.4
* @sdeverywhere/compile bumped from ^0.7.11 to ^0.7.12

## [0.7.17](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.16...cli-v0.7.17) (2024-02-15)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/cli",
"version": "0.7.17",
"version": "0.7.18",
"description": "Contains the `sde` command line interface for the SDEverywhere tool suite.",
"type": "module",
"files": [
Expand All @@ -18,8 +18,8 @@
"ci:build": "run-s lint prettier:check"
},
"dependencies": {
"@sdeverywhere/build": "^0.3.3",
"@sdeverywhere/compile": "^0.7.11",
"@sdeverywhere/build": "^0.3.4",
"@sdeverywhere/compile": "^0.7.12",
"bufx": "^1.0.5",
"byline": "^5.0.0",
"ramda": "^0.27.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/compile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.12](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.11...compile-v0.7.12) (2024-02-23)


### Bug Fixes

* improve error handling/reporting and prevent premature exit in dev mode ([#434](https://github.com/climateinteractive/SDEverywhere/issues/434)) ([98ab523](https://github.com/climateinteractive/SDEverywhere/commit/98ab523907aa8ebe4dfe22eac0179ffb5364cd2a)), closes [#260](https://github.com/climateinteractive/SDEverywhere/issues/260)

## [0.7.11](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.10...compile-v0.7.11) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/compile",
"version": "0.7.11",
"version": "0.7.12",
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
"type": "module",
"main": "./src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.9](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.8...create-v0.2.9) (2024-02-23)

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.11 to ^0.7.12

## [0.2.8](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.7...create-v0.2.8) (2024-01-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/create",
"version": "0.2.8",
"version": "0.2.9",
"description": "Create a new SDEverywhere project with minimal configuration",
"type": "module",
"files": [
Expand All @@ -25,7 +25,7 @@
"ci:build": "run-s clean lint prettier:check type-check build test:ci"
},
"dependencies": {
"@sdeverywhere/compile": "^0.7.11",
"@sdeverywhere/compile": "^0.7.12",
"degit": "^2.8.4",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/plugin-wasm-v0.2.2...plugin-wasm-v0.2.3) (2024-02-23)


### Bug Fixes

* improve error handling/reporting and prevent premature exit in dev mode ([#434](https://github.com/climateinteractive/SDEverywhere/issues/434)) ([98ab523](https://github.com/climateinteractive/SDEverywhere/commit/98ab523907aa8ebe4dfe22eac0179ffb5364cd2a)), closes [#260](https://github.com/climateinteractive/SDEverywhere/issues/260)


## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/plugin-wasm-v0.2.1...plugin-wasm-v0.2.2) (2023-10-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-wasm",
"version": "0.2.2",
"version": "0.2.3",
"files": [
"dist/**"
],
Expand Down
6 changes: 3 additions & 3 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 39796a9

Please sign in to comment.