@getflip/swirl-components-angular 0.497.0 → 0.498.1

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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-06-02T08:47:59.367Z - Time: 13488ms
23
+ Build at: 2026-06-08T11:02:27.781Z - Time: 12629ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.498.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`82dd369f0`](https://github.com/getflip/swirl/commit/82dd369f020dc7ef1e88e5cf7343b4956c784c40),
9
+ [`05ada3a81`](https://github.com/getflip/swirl/commit/05ada3a81e5fd50b24e625114471ca926f83b29d)]:
10
+ - @getflip/swirl-components@0.498.1
11
+
12
+ ## 0.498.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#1694](https://github.com/getflip/swirl/pull/1694)
17
+ [`c2b94a4ea`](https://github.com/getflip/swirl/commit/c2b94a4ea87b2725ef20c7862205e71c5610e56a)
18
+ Thanks [@danizep](https://github.com/danizep)! - Extend
19
+ SwirlTreeNavigationItem with custom icon and external link icon hover/focused
20
+ interaction
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ [[`c2b94a4ea`](https://github.com/getflip/swirl/commit/c2b94a4ea87b2725ef20c7862205e71c5610e56a)]:
26
+ - @getflip/swirl-components@0.498.0
27
+
3
28
  ## 0.497.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.497.0",
3
+ "version": "0.498.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/getflip/swirl"
@@ -26,7 +26,7 @@
26
26
  "@angular/platform-browser": "19.2.19",
27
27
  "@angular/platform-browser-dynamic": "19.2.19",
28
28
  "@angular/router": "19.2.19",
29
- "@getflip/swirl-components": "0.497.0",
29
+ "@getflip/swirl-components": "0.498.1",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"