Skip to content

Commit 2382a31

Browse files
chore: release main (#736)
Co-authored-by: Chris Campbell <ccampbell@climateinteractive.org>
1 parent fb317da commit 2382a31

18 files changed

Lines changed: 97 additions & 24 deletions

File tree

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"packages/parse": "0.1.2",
3-
"packages/compile": "0.7.25",
4-
"packages/build": "0.3.7",
5-
"packages/cli": "0.7.36",
3+
"packages/compile": "0.7.26",
4+
"packages/build": "0.3.8",
5+
"packages/cli": "0.7.37",
66
"packages/check-core": "0.1.7",
7-
"packages/check-ui-shell": "0.2.15",
8-
"packages/plugin-check": "0.3.23",
7+
"packages/check-ui-shell": "0.2.16",
8+
"packages/plugin-check": "0.3.24",
99
"packages/plugin-config": "0.2.8",
10-
"packages/plugin-vite": "0.2.0",
10+
"packages/plugin-vite": "0.2.1",
1111
"packages/plugin-wasm": "0.2.6",
12-
"packages/plugin-worker": "0.2.11",
12+
"packages/plugin-worker": "0.2.12",
1313
"packages/runtime": "0.2.7",
1414
"packages/runtime-async": "0.2.7",
15-
"packages/create": "0.2.31",
15+
"packages/create": "0.2.32",
1616
"packages/plugin-deploy": "0.1.0"
1717
}

packages/build/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.8](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.3.7...build-v0.3.8) (2026-01-08)
4+
5+
6+
### Dependencies
7+
8+
* upgrade chokidar to 5.0.0 + replace tiny-glob with tinyglobby ([#753](https://github.com/climateinteractive/SDEverywhere/issues/753)) ([c0e7e62](https://github.com/climateinteractive/SDEverywhere/commit/c0e7e62a3e9af7a5bbe88e00dfa868c021236ba8)), closes [#752](https://github.com/climateinteractive/SDEverywhere/issues/752)
9+
310
## [0.3.7](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.3.6...build-v0.3.7) (2024-12-13)
411

512

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/build",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"files": [
55
"dist/**"
66
],

packages/check-ui-shell/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.16](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.15...check-ui-shell-v0.2.16) (2026-01-08)
4+
5+
6+
### Dependencies
7+
8+
* upgrade postcss to 8.5.6 to avoid older version of nanoid with vulnerability ([#745](https://github.com/climateinteractive/SDEverywhere/issues/745)) ([fb80f93](https://github.com/climateinteractive/SDEverywhere/commit/fb80f930d3d633e5bfeeca8f8e0629d35f817b56)), closes [#743](https://github.com/climateinteractive/SDEverywhere/issues/743)
9+
* upgrade sass to 1.97.2 ([#751](https://github.com/climateinteractive/SDEverywhere/issues/751)) ([35b6995](https://github.com/climateinteractive/SDEverywhere/commit/35b6995c9e9d94868af285501d2f4deb0104205c)), closes [#750](https://github.com/climateinteractive/SDEverywhere/issues/750)
10+
* upgrade vite to ^7.1.12 + upgrade vitest to ^4.0.16 ([#735](https://github.com/climateinteractive/SDEverywhere/issues/735)) ([f16f127](https://github.com/climateinteractive/SDEverywhere/commit/f16f127b9fb0e53352d7e1152d78623fe5ec26c9)), closes [#734](https://github.com/climateinteractive/SDEverywhere/issues/734)
11+
312
## [0.2.15](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.14...check-ui-shell-v0.2.15) (2026-01-07)
413

514

packages/check-ui-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/check-ui-shell",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"files": [
55
"dist/**"
66
],

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.7.37](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.36...cli-v0.7.37) (2026-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* drop bufx dependency + inline minimal bufx module with unused yaml/prettier/etc parts removed ([#740](https://github.com/climateinteractive/SDEverywhere/issues/740)) ([70ef00b](https://github.com/climateinteractive/SDEverywhere/commit/70ef00b02f723b3c3c74647cc0581de63cc95b5d)), closes [#739](https://github.com/climateinteractive/SDEverywhere/issues/739)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @sdeverywhere/build bumped from ^0.3.7 to ^0.3.8
16+
* @sdeverywhere/compile bumped from ^0.7.25 to ^0.7.26
17+
318
## [0.7.36](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.35...cli-v0.7.36) (2025-11-07)
419

520

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/cli",
3-
"version": "0.7.36",
3+
"version": "0.7.37",
44
"description": "Contains the `sde` command line interface for the SDEverywhere tool suite.",
55
"type": "module",
66
"files": [
@@ -18,8 +18,8 @@
1818
"ci:build": "run-s lint prettier:check"
1919
},
2020
"dependencies": {
21-
"@sdeverywhere/build": "^0.3.7",
22-
"@sdeverywhere/compile": "^0.7.25",
21+
"@sdeverywhere/build": "^0.3.8",
22+
"@sdeverywhere/compile": "^0.7.26",
2323
"byline": "^5.0.0",
2424
"ramda": "^0.27.0",
2525
"shelljs": "^0.10.0",

packages/compile/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.26](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.25...compile-v0.7.26) (2026-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* drop bufx dependency + inline minimal bufx module with unused yaml/prettier/etc parts removed ([#740](https://github.com/climateinteractive/SDEverywhere/issues/740)) ([70ef00b](https://github.com/climateinteractive/SDEverywhere/commit/70ef00b02f723b3c3c74647cc0581de63cc95b5d)), closes [#739](https://github.com/climateinteractive/SDEverywhere/issues/739)
9+
* stop generating yaml files with `--list` option + drop js-yaml dependency ([#738](https://github.com/climateinteractive/SDEverywhere/issues/738)) ([69b1add](https://github.com/climateinteractive/SDEverywhere/commit/69b1add0621df26c9a34fa847a0e6b1fc5230544)), closes [#737](https://github.com/climateinteractive/SDEverywhere/issues/737)
10+
311
## [0.7.25](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.24...compile-v0.7.25) (2025-10-17)
412

513

packages/compile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sdeverywhere/compile",
3-
"version": "0.7.25",
3+
"version": "0.7.26",
44
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
55
"type": "module",
66
"main": "./src/index.js",

packages/create/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.32](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.31...create-v0.2.32) (2026-01-08)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @sdeverywhere/compile bumped from ^0.7.25 to ^0.7.26
11+
312
## [0.2.31](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.30...create-v0.2.31) (2025-12-12)
413

514

0 commit comments

Comments
 (0)