diff --git a/CHANGELOG.md b/CHANGELOG.md index e59e5fb..ba0034c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [14.1.1](https://github.com/worktile/ngx-planet/compare/14.1.0...14.1.1) (2023-02-01) + + +### Bug Fixes + +* **planet-component:** invoke componentRef's destroy when plantComponentRef dispose ([#270](https://github.com/worktile/ngx-planet/issues/270)) ([73ace3c](https://github.com/worktile/ngx-planet/commit/73ace3c11b3529e8df23ec6c775c94423af35ceb)) + + + # [14.1.0](https://github.com/worktile/ngx-planet/compare/14.0.0...14.1.0) (2022-11-28) diff --git a/package-lock.json b/package-lock.json index aecfe3e..a8b8ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "14.1.0", + "version": "14.1.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fecd71e..7e003e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "14.1.0", + "version": "14.1.1", "description": "A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular.", "keywords": [ "micro front-end", diff --git a/packages/planet/package.json b/packages/planet/package.json index d3f0a62..0221356 100644 --- a/packages/planet/package.json +++ b/packages/planet/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "14.1.0", + "version": "14.1.1", "private": false, "peerDependencies": { "@angular/common": "^14.0.0",