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 Dec 18, 2024
1 parent cfec212 commit a11c252
Show file tree
Hide file tree
Showing 15 changed files with 87 additions and 21 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/parse": "0.1.2",
"packages/compile": "0.7.21",
"packages/compile": "0.7.22",
"packages/build": "0.3.7",
"packages/cli": "0.7.28",
"packages/cli": "0.7.29",
"packages/check-core": "0.1.3",
"packages/check-ui-shell": "0.2.7",
"packages/plugin-check": "0.3.13",
"packages/plugin-check": "0.3.14",
"packages/plugin-config": "0.2.7",
"packages/plugin-vite": "0.1.11",
"packages/plugin-wasm": "0.2.6",
"packages/plugin-worker": "0.2.8",
"packages/runtime": "0.2.5",
"packages/runtime-async": "0.2.5",
"packages/create": "0.2.22"
"packages/plugin-worker": "0.2.9",
"packages/runtime": "0.2.6",
"packages/runtime-async": "0.2.6",
"packages/create": "0.2.23"
}
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.29](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.28...cli-v0.7.29) (2024-12-18)


### Bug Fixes

* allow for resetting a lookup at runtime back to its original data ([#593](https://github.com/climateinteractive/SDEverywhere/issues/593)) ([cfec212](https://github.com/climateinteractive/SDEverywhere/commit/cfec2129c681b8ae5e1ade05b73c37f2c739c5d9)), closes [#592](https://github.com/climateinteractive/SDEverywhere/issues/592)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.21 to ^0.7.22

## [0.7.28](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.27...cli-v0.7.28) (2024-12-13)


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.28",
"version": "0.7.29",
"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.7",
"@sdeverywhere/compile": "^0.7.21",
"@sdeverywhere/compile": "^0.7.22",
"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.22](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.21...compile-v0.7.22) (2024-12-18)


### Bug Fixes

* allow for resetting a lookup at runtime back to its original data ([#593](https://github.com/climateinteractive/SDEverywhere/issues/593)) ([cfec212](https://github.com/climateinteractive/SDEverywhere/commit/cfec2129c681b8ae5e1ade05b73c37f2c739c5d9)), closes [#592](https://github.com/climateinteractive/SDEverywhere/issues/592)

## [0.7.21](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.20...compile-v0.7.21) (2024-12-13)


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.21",
"version": "0.7.22",
"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.23](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.22...create-v0.2.23) (2024-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.21 to ^0.7.22

## [0.2.22](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.21...create-v0.2.22) (2024-12-13)


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.22",
"version": "0.2.23",
"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.21",
"@sdeverywhere/compile": "^0.7.22",
"execa": "^6.1.0",
"find-up": "^6.3.0",
"fs-extra": "^10.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.14](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.13...plugin-check-v0.3.14) (2024-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.2.5 to ^0.2.6
* @sdeverywhere/runtime-async bumped from ^0.2.5 to ^0.2.6

## [0.3.13](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.12...plugin-check-v0.3.13) (2024-12-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-check",
"version": "0.3.13",
"version": "0.3.14",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@rollup/plugin-replace": "^5.0.2",
"@sdeverywhere/check-core": "^0.1.3",
"@sdeverywhere/check-ui-shell": "^0.2.7",
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime-async": "^0.2.5",
"@sdeverywhere/runtime": "^0.2.6",
"@sdeverywhere/runtime-async": "^0.2.6",
"assert-never": "^1.2.1",
"chokidar": "^3.5.3",
"picocolors": "^1.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.9](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.8...plugin-worker-v0.2.9) (2024-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.2.5 to ^0.2.6
* @sdeverywhere/runtime-async bumped from ^0.2.5 to ^0.2.6

## [0.2.8](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.7...plugin-worker-v0.2.8) (2024-12-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-worker",
"version": "0.2.8",
"version": "0.2.9",
"files": [
"dist/**",
"template-worker/**"
Expand Down Expand Up @@ -31,8 +31,8 @@
"ci:build": "run-s clean lint prettier:check test:ci type-check build docs"
},
"dependencies": {
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime-async": "^0.2.5",
"@sdeverywhere/runtime": "^0.2.6",
"@sdeverywhere/runtime-async": "^0.2.6",
"vite": "5.4.2"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.6](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.5...runtime-async-v0.2.6) (2024-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.2.5 to ^0.2.6

## [0.2.5](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.2.4...runtime-async-v0.2.5) (2024-08-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/runtime-async",
"version": "0.2.5",
"version": "0.2.6",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"ci:build": "run-s clean lint prettier:check type-check build test:ci docs"
},
"dependencies": {
"@sdeverywhere/runtime": "^0.2.5",
"@sdeverywhere/runtime": "^0.2.6",
"threads": "1.7.0"
},
"author": "Climate Interactive",
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.6](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.5...runtime-v0.2.6) (2024-12-18)


### Bug Fixes

* allow for resetting a lookup at runtime back to its original data ([#593](https://github.com/climateinteractive/SDEverywhere/issues/593)) ([cfec212](https://github.com/climateinteractive/SDEverywhere/commit/cfec2129c681b8ae5e1ade05b73c37f2c739c5d9)), closes [#592](https://github.com/climateinteractive/SDEverywhere/issues/592)

## [0.2.5](https://github.com/climateinteractive/SDEverywhere/compare/runtime-v0.2.4...runtime-v0.2.5) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/runtime",
"version": "0.2.5",
"version": "0.2.6",
"files": [
"dist/**"
],
Expand Down

0 comments on commit a11c252

Please sign in to comment.