From b2b9ef6d193cf0024098d38c6cb07b1134504d47 Mon Sep 17 00:00:00 2001 From: Romanchuk Sergey Date: Mon, 3 Jun 2024 15:57:21 +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/ab/CHANGELOG.md | 6 ++++++ libs/ab/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/ab/CHANGELOG.md b/libs/ab/CHANGELOG.md index e109d84..c762856 100644 --- a/libs/ab/CHANGELOG.md +++ b/libs/ab/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/ab/package.json b/libs/ab/package.json index 72e2c14..c386e99 100644 --- a/libs/ab/package.json +++ b/libs/ab/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/ab", - "version": "17.0.0", + "version": "18.0.0", "np": { "yolo": true, "yarn": false,