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 Oct 24, 2022
1 parent eaa02fc commit 958ba0c
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/compile": "0.7.0",
"packages/cli": "0.7.3",
"packages/compile": "0.8.0",
"packages/cli": "0.8.0",
"packages/build": "0.2.0",
"packages/check-core": "0.1.0",
"packages/check-ui-shell": "0.2.0",
"packages/plugin-check": "0.2.1",
"packages/plugin-vite": "0.1.3",
"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.1",
"packages/create": "0.1.2",
"packages/plugin-config": "0.1.1"
}
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.8.0](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.3...cli-v0.8.0) (2022-10-24)


### Features

* implement DEPRECIATE STRAIGHTLINE ([#264](https://github.com/climateinteractive/SDEverywhere/issues/264)) ([e93101e](https://github.com/climateinteractive/SDEverywhere/commit/e93101e64cce34ffa53ff31d3307de25ada0d4ce)), closes [#258](https://github.com/climateinteractive/SDEverywhere/issues/258)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.0 to ^0.8.0

## [0.7.3](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.2...cli-v0.7.3) (2022-09-30)


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.3",
"version": "0.8.0",
"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.2.0",
"@sdeverywhere/compile": "^0.7.0",
"@sdeverywhere/compile": "^0.8.0",
"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.8.0](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.0...compile-v0.8.0) (2022-10-24)


### Features

* implement DEPRECIATE STRAIGHTLINE ([#264](https://github.com/climateinteractive/SDEverywhere/issues/264)) ([e93101e](https://github.com/climateinteractive/SDEverywhere/commit/e93101e64cce34ffa53ff31d3307de25ada0d4ce)), closes [#258](https://github.com/climateinteractive/SDEverywhere/issues/258)

## [0.7.0](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.6.0...compile-v0.7.0) (2022-06-28)


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.0",
"version": "0.8.0",
"description": "The core Vensim to C compiler for the SDEverywhere tool suite.",
"type": "module",
"files": [
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.0 to ^0.8.0

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


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

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


### Bug Fixes

* make vite a peer dependency for plugin-vite ([#269](https://github.com/climateinteractive/SDEverywhere/issues/269)) ([eaa02fc](https://github.com/climateinteractive/SDEverywhere/commit/eaa02fcb160735ea591f6074cecb662d1b24289c)), closes [#268](https://github.com/climateinteractive/SDEverywhere/issues/268)

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


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.1.4",
"files": [
"dist/**"
],
Expand Down

0 comments on commit 958ba0c

Please sign in to comment.