Skip to content

Commit

Permalink
release(workbench-client): v1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mofogasy authored and danielwiehl committed Jul 9, 2021
1 parent 2f26260 commit b8f199e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG_WORKBENCH_CLIENT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.6...workbench-client-1.0.0-beta.7) (2021-07-09)


### chore

* compile with TypeScript strict checks enabled ([2f26260](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/2f26260b0f6e93eda8a6a6c71f102c0e60960e5f)), closes [#246](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/246)



# [1.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.5...workbench-client-1.0.0-beta.6) (2021-04-13)


Expand Down
9 changes: 9 additions & 0 deletions docs/site/changelog-workbench-client/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
## [Changelog][menu-changelog] > Workbench Client (@scion/workbench-client)


# [1.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.6...workbench-client-1.0.0-beta.7) (2021-07-09)


### chore

* compile with TypeScript strict checks enabled ([2f26260](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/2f26260b0f6e93eda8a6a6c71f102c0e60960e5f)), closes [#246](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/246)



# [1.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.5...workbench-client-1.0.0-beta.6) (2021-04-13)


Expand Down
6 changes: 3 additions & 3 deletions projects/scion/workbench-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench-client",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "SCION Workbench Client provides core API for a web app to interact with SCION Workbench and other microfrontends. It is a pure TypeScript library based on the framework-agnostic `@scion/microfrontend-platform` library and can be used with any web stack.",
"license": "EPL-2.0",
"private": false,
Expand All @@ -19,8 +19,8 @@
},
"peerDependencies": {
"rxjs": "^6.0.0",
"@scion/toolkit": ">=11.0.0-beta.10",
"@scion/microfrontend-platform": ">=1.0.0-beta.13"
"@scion/toolkit": ">=11.0.0-beta.11",
"@scion/microfrontend-platform": ">=1.0.0-beta.15"
},
"keywords": [
"scion",
Expand Down

0 comments on commit b8f199e

Please sign in to comment.