Skip to content

Commit

Permalink
release: 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 1, 2021
1 parent 8331caa commit a56c1fa
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.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-toolkit/compare/11.0.0-beta.12...12.0.0-beta.1) (2021-07-01)


### Chore

* **toolkit:** update @scion/toolkit to Angular 12 ([8331caa](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8331caa32b83087e9144cf74b6e902e781d2d4ef)), closes [#56](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/56)



# [11.0.0-beta.12](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.11...11.0.0-beta.12) (2021-06-24)


Expand Down
11 changes: 10 additions & 1 deletion docs/site/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

## Changelog

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


### Chore

* **toolkit:** update @scion/toolkit to Angular 12 ([8331caa](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8331caa32b83087e9144cf74b6e902e781d2d4ef)), closes [#56](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/56)



# [11.0.0-beta.12](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.11...11.0.0-beta.12) (2021-06-24)


Expand Down Expand Up @@ -283,4 +292,4 @@ To migrate:
[menu-projects-overview]: /docs/site/projects-overview.md
[menu-changelog]: /docs/site/changelog/changelog.md
[menu-contributing]: /CONTRIBUTING.md
[menu-sponsoring]: /docs/site/sponsoring.md
[menu-sponsoring]: /docs/site/sponsoring.md
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.12",
"version": "12.0.0-beta.1",
"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.12",
"version": "12.0.0-beta.1",
"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.12",
"version": "12.0.0-beta.1",
"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 a56c1fa

Please sign in to comment.