@getflip/swirl-components-angular 0.172.1 → 0.173.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +27 -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
|
@@ -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-21T10:37:10.038Z - Time: 16253ms
|
|
27
27
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.173.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#637](https://github.com/getflip/swirl/pull/637)
|
|
8
|
+
[`b76482fc`](https://github.com/getflip/swirl/commit/b76482fc85debc9c7476457c232b0090cfc0c914)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Block mobile
|
|
10
|
+
keyboard from opening in pick mode on swirl-date-input
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`b76482fc`](https://github.com/getflip/swirl/commit/b76482fc85debc9c7476457c232b0090cfc0c914)]:
|
|
14
|
+
- @getflip/swirl-components@0.173.1
|
|
15
|
+
|
|
16
|
+
## 0.173.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`2c6946fb`](https://github.com/getflip/swirl/commit/2c6946fb8e1196284f6363cb719790408af3b2a2)
|
|
21
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "white-space" prop to
|
|
22
|
+
swirl-text
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
[[`2c6946fb`](https://github.com/getflip/swirl/commit/2c6946fb8e1196284f6363cb719790408af3b2a2)]:
|
|
28
|
+
- @getflip/swirl-components@0.173.0
|
|
29
|
+
|
|
3
30
|
## 0.172.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|