Skip to content

Commit

Permalink
chore: release main (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Campbell <[email protected]>
  • Loading branch information
climateinteractive-bot and chrispcampbell authored Sep 6, 2023
1 parent db975fa commit 7556474
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/compile": "0.7.5",
"packages/cli": "0.7.9",
"packages/compile": "0.7.6",
"packages/cli": "0.7.10",
"packages/build": "0.3.1",
"packages/check-core": "0.1.1",
"packages/check-ui-shell": "0.2.2",
"packages/plugin-check": "0.3.1",
"packages/plugin-vite": "0.1.5",
"packages/check-ui-shell": "0.2.3",
"packages/plugin-check": "0.3.2",
"packages/plugin-vite": "0.1.6",
"packages/plugin-wasm": "0.2.0",
"packages/plugin-worker": "0.2.0",
"packages/plugin-worker": "0.2.1",
"packages/runtime": "0.2.0",
"packages/runtime-async": "0.2.0",
"packages/create": "0.2.2",
"packages/create": "0.2.3",
"packages/plugin-config": "0.2.1"
}
7 changes: 7 additions & 0 deletions packages/check-ui-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.2...check-ui-shell-v0.2.3) (2023-09-05)


### Bug Fixes

* upgrade to vite 4.4.9 ([#354](https://github.com/climateinteractive/SDEverywhere/issues/354)) ([db975fa](https://github.com/climateinteractive/SDEverywhere/commit/db975fa47705e22005d0c04500567d3480502f52)), closes [#351](https://github.com/climateinteractive/SDEverywhere/issues/351)

## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/check-ui-shell-v0.2.1...check-ui-shell-v0.2.2) (2023-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/check-ui-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sdeverywhere/check-ui-shell",
"version": "0.2.2",
"version": "0.2.3",
"files": [
"dist/**",
"types/**"
Expand Down
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.10](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.9...cli-v0.7.10) (2023-09-05)


### Bug Fixes

* change ramda imports to wildcard style ([#350](https://github.com/climateinteractive/SDEverywhere/issues/350)) ([f132c8d](https://github.com/climateinteractive/SDEverywhere/commit/f132c8d46411257474ec985e92c7a52bf0408542)), closes [#349](https://github.com/climateinteractive/SDEverywhere/issues/349)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.5 to ^0.7.6

## [0.7.9](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.8...cli-v0.7.9) (2023-05-03)

### Dependencies
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.9",
"version": "0.7.10",
"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.1",
"@sdeverywhere/compile": "^0.7.5",
"@sdeverywhere/compile": "^0.7.6",
"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.6](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.5...compile-v0.7.6) (2023-09-05)


### Bug Fixes

* change ramda imports to wildcard style ([#350](https://github.com/climateinteractive/SDEverywhere/issues/350)) ([f132c8d](https://github.com/climateinteractive/SDEverywhere/commit/f132c8d46411257474ec985e92c7a52bf0408542)), closes [#349](https://github.com/climateinteractive/SDEverywhere/issues/349)

## [0.7.5](https://github.com/climateinteractive/SDEverywhere/compare/compile-v0.7.4...compile-v0.7.5) (2023-01-26)


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

## [0.2.3](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.2...create-v0.2.3) (2023-09-05)

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/compile bumped from ^0.7.5 to ^0.7.6

## [0.2.2](https://github.com/climateinteractive/SDEverywhere/compare/create-v0.2.1...create-v0.2.2) (2023-04-04)

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

## [0.3.2](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.1...plugin-check-v0.3.2) (2023-09-05)


### Bug Fixes

* upgrade to vite 4.4.9 ([#354](https://github.com/climateinteractive/SDEverywhere/issues/354)) ([db975fa](https://github.com/climateinteractive/SDEverywhere/commit/db975fa47705e22005d0c04500567d3480502f52)), closes [#351](https://github.com/climateinteractive/SDEverywhere/issues/351)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/check-ui-shell bumped from ^0.2.2 to ^0.2.3

## [0.3.1](https://github.com/climateinteractive/SDEverywhere/compare/plugin-check-v0.3.0...plugin-check-v0.3.1) (2023-06-18)


Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.3.2",
"files": [
"bin/**",
"dist/**",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^5.0.2",
"@sdeverywhere/check-core": "^0.1.1",
"@sdeverywhere/check-ui-shell": "^0.2.2",
"@sdeverywhere/check-ui-shell": "^0.2.3",
"@sdeverywhere/runtime": "^0.2.0",
"@sdeverywhere/runtime-async": "^0.2.0",
"assert-never": "^1.2.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.6](https://github.com/climateinteractive/SDEverywhere/compare/plugin-vite-v0.1.5...plugin-vite-v0.1.6) (2023-09-05)

Note: The `peerDependencies` field for the `plugin-vite` package has been updated to allow for either `vite ^3.0.0` or `vite ^4.0.0`.
While other SDEverywhere packages have been updated to use Vite 4 internally, the `plugin-vite` package should work fine regardless
of whether your project is configured to use Vite 3 or Vite 4.

### Bug Fixes

* upgrade to vite 4.4.9 ([#354](https://github.com/climateinteractive/SDEverywhere/issues/354)) ([db975fa](https://github.com/climateinteractive/SDEverywhere/commit/db975fa47705e22005d0c04500567d3480502f52)), closes [#351](https://github.com/climateinteractive/SDEverywhere/issues/351)

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

### Dependencies
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.5",
"version": "0.1.6",
"files": [
"dist/**"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [0.2.1](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.2.0...plugin-worker-v0.2.1) (2023-09-05)


### Bug Fixes

* upgrade to vite 4.4.9 ([#354](https://github.com/climateinteractive/SDEverywhere/issues/354)) ([db975fa](https://github.com/climateinteractive/SDEverywhere/commit/db975fa47705e22005d0c04500567d3480502f52)), closes [#351](https://github.com/climateinteractive/SDEverywhere/issues/351)

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


Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.2.1",
"files": [
"dist/**",
"template-worker/**"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7556474

Please sign in to comment.