Skip to content

Commit

Permalink
release(toolkit): v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Nov 9, 2022
1 parent 6c29afd commit 0c89a0f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG_TOOLKIT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.3.0...toolkit-1.3.1) (2022-11-09)


### Bug Fixes

* **toolkit/bean-manager:** construct eager bean of a multi-token when registered after started the bean manager ([6c29afd](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/6c29afd079b058ae5989703a979d737b112deebc))



# [1.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.1...toolkit-1.3.0) (2022-11-02)


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


## [1.3.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.3.0...toolkit-1.3.1) (2022-11-09)


### Bug Fixes

* **toolkit/bean-manager:** construct eager bean of a multi-token when registered after started the bean manager ([6c29afd](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/6c29afd079b058ae5989703a979d737b112deebc))



# [1.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.1...toolkit-1.3.0) (2022-11-02)


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": "1.3.0",
"version": "1.3.1",
"description": "Provides a collection of framework-agnostic utilities designed primarily for use in SCION libraries such as `@scion/workbench` and `@scion/microfrontend-platform`. This library is written in plain TypeScript and has no dependency on any other library.",
"license": "EPL-2.0",
"private": false,
Expand Down

0 comments on commit 0c89a0f

Please sign in to comment.