diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7909d..12be46d 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. +# [17.0.0](https://github.com/worktile/ngx-planet/compare/17.0.0-next.3...17.0.0) (2024-03-17) + + +### Features + +* add loading signal for planet ([5034351](https://github.com/worktile/ngx-planet/commit/5034351dd39502faeac1c7a0d8910b8b0652cbc8)) + + + # [17.0.0-next.3](https://github.com/worktile/ngx-planet/compare/17.0.0-next.2...17.0.0-next.3) (2024-03-15) diff --git a/package-lock.json b/package-lock.json index 66e3828..b54331a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/planet", - "version": "17.0.0-next.3", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@worktile/planet", - "version": "17.0.0-next.3", + "version": "17.0.0", "dependencies": { "@angular/animations": "^17.2.3", "@angular/cdk": "^17.2.1", diff --git a/package.json b/package.json index 01426dc..e636797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "17.0.0-next.3", + "version": "17.0.0", "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 836d1dc..64dd556 100644 --- a/packages/planet/package.json +++ b/packages/planet/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "17.0.0-next.3", + "version": "17.0.0", "private": false, "peerDependencies": { "@angular/common": "^17.0.0",