Skip to content

Commit

Permalink
release: v11.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and mofogasy committed Nov 17, 2020
1 parent 30b062e commit f972733
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [11.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.1...11.0.0-beta.2) (2020-11-17)


### Bug Fixes

* **toolkit:** restrict the toolkit to be compatible with Angular version 11 ([2e603df](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/2e603dffee5182b88fb45c5870d6bd6441e1cc07))



# [11.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/10.0.0-beta.4...11.0.0-beta.1) (2020-11-17)


Expand Down
9 changes: 9 additions & 0 deletions docs/site/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

## Changelog

# [11.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.1...11.0.0-beta.2) (2020-11-17)


### Bug Fixes

* **toolkit:** restrict the toolkit to be compatible with Angular version 11 ([2e603df](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/2e603dffee5182b88fb45c5870d6bd6441e1cc07))



# [11.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/10.0.0-beta.4...11.0.0-beta.1) (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scion-toolkit",
"version": "11.0.0-beta.1",
"version": "11.0.0-beta.2",
"description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit",
Expand Down
2 changes: 1 addition & 1 deletion projects/scion/toolkit.internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/toolkit.internal",
"version": "11.0.0-beta.1",
"version": "11.0.0-beta.2",
"description": "SCION Toolkit INTERNAL is a collection of UI components and utilities designed exclusively for use in SCION applications. DO NOT USE THIS MODULE IN YOUR PROJECT AS IT IS NOT GUARANTEED TO BE STABLE AND MAY CHANGE WITHOUT NOTICE.",
"license": "EPL-2.0",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion projects/scion/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/toolkit",
"version": "11.0.0-beta.1",
"version": "11.0.0-beta.2",
"description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.",
"license": "EPL-2.0",
"private": false,
Expand Down

0 comments on commit f972733

Please sign in to comment.