@getflip/swirl-components-angular 0.28.0 → 0.29.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,4 +1,4 @@
1
- @getflip/swirl-components-angular:build: cache hit, replaying output 07ea2a8aba606cd6
1
+ @getflip/swirl-components-angular:build: cache hit, replaying output d19a0f196ad9bf08
2
2
  @getflip/swirl-components-angular:build: warning package.json: No license field
3
3
  @getflip/swirl-components-angular:build: $ ng build
4
4
  @getflip/swirl-components-angular:build: Building Angular Package
@@ -24,5 +24,5 @@
24
24
  @getflip/swirl-components-angular:build: - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
25
25
  @getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
26
26
  @getflip/swirl-components-angular:build:
27
- @getflip/swirl-components-angular:build: Build at: 2023-03-10T13:32:45.587Z - Time: 20782ms
27
+ @getflip/swirl-components-angular:build: Build at: 2023-03-13T09:17:32.579Z - Time: 20503ms
28
28
  @getflip/swirl-components-angular:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.29.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "lines" prop to swirl-text
9
+ and swirl-heading to enable line-based truncation
10
+
11
+ * [`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)
12
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "min-height" support for
13
+ swirl-carousel-slides
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ [[`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885),
19
+ [`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)]:
20
+ - @getflip/swirl-components@0.30.0
21
+
3
22
  ## 0.28.0
4
23
 
5
24
  ### Minor Changes