Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
climateinteractive-bot committed Aug 28, 2024
1 parent 2e1a004 commit a30af1e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/parse": "0.1.0",
"packages/compile": "0.7.18",
"packages/compile": "0.7.19",
"packages/build": "0.3.6",
"packages/cli": "0.7.25",
"packages/cli": "0.7.26",
"packages/check-core": "0.1.2",
"packages/check-ui-shell": "0.2.5",
"packages/plugin-check": "0.3.9",
Expand All @@ -12,5 +12,5 @@
"packages/plugin-worker": "0.2.7",
"packages/runtime": "0.2.5",
"packages/runtime-async": "0.2.5",
"packages/create": "0.2.17"
"packages/create": "0.2.18"
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.26](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.25...cli-v0.7.26) (2024-08-28)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.18 to ^0.7.19

## [0.7.25](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.24...cli-v0.7.25) (2024-08-23)


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.25",
"version": "0.7.26",
"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.6",
"@sdeverywhere/compile": "^0.7.18",
"@sdeverywhere/compile": "^0.7.19",
"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.19](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.18...compile-v0.7.19) (2024-08-28)


### Bug Fixes

* include 'initial' variables in JSON model listing ([#529](https://github.com/climateinteractive/SDEverywhere/issues/529)) ([2e1a004](https://github.com/climateinteractive/SDEverywhere/commit/2e1a004555c9d30658179900bca099d1ad4820ea)), closes [#527](https://github.com/climateinteractive/SDEverywhere/issues/527)

## [0.7.18](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.17...compile-v0.7.18) (2024-08-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.18",
"version": "0.7.19",
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
"type": "module",
"main": "./src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.18](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.17...create-v0.2.18) (2024-08-28)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.18 to ^0.7.19

## [0.2.17](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.16...create-v0.2.17) (2024-08-23)


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.17",
"version": "0.2.18",
"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.18",
"@sdeverywhere/compile": "^0.7.19",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"giget": "^1.2.3",
Expand Down

0 comments on commit a30af1e

Please sign in to comment.