From 55fe62f5ce015e09ccbd1d582770f9e771a98bdc Mon Sep 17 00:00:00 2001 From: why520crazy Date: Thu, 9 Mar 2023 14:54:30 +0800 Subject: [PATCH] chore(release): 15.0.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- packages/planet/package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18be72e..a069b6b 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. +# [15.0.0](https://github.com/worktile/ngx-planet/compare/15.0.0-next.1...15.0.0) (2023-03-09) + + +### Features + +* bump ngx-tethys to ngx-tethys and @angular/* to 15.2.2 ([e2a4c55](https://github.com/worktile/ngx-planet/commit/e2a4c5505316214b5b01c6b6f54e757368136e3d)) + + + # [15.0.0-next.1](https://github.com/worktile/ngx-planet/compare/15.0.0-next.0...15.0.0-next.1) (2023-03-07) diff --git a/package-lock.json b/package-lock.json index 0653c5c..f43316e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "15.0.0-next.1", + "version": "15.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5015999..21f2745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "15.0.0-next.1", + "version": "15.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 69a545c..37c6778 100644 --- a/packages/planet/package.json +++ b/packages/planet/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/planet", - "version": "15.0.0-next.1", + "version": "15.0.0", "private": false, "peerDependencies": { "@angular/common": "^15.0.0",