Skip to content

Commit

Permalink
release: v9.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl committed Jun 1, 2020
1 parent 95217d4 commit 316f804
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 @@
# [9.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.1...9.0.0-beta.2) (2020-06-01)


### Bug Fixes

* publish internal toolkit under `@scion/toolkit.internal` instead of `@scion/~toolkit` ([78a31d7](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/78a31d7cee441fd3dcfdd8eee43c788e3f8241d2))



# 9.0.0-beta.1 (2020-06-01)


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

## Changelog

# [9.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.1...9.0.0-beta.2) (2020-06-01)


### Bug Fixes

* publish internal toolkit under `@scion/toolkit.internal` instead of `@scion/~toolkit` ([78a31d7](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/78a31d7cee441fd3dcfdd8eee43c788e3f8241d2))



# 9.0.0-beta.1 (2020-06-01)


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": "9.0.0-beta.1",
"version": "9.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": "9.0.0-beta.1",
"version": "9.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": "9.0.0-beta.1",
"version": "9.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 316f804

Please sign in to comment.