From 2d7ff6832901fc6474ed31963e5e24a6dd71151d Mon Sep 17 00:00:00 2001 From: Romanchuk Sergey Date: Mon, 3 Jun 2024 15:53:10 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20version=20released=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/auth/CHANGELOG.md | 6 ++++++ libs/auth/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/auth/CHANGELOG.md b/libs/auth/CHANGELOG.md index ac257ad..efcc9be 100644 --- a/libs/auth/CHANGELOG.md +++ b/libs/auth/CHANGELOG.md @@ -1,3 +1,9 @@ +# [18.0.0](https://github.com/protoarch/angular/compare/v18.0.0-1...v18.0.0) (2024-06-03) + +### Bug Fixes + +- auth ([00b697a](https://github.com/protoarch/angular/commit/00b697a971fe58089e5e48abb61300debc6eec2c)) + # [17.0.0](https://github.com/protoarch/angular/compare/v14.1.2...v17.0.0) (2024-02-07) ### Bug Fixes diff --git a/libs/auth/package.json b/libs/auth/package.json index e0fdf7a..e68621f 100644 --- a/libs/auth/package.json +++ b/libs/auth/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/auth", - "version": "17.0.0", + "version": "18.0.0", "np": { "yolo": true, "yarn": false,