@getflip/swirl-components-angular 0.373.0 → 0.374.0

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.
@@ -9,6 +9,10 @@ Building entry point '@getflip/swirl-components-angular'
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Generating FESM bundles
11
11
  - Copying assets
12
+ ✔ Copying assets
13
+ - Writing package manifest
14
+ ✔ Writing package manifest
15
+ ✔ Built @getflip/swirl-components-angular
12
16
 
13
17
  ------------------------------------------------------------------------------
14
18
  Built Angular Package
@@ -16,9 +20,5 @@ Built Angular Package
16
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
17
21
  ------------------------------------------------------------------------------
18
22
 
19
- Build at: 2025-09-01T14:19:00.940Z - Time: 12013ms
23
+ Build at: 2025-09-05T08:11:08.002Z - Time: 12115ms
20
24
 
21
- ✔ Copying assets
22
- - Writing package manifest
23
- ✔ Writing package manifest
24
- ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.374.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b7a52703b`](https://github.com/getflip/swirl/commit/b7a52703be97be981e07812dd91129abf04c6473) -
8
+ Fix Layered Menu Box Shadow
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ [[`b7a52703b`](https://github.com/getflip/swirl/commit/b7a52703be97be981e07812dd91129abf04c6473)]:
14
+ - @getflip/swirl-components@0.374.0
15
+
16
+ ## 0.373.1
17
+
18
+ ### Patch Changes
19
+
20
+ - [#1213](https://github.com/getflip/swirl/pull/1213)
21
+ [`e1b66b21a`](https://github.com/getflip/swirl/commit/e1b66b21a203fa74a46488a5826fd6d6d69b6261)
22
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix header
23
+ overflow in swirl-pdf-reader
24
+
25
+ - Updated dependencies
26
+ [[`e1b66b21a`](https://github.com/getflip/swirl/commit/e1b66b21a203fa74a46488a5826fd6d6d69b6261)]:
27
+ - @getflip/swirl-components@0.373.1
28
+
3
29
  ## 0.373.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.373.0",
3
+ "version": "0.374.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.3",
23
23
  "@angular/platform-browser-dynamic": "19.2.3",
24
24
  "@angular/router": "19.2.3",
25
- "@getflip/swirl-components": "^0.373.0",
25
+ "@getflip/swirl-components": "^0.374.0",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"