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 Oct 18, 2023
1 parent da13dc4 commit eba6f9c
Show file tree
Hide file tree
Showing 7 changed files with 36 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,6 +1,6 @@
{
"packages/compile": "0.7.8",
"packages/cli": "0.7.12",
"packages/compile": "0.7.9",
"packages/cli": "0.7.13",
"packages/build": "0.3.2",
"packages/check-core": "0.1.1",
"packages/check-ui-shell": "0.2.3",
Expand All @@ -10,6 +10,6 @@
"packages/plugin-worker": "0.2.3",
"packages/runtime": "0.2.2",
"packages/runtime-async": "0.2.2",
"packages/create": "0.2.5",
"packages/create": "0.2.6",
"packages/plugin-config": "0.2.3"
}
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.13](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.12...cli-v0.7.13) (2023-10-18)


### Features

* implement GAMMA LN ([#344](https://github.com/climateinteractive/SDEverywhere/issues/344)) ([#376](https://github.com/climateinteractive/SDEverywhere/issues/376)) ([9d557e0](https://github.com/climateinteractive/SDEverywhere/commit/9d557e03c627fd40292f88e7502cca3f9f37da11))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.8 to ^0.7.9

## [0.7.12](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.11...cli-v0.7.12) (2023-09-29)

### Dependencies
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.12",
"version": "0.7.13",
"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.2",
"@sdeverywhere/compile": "^0.7.8",
"@sdeverywhere/compile": "^0.7.9",
"bufx": "^1.0.5",
"byline": "^5.0.0",
"ramda": "^0.27.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/compile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.9](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.8...compile-v0.7.9) (2023-10-18)


### Bug Fixes

* allow numeric ranges in subscript range definitions ([#375](https://github.com/climateinteractive/SDEverywhere/issues/375)) ([da13dc4](https://github.com/climateinteractive/SDEverywhere/commit/da13dc407f5f38c5c41501457880e3560c47f7b0)), closes [#318](https://github.com/climateinteractive/SDEverywhere/issues/318)
* correct handling of lookups defined by GET DIRECT LOOKUPS when used as function call arguments ([#379](https://github.com/climateinteractive/SDEverywhere/issues/379)) ([a032779](https://github.com/climateinteractive/SDEverywhere/commit/a032779aeff986f16043f874aa9fc8b47a98d167)), closes [#378](https://github.com/climateinteractive/SDEverywhere/issues/378)

## [0.7.8](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.7...compile-v0.7.8) (2023-09-29)


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.8",
"version": "0.7.9",
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.8 to ^0.7.9

## [0.2.5](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.4...create-v0.2.5) (2023-09-29)

### Dependencies
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.5",
"version": "0.2.6",
"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.8",
"@sdeverywhere/compile": "^0.7.9",
"degit": "^2.8.4",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
Expand Down

0 comments on commit eba6f9c

Please sign in to comment.