@flusys/ng-layout 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  ## Package Information
10
10
 
11
11
  - **Package:** `@flusys/ng-layout`
12
+ - **Version:** 1.1.0
12
13
  - **Dependencies:** ng-core, ng-shared
13
14
  - **Dependents:** flusysng
14
15
  - **Build Command:** `npm run build:ng-layout`
@@ -708,5 +709,6 @@ Layout automatically handles responsive behavior. Ensure you're using the `AppLa
708
709
 
709
710
  ---
710
711
 
711
- **Last Updated:** 2026-02-21
712
+ **Last Updated:** 2026-02-23
713
+ **Version:** 1.1.0
712
714
  **Angular Version:** 21
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@flusys/ng-layout",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Layout components for FLUSYS Angular applications",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=21.0.0",
8
8
  "@angular/core": ">=21.0.0",
9
9
  "@angular/router": ">=21.0.0",
10
- "@flusys/ng-core": ">=1.0.1",
11
- "@flusys/ng-shared": ">=1.0.1",
10
+ "@flusys/ng-core": ">=1.1.0",
11
+ "@flusys/ng-shared": ">=1.1.0",
12
12
  "@primeuix/themes": ">=1.0.0",
13
13
  "primeicons": ">=7.0.0",
14
14
  "primeng": ">=21.0.0",