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 10, 2022
1 parent 921014a commit 3be34bf
Show file tree
Hide file tree
Showing 23 changed files with 201 additions and 35 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/compile": "0.7.2",
"packages/cli": "0.7.5",
"packages/build": "0.2.0",
"packages/compile": "0.7.3",
"packages/cli": "0.7.6",
"packages/build": "0.3.0",
"packages/check-core": "0.1.0",
"packages/check-ui-shell": "0.2.1",
"packages/plugin-check": "0.2.2",
"packages/plugin-vite": "0.1.4",
"packages/plugin-wasm": "0.1.3",
"packages/plugin-worker": "0.1.4",
"packages/runtime": "0.1.0",
"packages/runtime-async": "0.1.0",
"packages/create": "0.1.3",
"packages/plugin-config": "0.1.1"
"packages/plugin-check": "0.3.0",
"packages/plugin-vite": "0.1.5",
"packages/plugin-wasm": "0.2.0",
"packages/plugin-worker": "0.2.0",
"packages/runtime": "0.2.0",
"packages/runtime-async": "0.2.0",
"packages/create": "0.2.0",
"packages/plugin-config": "0.2.0"
}
11 changes: 11 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.2.0...build-v0.3.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)

## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.1.1...build-v0.2.0) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/build",
"version": "0.2.0",
"version": "0.3.0",
"files": [
"dist/**"
],
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.6](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.5...cli-v0.7.6) (2022-12-10)


### Features

* expose accessor functions for control parameters ([#296](https://github.com/climateinteractive/SDEverywhere/issues/296)) ([a44d097](https://github.com/climateinteractive/SDEverywhere/commit/a44d0977d14daf4104e17d2710a812e0986d35a5)), closes [#295](https://github.com/climateinteractive/SDEverywhere/issues/295)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/build bumped from ^0.2.0 to ^0.3.0
* @sdeverywhere/compile bumped from ^0.7.2 to ^0.7.3

## [0.7.5](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.4...cli-v0.7.5) (2022-12-09)


Expand Down
6 changes: 3 additions & 3 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.5",
"version": "0.7.6",
"description": "Contains the `sde` command line interface for the SDEverywhere tool suite.",
"type": "module",
"files": [
Expand All @@ -18,8 +18,8 @@
"ci:build": "run-s lint prettier:check"
},
"dependencies": {
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/compile": "^0.7.2",
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/compile": "^0.7.3",
"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.3](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.2...compile-v0.7.3) (2022-12-10)


### Features

* expose accessor functions for control parameters ([#296](https://github.com/climateinteractive/SDEverywhere/issues/296)) ([a44d097](https://github.com/climateinteractive/SDEverywhere/commit/a44d0977d14daf4104e17d2710a812e0986d35a5)), closes [#295](https://github.com/climateinteractive/SDEverywhere/issues/295)

## [0.7.2](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.1...compile-v0.7.2) (2022-12-09)


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

## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.1.3...create-v0.2.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.2 to ^0.7.3

## [0.1.3](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.1.2...create-v0.1.3) (2022-12-09)

### 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.1.3",
"version": "0.2.0",
"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.2",
"@sdeverywhere/compile": "^0.7.3",
"degit": "^2.8.4",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/plugin-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.3.0](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.2.2...plugin-check-v0.3.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0
* @sdeverywhere/runtime-async bumped from ^0.1.0 to ^0.2.0
* devDependencies
* @sdeverywhere/build bumped from * to 0.3.0

## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.2.1...plugin-check-v0.2.2) (2022-10-28)

### Dependencies
Expand Down
8 changes: 4 additions & 4 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.2.2",
"version": "0.3.0",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@rollup/plugin-replace": "^4.0.0",
"@sdeverywhere/check-core": "^0.1.0",
"@sdeverywhere/check-ui-shell": "^0.2.1",
"@sdeverywhere/runtime": "^0.1.0",
"@sdeverywhere/runtime-async": "^0.1.0",
"@sdeverywhere/runtime": "^0.2.0",
"@sdeverywhere/runtime-async": "^0.2.0",
"assert-never": "^1.2.1",
"chokidar": "^3.5.3",
"picocolors": "^1.0.0",
Expand All @@ -61,7 +61,7 @@
"@sdeverywhere/build": "^0.2.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
"@sdeverywhere/build": "0.3.0",
"@types/node": "^16.11.7"
},
"author": "Climate Interactive",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/plugin-config-v0.1.1...plugin-config-v0.2.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sdeverywhere/build bumped from * to 0.3.0

## [0.1.1](https://github.com/climateinteractive/SDEverywhere/compare/plugin-config-v0.1.0...plugin-config-v0.1.1) (2022-09-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-config",
"version": "0.1.1",
"version": "0.2.0",
"files": [
"dist/**",
"template-config/**"
Expand Down Expand Up @@ -40,7 +40,7 @@
"@sdeverywhere/build": "^0.2.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
"@sdeverywhere/build": "0.3.0",
"@types/byline": "^4.2.33",
"@types/dedent": "^0.7.0",
"@types/marked": "^4.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sdeverywhere/build bumped from * to 0.3.0

## [0.1.4](https://github.com/climateinteractive/SDEverywhere/compare/plugin-vite-v0.1.3...plugin-vite-v0.1.4) (2022-10-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-vite",
"version": "0.1.4",
"version": "0.1.5",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -33,7 +33,7 @@
"vite": "^3.0.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
"@sdeverywhere/build": "0.3.0",
"vite": "3.1.3"
},
"author": "Climate Interactive",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/plugin-wasm-v0.1.3...plugin-wasm-v0.2.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sdeverywhere/build bumped from * to 0.3.0

## [0.1.3](https://github.com/climateinteractive/SDEverywhere/compare/plugin-wasm-v0.1.2...plugin-wasm-v0.1.3) (2022-09-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/plugin-wasm",
"version": "0.1.3",
"version": "0.2.0",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -35,7 +35,7 @@
"@sdeverywhere/build": "^0.2.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
"@sdeverywhere/build": "0.3.0",
"@types/node": "^16.11.7"
},
"author": "Climate Interactive",
Expand Down
21 changes: 21 additions & 0 deletions packages/plugin-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.1.4...plugin-worker-v0.2.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0
* @sdeverywhere/runtime-async bumped from ^0.1.0 to ^0.2.0
* devDependencies
* @sdeverywhere/build bumped from * to 0.3.0

## [0.1.4](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.1.3...plugin-worker-v0.1.4) (2022-09-28)


Expand Down
8 changes: 4 additions & 4 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.1.4",
"version": "0.2.0",
"files": [
"dist/**",
"template-worker/**"
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@sdeverywhere/runtime": "^0.1.0",
"@sdeverywhere/runtime-async": "^0.1.0",
"@sdeverywhere/runtime": "^0.2.0",
"@sdeverywhere/runtime-async": "^0.2.0",
"rollup": "^2.76.0",
"vite": "^3.1.3"
},
Expand All @@ -49,7 +49,7 @@
"@sdeverywhere/build": "^0.2.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
"@sdeverywhere/build": "0.3.0",
"@types/node": "^16.11.7"
},
"author": "Climate Interactive",
Expand Down
18 changes: 18 additions & 0 deletions packages/runtime-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/climateinteractive/SDEverywhere/compare/runtime-async-v0.1.0...runtime-async-v0.2.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298))

### Bug Fixes

* remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 ([#298](https://github.com/climateinteractive/SDEverywhere/issues/298)) ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa)), closes [#291](https://github.com/climateinteractive/SDEverywhere/issues/291)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0

## 0.1.0 (2022-06-28)


Expand Down
Loading

0 comments on commit 3be34bf

Please sign in to comment.