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 Sep 22, 2022
1 parent 3831495 commit fc24bea
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 19 deletions.
16 changes: 9 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"packages/compile": "0.7.0",
"packages/cli": "0.7.1",
"packages/build": "0.1.1",
"packages/cli": "0.7.2",
"packages/build": "0.2.0",
"packages/check-core": "0.1.0",
"packages/check-ui-shell": "0.1.1",
"packages/plugin-check": "0.1.4",
"packages/plugin-vite": "0.1.1",
"packages/plugin-wasm": "0.1.1",
"packages/plugin-worker": "0.1.2",
"packages/plugin-check": "0.1.5",
"packages/plugin-vite": "0.1.2",
"packages/plugin-wasm": "0.1.2",
"packages/plugin-worker": "0.1.3",
"packages/runtime": "0.1.0",
"packages/runtime-async": "0.1.0"
"packages/runtime-async": "0.1.0",
"packages/create": "0.1.0",
"packages/plugin-config": "0.1.0"
}
12 changes: 12 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add plugin-config package ([#234](https://github.com/climateinteractive/SDEverywhere/issues/234)) ([cfc7be0](https://github.com/climateinteractive/SDEverywhere/commit/cfc7be0f78a88ab1e3f601cba93e8f882e9d072d)), closes [#229](https://github.com/climateinteractive/SDEverywhere/issues/229)


### Bug Fixes

* log build errors in development mode ([#232](https://github.com/climateinteractive/SDEverywhere/issues/232)) ([f0a567b](https://github.com/climateinteractive/SDEverywhere/commit/f0a567b5eaf24a16c7f8c340626489e7285ab5e2)), closes [#231](https://github.com/climateinteractive/SDEverywhere/issues/231)

## [0.1.1](https://github.com/climateinteractive/SDEverywhere/compare/build-v0.1.0...build-v0.1.1) (2022-08-06)


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.1.1",
"version": "0.2.0",
"files": [
"dist/**"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/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/build bumped from ^0.1.1 to ^0.2.0

## [0.7.1](https://github.com/climateinteractive/SDEverywhere/compare/cli-v0.7.0...cli-v0.7.1) (2022-08-06)


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.1",
"version": "0.7.2",
"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.1.1",
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/compile": "^0.7.0",
"bufx": "^1.0.5",
"byline": "^5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## 0.1.0 (2022-09-22)


### Features

* add `create` package for simpler project init ([#235](https://github.com/climateinteractive/SDEverywhere/issues/235)) ([daaa0b0](https://github.com/climateinteractive/SDEverywhere/commit/daaa0b0ae670b51ea92ef0ec4893d11dfa05d3f1)), closes [#228](https://github.com/climateinteractive/SDEverywhere/issues/228)

## Changelog
6 changes: 6 additions & 0 deletions packages/plugin-check/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/build bumped from ^0.1.1 to ^0.2.0

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


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.1.4",
"version": "0.1.5",
"files": [
"dist/**",
"template-bundle/**",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^2.4.1",
"@sdeverywhere/build": "^0.1.1",
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/check-core": "^0.1.0",
"@sdeverywhere/check-ui-shell": "^0.1.1",
"@sdeverywhere/runtime": "^0.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.1.0 (2022-09-22)


### Features

* add plugin-config package ([#234](https://github.com/climateinteractive/SDEverywhere/issues/234)) ([cfc7be0](https://github.com/climateinteractive/SDEverywhere/commit/cfc7be0f78a88ab1e3f601cba93e8f882e9d072d)), closes [#229](https://github.com/climateinteractive/SDEverywhere/issues/229)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0
2 changes: 1 addition & 1 deletion packages/plugin-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ci:build": "run-s clean lint prettier:check test:ci type-check build"
},
"dependencies": {
"@sdeverywhere/build": "^0.1.1",
"@sdeverywhere/build": "^0.2.0",
"byline": "^5.0.0",
"csv-parse": "^4.15.4",
"sanitize-html": "^2.7.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @sdeverywhere/build bumped from ^0.1.0 to ^0.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0

## 0.1.0 (2022-06-28)


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.1",
"version": "0.1.2",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -29,7 +29,7 @@
"ci:build": "run-s clean lint prettier:check test:ci type-check build"
},
"dependencies": {
"@sdeverywhere/build": "^0.1.1",
"@sdeverywhere/build": "^0.2.0",
"vite": "^2.9.12"
},
"author": "Climate Interactive",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @sdeverywhere/build bumped from ^0.1.0 to ^0.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0

## 0.1.0 (2022-06-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.1",
"version": "0.1.2",
"files": [
"dist/**"
],
Expand Down Expand Up @@ -29,7 +29,7 @@
"ci:build": "run-s clean lint prettier:check test:ci type-check build"
},
"dependencies": {
"@sdeverywhere/build": "^0.1.1",
"@sdeverywhere/build": "^0.2.0",
"find-up": "^6.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @sdeverywhere/build bumped from ^0.1.0 to ^0.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0

## [0.1.1](https://github.com/climateinteractive/SDEverywhere/compare/plugin-worker-v0.1.0...plugin-worker-v0.1.1) (2022-07-12)


Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.1.3",
"files": [
"dist/**",
"template-worker/**"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@sdeverywhere/build": "^0.1.1",
"@sdeverywhere/build": "^0.2.0",
"@sdeverywhere/runtime": "^0.1.0",
"@sdeverywhere/runtime-async": "^0.1.0",
"rollup": "^2.76.0",
Expand Down

0 comments on commit fc24bea

Please sign in to comment.