Skip to content

Commit

Permalink
chore: release main (#306)
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 Dec 13, 2022
1 parent 365bbb2 commit 624118a
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/compile": "0.7.3",
"packages/cli": "0.7.6",
"packages/compile": "0.7.4",
"packages/cli": "0.7.7",
"packages/build": "0.3.0",
"packages/check-core": "0.1.0",
"packages/check-ui-shell": "0.2.1",
Expand All @@ -10,6 +10,6 @@
"packages/plugin-worker": "0.2.0",
"packages/runtime": "0.2.0",
"packages/runtime-async": "0.2.0",
"packages/create": "0.2.0",
"packages/create": "0.2.1",
"packages/plugin-config": "0.2.0"
}
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.7](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.6...cli-v0.7.7) (2022-12-13)


### Bug Fixes

* initialize control parameters prior to access ([#304](https://github.com/climateinteractive/SDEverywhere/issues/304)) ([365bbb2](https://github.com/climateinteractive/SDEverywhere/commit/365bbb2b751effd7b903cd2848b271ec0c19d243)), closes [#301](https://github.com/climateinteractive/SDEverywhere/issues/301)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.3 to ^0.7.4

## [0.7.6](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.5...cli-v0.7.6) (2022-12-10)


Expand Down
4 changes: 2 additions & 2 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.6",
"version": "0.7.7",
"description": "Contains the `sde` command line interface for the SDEverywhere tool suite.",
"type": "module",
"files": [
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/compile": "^0.7.3",
"@sdeverywhere/compile": "^0.7.4",
"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.4](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.3...compile-v0.7.4) (2022-12-13)


### Bug Fixes

* initialize control parameters prior to access ([#304](https://github.com/climateinteractive/SDEverywhere/issues/304)) ([365bbb2](https://github.com/climateinteractive/SDEverywhere/commit/365bbb2b751effd7b903cd2848b271ec0c19d243)), closes [#301](https://github.com/climateinteractive/SDEverywhere/issues/301)

## [0.7.3](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.2...compile-v0.7.3) (2022-12-10)


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.3",
"version": "0.7.4",
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
"type": "module",
"files": [
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.1](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.0...create-v0.2.1) (2022-12-13)

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.3 to ^0.7.4

## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.1.3...create-v0.2.0) (2022-12-10)


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.0",
"version": "0.2.1",
"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.3",
"@sdeverywhere/compile": "^0.7.4",
"degit": "^2.8.4",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
Expand Down
4 changes: 2 additions & 2 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 624118a

Please sign in to comment.