@flusys/ng-email 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Email Package Guide
|
|
2
2
|
|
|
3
3
|
> **Package:** `@flusys/ng-email`
|
|
4
|
+
> **Version:** 1.1.0
|
|
4
5
|
> **Type:** Email management with configurations, templates, and sending
|
|
5
6
|
|
|
6
7
|
---
|
|
@@ -868,5 +869,6 @@ export { EMAIL_ROUTES } from '@flusys/ng-email';
|
|
|
868
869
|
|
|
869
870
|
---
|
|
870
871
|
|
|
871
|
-
**Last Updated:** 2026-02-
|
|
872
|
+
**Last Updated:** 2026-02-23
|
|
873
|
+
**Version:** 1.1.0
|
|
872
874
|
**Angular Version:** 21
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flusys/ng-email",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Email management module for FLUSYS Angular applications",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"@angular/core": ">=21.0.0",
|
|
9
9
|
"@angular/forms": ">=21.0.0",
|
|
10
10
|
"@angular/router": ">=21.0.0",
|
|
11
|
-
"@flusys/ng-core": ">=1.0
|
|
12
|
-
"@flusys/ng-layout": ">=1.0
|
|
13
|
-
"@flusys/ng-shared": ">=1.0
|
|
11
|
+
"@flusys/ng-core": ">=1.1.0",
|
|
12
|
+
"@flusys/ng-layout": ">=1.1.0",
|
|
13
|
+
"@flusys/ng-shared": ">=1.1.0",
|
|
14
14
|
"@primeuix/themes": ">=1.0.0",
|
|
15
15
|
"primeicons": ">=7.0.0",
|
|
16
16
|
"primeng": ">=21.0.0"
|