@getflip/swirl-components-angular 0.372.0 → 0.373.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.
@@ -11,6 +11,8 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
+ ✔ Writing package manifest
15
+ ✔ Built @getflip/swirl-components-angular
14
16
 
15
17
  ------------------------------------------------------------------------------
16
18
  Built Angular Package
@@ -18,7 +20,5 @@ Built Angular Package
18
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
19
21
  ------------------------------------------------------------------------------
20
22
 
21
- Build at: 2025-09-01T12:36:52.014Z - Time: 12553ms
23
+ Build at: 2025-09-03T10:55:29.084Z - Time: 12362ms
22
24
 
23
- ✔ Writing package manifest
24
- ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.373.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1213](https://github.com/getflip/swirl/pull/1213)
8
+ [`e1b66b21a`](https://github.com/getflip/swirl/commit/e1b66b21a203fa74a46488a5826fd6d6d69b6261)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix header
10
+ overflow in swirl-pdf-reader
11
+
12
+ - Updated dependencies
13
+ [[`e1b66b21a`](https://github.com/getflip/swirl/commit/e1b66b21a203fa74a46488a5826fd6d6d69b6261)]:
14
+ - @getflip/swirl-components@0.373.1
15
+
16
+ ## 0.373.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#1211](https://github.com/getflip/swirl/pull/1211)
21
+ [`d3ea0998a`](https://github.com/getflip/swirl/commit/d3ea0998ad28542bb6a0bbec76668a8422af8a11)
22
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "critical" color to
23
+ swirl-separator
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ [[`d3ea0998a`](https://github.com/getflip/swirl/commit/d3ea0998ad28542bb6a0bbec76668a8422af8a11)]:
29
+ - @getflip/swirl-components@0.373.0
30
+
3
31
  ## 0.372.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.372.0",
3
+ "version": "0.373.1",
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.372.0",
25
+ "@getflip/swirl-components": "^0.373.1",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"