@getflip/swirl-components-angular 0.379.0 → 0.379.2

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,14 +11,14 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
-
15
14
  ✔ Writing package manifest
16
- ✔ Built @getflip/swirl-components-angular
15
+
17
16
  ------------------------------------------------------------------------------
18
17
  Built Angular Package
19
18
  - from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
20
19
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
20
  ------------------------------------------------------------------------------
22
21
 
23
- Build at: 2025-09-10T14:16:38.613Z - Time: 12349ms
22
+ Build at: 2025-09-12T07:12:17.264Z - Time: 12366ms
24
23
 
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.379.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1230](https://github.com/getflip/swirl/pull/1230)
8
+ [`d07d943e1`](https://github.com/getflip/swirl/commit/d07d943e1c2f8539829411129c14930b7052df48)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Adjust
10
+ swirl-resource-list-item styles
11
+
12
+ - Updated dependencies
13
+ [[`d07d943e1`](https://github.com/getflip/swirl/commit/d07d943e1c2f8539829411129c14930b7052df48)]:
14
+ - @getflip/swirl-components@0.379.2
15
+
16
+ ## 0.379.1
17
+
18
+ ### Patch Changes
19
+
20
+ - [#1229](https://github.com/getflip/swirl/pull/1229)
21
+ [`6953bc2bf`](https://github.com/getflip/swirl/commit/6953bc2bf08320dc632a94813fe95d325488e722)
22
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Show control
23
+ button when gif is paused in swirl-image-grid-item
24
+
25
+ * [#1227](https://github.com/getflip/swirl/pull/1227)
26
+ [`1ff2754e2`](https://github.com/getflip/swirl/commit/1ff2754e2086af65a7f51df1015a8e698e493a6a)
27
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix
28
+ swirl-resource-list-item control slot
29
+
30
+ * Updated dependencies
31
+ [[`6953bc2bf`](https://github.com/getflip/swirl/commit/6953bc2bf08320dc632a94813fe95d325488e722),
32
+ [`1ff2754e2`](https://github.com/getflip/swirl/commit/1ff2754e2086af65a7f51df1015a8e698e493a6a)]:
33
+ - @getflip/swirl-components@0.379.1
34
+
3
35
  ## 0.379.0
4
36
 
5
37
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.379.0",
3
+ "version": "0.379.2",
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.379.0",
25
+ "@getflip/swirl-components": "^0.379.2",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"