@getflip/swirl-components-angular 0.214.0 → 0.215.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +32 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +6 -5
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +5 -4
- package/dist/component-library/fesm2022/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 +4 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-07-
|
|
24
|
+
Build at: 2024-07-17T13:06:26.870Z - Time: 12653ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.215.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#753](https://github.com/getflip/swirl/pull/753)
|
|
8
|
+
[`d7225823`](https://github.com/getflip/swirl/commit/d7225823e1116480a2ef0b642be08012dcf74aea)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add icon,
|
|
10
|
+
variant and new intents to swirl-tag
|
|
11
|
+
|
|
12
|
+
* [`a450cf83`](https://github.com/getflip/swirl/commit/a450cf836b6eb44a94ca5db12add493274fda034)
|
|
13
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "toggle" method to
|
|
14
|
+
swirl-switch
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
[[`d7225823`](https://github.com/getflip/swirl/commit/d7225823e1116480a2ef0b642be08012dcf74aea),
|
|
20
|
+
[`a450cf83`](https://github.com/getflip/swirl/commit/a450cf836b6eb44a94ca5db12add493274fda034)]:
|
|
21
|
+
- @getflip/swirl-components@0.215.0
|
|
22
|
+
|
|
23
|
+
## 0.214.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [`8f3458c3`](https://github.com/getflip/swirl/commit/8f3458c3cc5c1f1010d782c42876d4b7ea098f13)
|
|
28
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue determining the
|
|
29
|
+
swirl-image-grid layout
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
[[`8f3458c3`](https://github.com/getflip/swirl/commit/8f3458c3cc5c1f1010d782c42876d4b7ea098f13)]:
|
|
33
|
+
- @getflip/swirl-components@0.214.1
|
|
34
|
+
|
|
3
35
|
## 0.214.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|