@getflip/swirl-components-angular 0.428.0 → 0.429.0-beta-20260120140428

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-01-20T08:11:23.725Z - Time: 13784ms
23
+ Build at: 2026-01-20T14:04:19.915Z - Time: 12911ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.429.0-beta-20260120140428
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1390](https://github.com/getflip/swirl/pull/1390)
8
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
10
+ popover in swirl-popover
11
+
12
+ * [#1396](https://github.com/getflip/swirl/pull/1396)
13
+ [`9ce5802eb`](https://github.com/getflip/swirl/commit/9ce5802eb495acd7d0a923e366a81f463331e2e4)
14
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
15
+ popover in swirl-toast-provider
16
+
17
+ - [#1390](https://github.com/getflip/swirl/pull/1390)
18
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)
19
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
20
+ dialog in swirl-modal
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ [[`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589),
26
+ [`9ce5802eb`](https://github.com/getflip/swirl/commit/9ce5802eb495acd7d0a923e366a81f463331e2e4),
27
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)]:
28
+ - @getflip/swirl-components@0.429.0-beta-20260120140428
29
+
3
30
  ## 0.428.0
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.428.0",
3
+ "version": "0.429.0-beta-20260120140428",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.18",
23
23
  "@angular/platform-browser-dynamic": "19.2.18",
24
24
  "@angular/router": "19.2.18",
25
- "@getflip/swirl-components": "0.428.0",
25
+ "@getflip/swirl-components": "0.429.0-beta-20260120140428",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"