@getflip/swirl-components-angular 0.167.1 → 0.167.3
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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +24 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-
|
|
26
|
+
Build at: 2024-03-07T15:23:10.983Z - Time: 15754ms
|
|
27
27
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.167.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f5a05a64`](https://github.com/getflip/swirl/commit/f5a05a6461acd5bd4d415af0e788efcf6c1e40d0)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove img role from swirl-avatar
|
|
9
|
+
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
[[`f5a05a64`](https://github.com/getflip/swirl/commit/f5a05a6461acd5bd4d415af0e788efcf6c1e40d0)]:
|
|
12
|
+
- @getflip/swirl-components@0.167.3
|
|
13
|
+
|
|
14
|
+
## 0.167.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [#607](https://github.com/getflip/swirl/pull/607)
|
|
19
|
+
[`7edd7ff2`](https://github.com/getflip/swirl/commit/7edd7ff2036e188ea91acb73d7c17f6cd31e1484)
|
|
20
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add option to
|
|
21
|
+
open the datepicker at focus in swirl-date-input
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
[[`7edd7ff2`](https://github.com/getflip/swirl/commit/7edd7ff2036e188ea91acb73d7c17f6cd31e1484)]:
|
|
25
|
+
- @getflip/swirl-components@0.167.2
|
|
26
|
+
|
|
3
27
|
## 0.167.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|