@getflip/swirl-components-angular 0.307.0 → 0.309.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.
@@ -1,11 +1,11 @@
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.
4
5
 
5
6
  ------------------------------------------------------------------------------
6
7
  Building entry point '@getflip/swirl-components-angular'
7
8
  ------------------------------------------------------------------------------
8
- - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  - Generating FESM bundles
11
11
  ✔ Generating FESM bundles
@@ -21,5 +21,5 @@ Built Angular Package
21
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2025-03-18T15:20:30.025Z - Time: 13744ms
24
+ Build at: 2025-03-20T16:27:44.860Z - Time: 13709ms
25
25
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.309.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#996](https://github.com/getflip/swirl/pull/996)
8
+ [`f4dba8ca`](https://github.com/getflip/swirl/commit/f4dba8ca8b858e962a1f46d5a414c5297ed13fe5)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add border-radius prop to
10
+ swirl-image-grid
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`f4dba8ca`](https://github.com/getflip/swirl/commit/f4dba8ca8b858e962a1f46d5a414c5297ed13fe5)]:
16
+ - @getflip/swirl-components@0.309.0
17
+
18
+ ## 0.308.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [`5b95338f`](https://github.com/getflip/swirl/commit/5b95338fcd1fd466f9d5f360c9e5d4ba60db7733) -
23
+ Fix swirl-carousel undefined check
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ [[`5b95338f`](https://github.com/getflip/swirl/commit/5b95338fcd1fd466f9d5f360c9e5d4ba60db7733)]:
29
+ - @getflip/swirl-components@0.308.0
30
+
3
31
  ## 0.307.0
4
32
 
5
33
  ### Minor Changes