diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc1e7d..fd42e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 18.1.0-alpha.3 (2024-08-15) + +### 🩹 Fixes + +- tests ([be8c06a](https://github.com/protoarch/angular/commit/be8c06a)) + +### ❤️ Thank You + +- Romanchuk Sergey @Romanchuk + ## 18.1.0-alpha.2 (2024-08-15) This was a version bump only, there were no code changes. diff --git a/libs/ab/CHANGELOG.md b/libs/ab/CHANGELOG.md index c3272b1..3185e54 100644 --- a/libs/ab/CHANGELOG.md +++ b/libs/ab/CHANGELOG.md @@ -1,3 +1,13 @@ +## 18.1.0-alpha.3 (2024-08-15) + +### 🩹 Fixes + +- tests ([be8c06a](https://github.com/protoarch/angular/commit/be8c06a)) + +### ❤️ Thank You + +- Romanchuk Sergey @Romanchuk + ## 18.1.0-alpha.2 (2024-08-15) This was a version bump only for @protoarch.angular/ab to align it with other projects, there were no code changes. diff --git a/libs/ab/package.json b/libs/ab/package.json index 89cbe78..1074c26 100644 --- a/libs/ab/package.json +++ b/libs/ab/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/ab", - "version": "18.1.0-alpha.2", + "version": "18.1.0-alpha.3", "publishConfig": { "access": "public" }, diff --git a/libs/api/CHANGELOG.md b/libs/api/CHANGELOG.md index 719a999..c6bb57f 100644 --- a/libs/api/CHANGELOG.md +++ b/libs/api/CHANGELOG.md @@ -1,3 +1,13 @@ +## 18.1.0-alpha.3 (2024-08-15) + +### 🩹 Fixes + +- tests ([be8c06a](https://github.com/protoarch/angular/commit/be8c06a)) + +### ❤️ Thank You + +- Romanchuk Sergey @Romanchuk + ## 18.1.0-alpha.2 (2024-08-15) This was a version bump only for @protoarch.angular/api to align it with other projects, there were no code changes. diff --git a/libs/api/package.json b/libs/api/package.json index 1a6ad8a..c240c80 100644 --- a/libs/api/package.json +++ b/libs/api/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/api", - "version": "18.1.0-alpha.2", + "version": "18.1.0-alpha.3", "author": { "name": "Sergey Romanchuk" }, diff --git a/libs/auth/CHANGELOG.md b/libs/auth/CHANGELOG.md index 5c694a2..066b387 100644 --- a/libs/auth/CHANGELOG.md +++ b/libs/auth/CHANGELOG.md @@ -1,3 +1,13 @@ +## 18.1.0-alpha.3 (2024-08-15) + +### 🩹 Fixes + +- tests ([be8c06a](https://github.com/protoarch/angular/commit/be8c06a)) + +### ❤️ Thank You + +- Romanchuk Sergey @Romanchuk + ## 18.1.0-alpha.2 (2024-08-15) This was a version bump only for @protoarch.angular/auth to align it with other projects, there were no code changes. diff --git a/libs/auth/package.json b/libs/auth/package.json index 5a3b313..5a3b042 100644 --- a/libs/auth/package.json +++ b/libs/auth/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/auth", - "version": "18.1.0-alpha.2", + "version": "18.1.0-alpha.3", "publishConfig": { "access": "public" }, diff --git a/libs/linters/CHANGELOG.md b/libs/linters/CHANGELOG.md index 3bf8648..bae4b8f 100644 --- a/libs/linters/CHANGELOG.md +++ b/libs/linters/CHANGELOG.md @@ -1,3 +1,13 @@ +## 18.1.0-alpha.3 (2024-08-15) + +### 🩹 Fixes + +- tests ([be8c06a](https://github.com/protoarch/angular/commit/be8c06a)) + +### ❤️ Thank You + +- Romanchuk Sergey @Romanchuk + ## 18.1.0-alpha.2 (2024-08-15) This was a version bump only for @protoarch.angular/linters to align it with other projects, there were no code changes. diff --git a/libs/linters/package.json b/libs/linters/package.json index 5aff988..c25cb69 100644 --- a/libs/linters/package.json +++ b/libs/linters/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/linters", - "version": "18.1.0-alpha.2", + "version": "18.1.0-alpha.3", "description": "ESLint, Stylelint & Prettier configs for Angular apps", "license": "MIT", "keywords": ["eslint", "eslintconfig", "eslint-config"], diff --git a/libs/validation-message/CHANGELOG.md b/libs/validation-message/CHANGELOG.md index 0534e81..7300c03 100644 --- a/libs/validation-message/CHANGELOG.md +++ b/libs/validation-message/CHANGELOG.md @@ -1,3 +1,13 @@ +## 18.1.0-alpha.3 (2024-08-15) + +### 🩹 Fixes + +- tests ([be8c06a](https://github.com/protoarch/angular/commit/be8c06a)) + +### ❤️ Thank You + +- Romanchuk Sergey @Romanchuk + ## 18.1.0-alpha.2 (2024-08-15) This was a version bump only for @protoarch.angular/validation-message to align it with other projects, there were no code changes. diff --git a/libs/validation-message/package.json b/libs/validation-message/package.json index f498f37..2e4dd45 100644 --- a/libs/validation-message/package.json +++ b/libs/validation-message/package.json @@ -1,6 +1,6 @@ { "name": "@protoarch.angular/validation-message", - "version": "18.1.0-alpha.2", + "version": "18.1.0-alpha.3", "publishConfig": { "access": "public" },