Skip to content

Commit 2abce0f

Browse files
committed
chore: release 0.0.9
1 parent 3043f82 commit 2abce0f

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.0.9](https://github.com/AmadeusITGroup/microfrontends/compare/0.0.8...0.0.9) (2025-09-02)
2+
3+
### Features
4+
5+
- provide default value for `enableLogging()` ([3043f82](https://github.com/AmadeusITGroup/microfrontends/commit/3043f82c79c73bcd5cd67be353a13e11b8222c68))
6+
7+
### Fixes
8+
9+
- allow reconnecting with the same peer id ([20cbc51](https://github.com/AmadeusITGroup/microfrontends/commit/20cbc51d5560e9442d5a3a84ddf355de6e8ca3d1))
10+
111
# [0.0.8](https://github.com/AmadeusITGroup/microfrontends/compare/0.0.7...0.0.8) (2025-07-01)
212

313
Introduces the [new `.listen()` API](https://github.com/AmadeusITGroup/microfrontends/blob/main/packages/core/README.md#listening-for-connections) and adds support for Angular 20.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@amadeus-it-group/microfrontends-angular",
33
"description": "Amadeus Micro Frontend Toolkit for Angular",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"license": "MIT",
66
"homepage": "https://github.com/AmadeusITGroup/microfrontends",
77
"repository": {
@@ -17,7 +17,7 @@
1717
],
1818
"peerDependencies": {
1919
"@angular/core": "^19.0.0 || ^20.0.0",
20-
"@amadeus-it-group/microfrontends": "0.0.8",
20+
"@amadeus-it-group/microfrontends": "0.0.9",
2121
"rxjs": "^7.8.0"
2222
},
2323
"dependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@amadeus-it-group/microfrontends",
33
"description": "Amadeus Micro Frontend Toolkit",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"license": "MIT",
66
"homepage": "https://github.com/AmadeusITGroup/microfrontends",
77
"repository": {

0 commit comments

Comments
 (0)