@getflip/swirl-components-angular 0.167.1 → 0.167.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.
@@ -3,9 +3,9 @@ $ ng build
3
3
  Building Angular Package
4
4
 
5
5
  ------------------------------------------------------------------------------
6
- - Compiling with Angular sources in Ivy partial compilation mode.
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
8
+ - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  - Generating FESM2020
11
11
  ✔ Generating FESM2020
@@ -23,5 +23,5 @@ Built Angular Package
23
23
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
24
24
  ------------------------------------------------------------------------------
25
25
 
26
- Build at: 2024-03-05T11:48:14.448Z - Time: 15481ms
26
+ Build at: 2024-03-07T10:23:20.046Z - Time: 15902ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.167.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#607](https://github.com/getflip/swirl/pull/607)
8
+ [`7edd7ff2`](https://github.com/getflip/swirl/commit/7edd7ff2036e188ea91acb73d7c17f6cd31e1484)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add option to
10
+ open the datepicker at focus in swirl-date-input
11
+
12
+ - Updated dependencies
13
+ [[`7edd7ff2`](https://github.com/getflip/swirl/commit/7edd7ff2036e188ea91acb73d7c17f6cd31e1484)]:
14
+ - @getflip/swirl-components@0.167.2
15
+
3
16
  ## 0.167.1
4
17
 
5
18
  ### Patch Changes