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

Merged
merged 3 commits into from
May 3, 2023
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/compile": "0.7.5",
"packages/cli": "0.7.8",
"packages/build": "0.3.0",
"packages/cli": "0.7.9",
"packages/build": "0.3.1",
"packages/check-core": "0.1.0",
"packages/check-ui-shell": "0.2.1",
"packages/plugin-check": "0.3.0",
Expand All @@ -11,5 +11,5 @@
"packages/runtime": "0.2.0",
"packages/runtime-async": "0.2.0",
"packages/create": "0.2.2",
"packages/plugin-config": "0.2.0"
"packages/plugin-config": "0.2.1"
}
7 changes: 7 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.3.0...build-v0.3.1) (2023-05-03)


### Bug Fixes

* add inputId property to InputSpec interface ([#321](https://github.com/climateinteractive/SDEverywhere/issues/321)) ([f461433](https://github.com/climateinteractive/SDEverywhere/commit/f461433df9ae013e73a76a1103c9cb8a5d22ab52)), closes [#320](https://github.com/climateinteractive/SDEverywhere/issues/320)

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


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

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

### Dependencies

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

## [0.7.8](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.7...cli-v0.7.8) (2023-01-26)


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.8",
"version": "0.7.9",
"description": "Contains the `sde` command line interface for the SDEverywhere tool suite.",
"type": "module",
"files": [
Expand All @@ -18,7 +18,7 @@
"ci:build": "run-s lint prettier:check"
},
"dependencies": {
"@sdeverywhere/build": "^0.3.0",
"@sdeverywhere/build": "^0.3.1",
"@sdeverywhere/compile": "^0.7.5",
"bufx": "^1.0.5",
"byline": "^5.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* add inputId property to InputSpec interface ([#321](https://github.com/climateinteractive/SDEverywhere/issues/321)) ([f461433](https://github.com/climateinteractive/SDEverywhere/commit/f461433df9ae013e73a76a1103c9cb8a5d22ab52)), closes [#320](https://github.com/climateinteractive/SDEverywhere/issues/320)


### Dependencies

* The following workspace dependencies were updated
* peerDependencies
* @sdeverywhere/build bumped from ^0.3.0 to ^0.3.1

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


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.2.0",
"version": "0.2.1",
"files": [
"dist/**",
"template-config/**"
Expand Down Expand Up @@ -37,7 +37,7 @@
"sanitize-html": "^2.7.1"
},
"peerDependencies": {
"@sdeverywhere/build": "^0.3.0"
"@sdeverywhere/build": "^0.3.1"
},
"devDependencies": {
"@sdeverywhere/build": "*",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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