Skip to content

Commit

Permalink
release: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Nov 10, 2023
1 parent 5bbb1e0 commit cbf3189
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.2](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.2.1...1.2.2) (2023-11-10)


### Bug Fixes

* **platform:** support navigating to blob URL ([5bbb1e0](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/5bbb1e08bb420b38f476bfad08e4ea856c48d0a3))



## [1.2.1](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.2.0...1.2.1) (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## [1.2.1](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.2.0...1.2.1) (2023-11-02)
## [1.2.2](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.2.1...1.2.2) (2023-11-10)


### Bug Fixes

* **platform/client:** show splash if instructed by the navigator, but only if not navigating to the same capability, if any ([a91286d](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/a91286d8c2eff27a87831b1bd7183ae4103c3510))
* **platform:** support navigating to blob URL ([5bbb1e0](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/5bbb1e08bb420b38f476bfad08e4ea856c48d0a3))



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

## [1.2.2](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.2.1...1.2.2) (2023-11-10)


### Bug Fixes

* **platform:** support navigating to blob URL ([5bbb1e0](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/5bbb1e08bb420b38f476bfad08e4ea856c48d0a3))



## [1.2.1](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.2.0...1.2.1) (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions 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-microfrontend-platform",
"version": "1.2.1",
"version": "1.2.2",
"description": "SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origins and facilitates embedding microfrontends using a web component and a router. SCION Microfrontend Platform is a lightweight, web stack agnostic library that has no user-facing components and does not dictate any form of application structure.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform",
Expand Down
2 changes: 1 addition & 1 deletion projects/scion/microfrontend-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/microfrontend-platform",
"version": "1.2.1",
"version": "1.2.2",
"description": "SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origins and facilitates embedding microfrontends using a web component and a router. SCION Microfrontend Platform is a lightweight, web stack agnostic library that has no user-facing components and does not dictate any form of application structure.",
"license": "EPL-2.0",
"private": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {ConsoleLogger, Logger} from './logger';
/**
* Current version of the SCION Microfrontend Platform.
*/
const version = '1.2.1';
const version = '1.2.2';

/**
* The central class of the SCION Microfrontend Platform. This class cannot be instantiated. All functionality is provided by static methods.
Expand Down

0 comments on commit cbf3189

Please sign in to comment.