Skip to content

Commit 132f54e

Browse files
committed
chore(release): update projects changelogs [skip ci]
- project: auth-vue 1.0.0 - project: ngx-auth 4.0.0 - project: auth-js 1.1.0
1 parent 29bf41e commit 132f54e

File tree

3 files changed

+45
-13
lines changed

3 files changed

+45
-13
lines changed

libs/auth-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.1.0 (2025-04-07)
2+
3+
### 🚀 Features
4+
5+
- **interceptor:** auth interceptor is now part of `auth-js` ([265a501](https://github.com/Badisi/auth-js/commit/265a501))
6+
- **guard:** auth guard is now part of `auth-js` ([ce079fd](https://github.com/Badisi/auth-js/commit/ce079fd))
7+
- **subscription:** add `once` option ([a688537](https://github.com/Badisi/auth-js/commit/a688537))
8+
9+
### ❤️ Thank You
10+
11+
- Badisi @Badisi

libs/auth-vue/CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
+ ## 1.0.0 (2025-04-07)
2-
+
3-
+ ### 🚀 Features
4-
+
5-
+ - **vue:** add support for `Vue.js` ([27138b4](https://github.com/Badisi/auth-js/commit/27138b4))
6-
+
7-
+ ### 🌱 Dependencies
8-
+
9-
+ - **auth-js**: upgraded to `v1.1.0`
10-
+
11-
+ ### ❤️ Thank You
12-
+
13-
+ - Badisi
1+
## 1.0.0 (2025-04-07)
2+
3+
### 🚀 Features
4+
5+
- **vue:** add support for `Vue.js` ([27138b4](https://github.com/Badisi/auth-js/commit/27138b4))
6+
7+
### 🌱 Dependencies
8+
9+
- **auth-js**: upgraded to `v1.1.0`
10+
11+
### ❤️ Thank You
12+
13+
- Badisi @Badisi

libs/ngx-auth/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 4.0.0 (2025-04-07)
2+
3+
### ⚠️ Breaking Changes
4+
5+
- `angular >= 15` is now required by the **library**
6+
- `angular >= 16` is now required by the **schematic**
7+
8+
### 🚀 Features
9+
10+
- **schematics:** add support for apps that use platformBrowser ([67d7e5a](https://github.com/Badisi/auth-js/commit/67d7e5a))
11+
- **interceptor:** auth interceptor is now part of `auth-js` ([265a501](https://github.com/Badisi/auth-js/commit/265a501))
12+
- ⚠️ **standalone:** add support for `standalone` ([2b98113](https://github.com/Badisi/auth-js/commit/2b98113))
13+
- **guard:** auth guard is now part of `auth-js` ([ce079fd](https://github.com/Badisi/auth-js/commit/ce079fd))
14+
15+
### 🌱 Dependencies
16+
17+
- **auth-js**: upgraded to `v1.1.0`
18+
19+
### ❤️ Thank You
20+
21+
- Badisi @Badisi

0 commit comments

Comments
 (0)