@hug/ngx-layout 1.1.8 → 1.1.9

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/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.1.9 (2024-07-25)
2
+
3
+
4
+ ### 🌱 Dependencies
5
+
6
+ - **@hug/ngx-core:** upgrade to v1.1.13 ([15e11d7](https://github.com/DSI-HUG/ngx-components/commit/15e11d7))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - dsi-hug-bot @dsi-hug-bot
12
+
1
13
  ## 1.1.8 (2024-07-24)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hug/ngx-layout",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "HUG Angular - layout component",
5
5
  "homepage": "https://github.com/dsi-hug/ngx-components",
6
6
  "license": "GPL-3.0-only",
@@ -39,8 +39,8 @@
39
39
  "@angular/core": ">= 14",
40
40
  "@angular/cdk": ">= 14",
41
41
  "@angular/material": ">= 14",
42
- "@hug/ngx-core": "1.1.11",
43
- "@hug/ngx-sidenav": "1.1.5"
42
+ "@hug/ngx-core": "1.1.13",
43
+ "@hug/ngx-sidenav": "1.1.6"
44
44
  },
45
45
  "dependencies": {
46
46
  "tslib": "^2.6.3"