Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #294

Merged
merged 5 commits into from
Dec 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
10 changes: 5 additions & 5 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"serve": "sirv ./sde-prep/check-report"
},
"dependencies": {
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/cli": "^0.7.0",
"@sdeverywhere/plugin-check": "^0.2.0",
"@sdeverywhere/plugin-wasm": "^0.1.0",
"@sdeverywhere/plugin-worker": "^0.1.0",
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/cli": "^0.7.6",
"@sdeverywhere/plugin-check": "^0.3.0",
"@sdeverywhere/plugin-wasm": "^0.2.0",
"@sdeverywhere/plugin-worker": "^0.2.0",
"sirv-cli": "^2.0.2"
}
}
14 changes: 7 additions & 7 deletions examples/template-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"packages/app"
],
"dependencies": {
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/check-core": "^0.1.0",
"@sdeverywhere/cli": "^0.7.0",
"@sdeverywhere/plugin-check": "^0.2.0",
"@sdeverywhere/plugin-config": "^0.1.0",
"@sdeverywhere/plugin-vite": "^0.1.1",
"@sdeverywhere/plugin-wasm": "^0.1.0",
"@sdeverywhere/plugin-worker": "^0.1.0"
"@sdeverywhere/cli": "^0.7.6",
"@sdeverywhere/plugin-check": "^0.3.0",
"@sdeverywhere/plugin-config": "^0.2.0",
"@sdeverywhere/plugin-vite": "^0.1.5",
"@sdeverywhere/plugin-wasm": "^0.2.0",
"@sdeverywhere/plugin-worker": "^0.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/template-default/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"precommit": "../scripts/precommit"
},
"dependencies": {
"@sdeverywhere/runtime": "^0.1.0",
"@sdeverywhere/runtime-async": "^0.1.0"
"@sdeverywhere/runtime": "^0.2.0",
"@sdeverywhere/runtime-async": "^0.2.0"
},
"devDependencies": {
"vite": "^3.1.3"
Expand Down
10 changes: 5 additions & 5 deletions examples/template-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"save-baseline": "sde-check baseline --save"
},
"dependencies": {
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/check-core": "^0.1.0",
"@sdeverywhere/cli": "^0.7.0",
"@sdeverywhere/plugin-check": "^0.2.0",
"@sdeverywhere/plugin-wasm": "^0.1.0",
"@sdeverywhere/plugin-worker": "^0.1.0"
"@sdeverywhere/cli": "^0.7.6",
"@sdeverywhere/plugin-check": "^0.3.0",
"@sdeverywhere/plugin-wasm": "^0.2.0",
"@sdeverywhere/plugin-worker": "^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

* The `startTime` and `endTime` properties have been removed from the `ModelSpec` interface in the `@sdeverywhere/build` package, so it is no longer necessary for you to provide them in your `sde.config.js` file.

### Bug Fixes

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

## [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
12 changes: 12 additions & 0 deletions packages/compile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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)


### Bug Fixes

* upgrade csv-parse to 5.3.3 and update option names ([#300](https://github.com/climateinteractive/SDEverywhere/issues/300)) ([71d0c8b](https://github.com/climateinteractive/SDEverywhere/commit/71d0c8b2d0e5f4737f968975a16bfd7b2d47b87a)), closes [#299](https://github.com/climateinteractive/SDEverywhere/issues/299)

## [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

* The `startTime` and `endTime` properties have been removed from the `ModelSpec` interface in the `@sdeverywhere/build` package, so it is no longer necessary for you to provide them in your `sde.config.js` file.

### Bug Fixes

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


### 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

* The `startTime` and `endTime` properties have been removed from the `ModelSpec` interface in the `@sdeverywhere/build` package, so it is no longer necessary for you to provide them in your `sde.config.js` file.

### Bug Fixes

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


### 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
* peerDependencies
* @sdeverywhere/build bumped from ^0.2.0 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 @@ -58,7 +58,7 @@
]
},
"peerDependencies": {
"@sdeverywhere/build": "^0.2.0"
"@sdeverywhere/build": "^0.3.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-check/template-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@sdeverywhere/check-core": "^0.1.0",
"@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"
}
}
19 changes: 19 additions & 0 deletions packages/plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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

* The `startTime` and `endTime` properties have been removed from the `ModelSpec` interface in the `@sdeverywhere/build` package, so it is no longer necessary for you to provide them in your `sde.config.js` file.

### Bug Fixes

* remove `startTime` and `endTime` from `ModelSpec` interface and handle SAVEPER != 1 ([921014a](https://github.com/climateinteractive/SDEverywhere/commit/921014aeeda646a130ac324823ab5633d6abcdfa))
* upgrade csv-parse to 5.3.3 and update option names ([#300](https://github.com/climateinteractive/SDEverywhere/issues/300)) ([71d0c8b](https://github.com/climateinteractive/SDEverywhere/commit/71d0c8b2d0e5f4737f968975a16bfd7b2d47b87a)), closes [#299](https://github.com/climateinteractive/SDEverywhere/issues/299)


### Dependencies

* The following workspace dependencies were updated
* peerDependencies
* @sdeverywhere/build bumped from ^0.2.0 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 @@ -37,7 +37,7 @@
"sanitize-html": "^2.7.1"
},
"peerDependencies": {
"@sdeverywhere/build": "^0.2.0"
"@sdeverywhere/build": "^0.3.0"
},
"devDependencies": {
"@sdeverywhere/build": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.5](https://github.com/climateinteractive/SDEverywhere/compare/plugin-vite-v0.1.4...plugin-vite-v0.1.5) (2022-12-10)

### Dependencies

* The following workspace dependencies were updated
* peerDependencies
* @sdeverywhere/build bumped from ^0.2.0 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 @@ -29,7 +29,7 @@
"ci:build": "run-s clean lint prettier:check test:ci type-check build"
},
"peerDependencies": {
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/build": "^0.3.0",
"vite": "^3.0.0"
},
"devDependencies": {
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

* The `startTime` and `endTime` properties have been removed from the `ModelSpec` interface in the `@sdeverywhere/build` package, so it is no longer necessary for you to provide them in your `sde.config.js` file.

### Bug Fixes

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


### Dependencies

* The following workspace dependencies were updated
* peerDependencies
* @sdeverywhere/build bumped from ^0.2.0 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
Loading