@getflip/swirl-components-angular 0.457.0-beta-20260305230826 → 0.457.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-03-05T23:08:19.342Z - Time: 13589ms
23
+ Build at: 2026-03-06T14:23:33.681Z - Time: 14541ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,10 +1,28 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
- ## 0.457.0-beta-20260305230826
3
+ ## 0.457.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1520](https://github.com/getflip/swirl/pull/1520)
8
+ [`6af6fc8ea`](https://github.com/getflip/swirl/commit/6af6fc8ea9d7bf5297d1ed0b1b756ca141d71c66)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Fix
10
+ swirl-popover flicker
11
+
12
+ - Updated dependencies
13
+ [[`6af6fc8ea`](https://github.com/getflip/swirl/commit/6af6fc8ea9d7bf5297d1ed0b1b756ca141d71c66)]:
14
+ - @getflip/swirl-components@0.457.1
15
+
16
+ ## 0.457.0
4
17
 
5
18
  ### Minor Changes
6
19
 
7
- - [#1511](https://github.com/getflip/swirl/pull/1511)
20
+ - [#1517](https://github.com/getflip/swirl/pull/1517)
21
+ [`2f0a4df25`](https://github.com/getflip/swirl/commit/2f0a4df2516e67d276dba30611dd915f2fe70aad)
22
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Revert stencil
23
+ react wrapper update
24
+
25
+ * [#1511](https://github.com/getflip/swirl/pull/1511)
8
26
  [`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)
9
27
  Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add type-ahead
10
28
  capability to swirl-select
@@ -12,8 +30,9 @@
12
30
  ### Patch Changes
13
31
 
14
32
  - Updated dependencies
15
- [[`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)]:
16
- - @getflip/swirl-components@0.457.0-beta-20260305230826
33
+ [[`2f0a4df25`](https://github.com/getflip/swirl/commit/2f0a4df2516e67d276dba30611dd915f2fe70aad),
34
+ [`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)]:
35
+ - @getflip/swirl-components@0.457.0
17
36
 
18
37
  ## 0.456.3
19
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.457.0-beta-20260305230826",
3
+ "version": "0.457.1",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.19",
23
23
  "@angular/platform-browser-dynamic": "19.2.19",
24
24
  "@angular/router": "19.2.19",
25
- "@getflip/swirl-components": "0.457.0-beta-20260305230826",
25
+ "@getflip/swirl-components": "0.457.1",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"