@getflip/swirl-components-angular 0.471.0 → 0.472.0-beta-20260406102253

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.
@@ -1,13 +1,13 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
9
- Compiling with Angular sources in Ivy partial compilation mode.
10
- Generating FESM bundles
8
+ - Compiling with Angular sources in partial compilation mode.
9
+ Compiling with Angular sources in partial compilation mode.
10
+ ✔ Generating FESM and DTS bundles
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
@@ -16,9 +16,9 @@ Building entry point '@getflip/swirl-components-angular'
16
16
 
17
17
  ------------------------------------------------------------------------------
18
18
  Built Angular Package
19
- - from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
20
- - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
19
+ - from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
20
+ - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-04-02T13:06:44.783Z - Time: 12548ms
23
+ Build at: 2026-04-06T10:22:45.603Z - Time: 11698ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.472.0-beta-20260406102253
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1589](https://github.com/getflip/swirl/pull/1589)
8
+ [`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)
9
+ Thanks [@danizep](https://github.com/danizep)! - Update Swirl Components
10
+ Angular to v20.x
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1590](https://github.com/getflip/swirl/pull/1590)
15
+ [`2770bd02b`](https://github.com/getflip/swirl/commit/2770bd02bcb350b8c362b1b1282fb94b7fbd7bdb)
16
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
17
+ getScrollContainer method to swirl-app-layout
18
+
19
+ - Updated dependencies
20
+ [[`2770bd02b`](https://github.com/getflip/swirl/commit/2770bd02bcb350b8c362b1b1282fb94b7fbd7bdb),
21
+ [`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)]:
22
+ - @getflip/swirl-components@0.472.0-beta-20260406102253
23
+
3
24
  ## 0.471.0
4
25
 
5
26
  ### Minor Changes