@getflip/swirl-components-angular 0.221.0 → 0.222.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.
@@ -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.
5
4
 
6
5
  ------------------------------------------------------------------------------
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 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: 2024-08-06T12:04:24.805Z - Time: 13366ms
24
+ Build at: 2024-08-07T07:58:38.610Z - Time: 12882ms
25
25
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.222.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4390b336`](https://github.com/getflip/swirl/commit/4390b336e500e2785eda0db99e2b6f9d98a5bd0f)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Don't close mobile shell
9
+ navigation when secondary navigation is toggled
10
+
11
+ - Updated dependencies
12
+ [[`4390b336`](https://github.com/getflip/swirl/commit/4390b336e500e2785eda0db99e2b6f9d98a5bd0f)]:
13
+ - @getflip/swirl-components@0.222.1
14
+
15
+ ## 0.222.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`265823b5`](https://github.com/getflip/swirl/commit/265823b565cf3050ef6889d6f2fe5990fc893de3)
20
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add font-size prop to
21
+ swirl-text-input and swirl-form-control
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ [[`265823b5`](https://github.com/getflip/swirl/commit/265823b565cf3050ef6889d6f2fe5990fc893de3)]:
27
+ - @getflip/swirl-components@0.222.0
28
+
3
29
  ## 0.221.0
4
30
 
5
31
  ### Minor Changes