Skip to content

Commit

Permalink
release(workbench): v12.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mofogasy authored and danielwiehl committed Jul 12, 2021
1 parent 8be4410 commit 44e7e32
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG_WORKBENCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [12.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/11.0.0-beta.8...12.0.0-beta.1) (2021-07-12)


### chore

* update project workspace to Angular 12 ([8be4410](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/8be4410c755a8cec150a84e0cfc0a1a43d0773b8)), closes [#277](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/277)



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

### chore
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Although SCION Workbench is designed for use in Angular applications, its workbe
***

### Versions
- `v12.0.0-beta.1` and newer are only compatible with Angular version 12.x.
- `v11.0.0-beta.3` provides built-in microfrontend support from the [SCION Microfrontend Platform][link-scion-microfrontend-platform].
- `v11.0.0-beta.1` and newer are only compatible with Angular version 11.x.
- `v0.0.0-beta.35` and newer are only compatible with Angular version 10.x.
Expand Down
9 changes: 9 additions & 0 deletions docs/site/changelog-workbench/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
## [Changelog][menu-changelog] > Workbench (@scion/workbench)


# [12.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/11.0.0-beta.8...12.0.0-beta.1) (2021-07-12)


### chore

* update project workspace to Angular 12 ([8be4410](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/8be4410c755a8cec150a84e0cfc0a1a43d0773b8)), closes [#277](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/277)



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

### chore
Expand Down
2 changes: 1 addition & 1 deletion projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench",
"version": "11.0.0-beta.8",
"version": "12.0.0-beta.1",
"description": "SCION Workbench provides a workbench layout for Angular applications useful for applications with non-linear workflows where users want to flexibly view and edit content in parallel.",
"license": "EPL-2.0",
"private": false,
Expand Down

0 comments on commit 44e7e32

Please sign in to comment.