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 Nov 15, 2023
1 parent 16b1ddf commit 984f7c4
Show file tree
Hide file tree
Showing 7 changed files with 29 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.9",
"packages/cli": "0.7.14",
"packages/compile": "0.7.10",
"packages/cli": "0.7.15",
"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.6",
"packages/create": "0.2.7",
"packages/plugin-config": "0.2.4"
}
6 changes: 6 additions & 0 deletions packages/cli/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.9 to ^0.7.10

## [0.7.14](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.13...cli-v0.7.14) (2023-10-26)


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.14",
"version": "0.7.15",
"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.9",
"@sdeverywhere/compile": "^0.7.10",
"bufx": "^1.0.5",
"byline": "^5.0.0",
"ramda": "^0.27.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/compile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.10](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.9...compile-v0.7.10) (2023-11-15)


### Bug Fixes

* allow lowercase cell reference in GET DIRECT function calls ([#396](https://github.com/climateinteractive/SDEverywhere/issues/396)) ([76f890c](https://github.com/climateinteractive/SDEverywhere/commit/76f890ca7c31eddcfa30df0c8d8300876555d190)), closes [#395](https://github.com/climateinteractive/SDEverywhere/issues/395)
* handle case where subscript/index appears in expression position ([#398](https://github.com/climateinteractive/SDEverywhere/issues/398)) ([7ff1380](https://github.com/climateinteractive/SDEverywhere/commit/7ff1380b11d259ac55bc26cef69948f35fa367cc)), closes [#397](https://github.com/climateinteractive/SDEverywhere/issues/397)
* handle XLSX files in GET DIRECT {CONSTANTS,DATA,LOOKUPS} ([#400](https://github.com/climateinteractive/SDEverywhere/issues/400)) ([16b1ddf](https://github.com/climateinteractive/SDEverywhere/commit/16b1ddf85139c8d4ee5791b0447a43481d4ec49c)), closes [#399](https://github.com/climateinteractive/SDEverywhere/issues/399)

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


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.9",
"version": "0.7.10",
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
"type": "module",
"main": "./src/index.js",
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.9 to ^0.7.10

## [0.2.6](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.5...create-v0.2.6) (2023-10-18)

### 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.6",
"version": "0.2.7",
"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.9",
"@sdeverywhere/compile": "^0.7.10",
"degit": "^2.8.4",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
Expand Down

0 comments on commit 984f7c4

Please sign in to comment.