@getflip/swirl-components-angular 0.215.0 → 0.216.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 +26 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +2 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -1
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-23T13:06:17.542Z - Time: 12861ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.216.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`337eba8c`](https://github.com/getflip/swirl/commit/337eba8cfef7956ef50b840bdbb5bacca826b0d1)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix button type of swirl-chip
|
|
9
|
+
remove button
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`337eba8c`](https://github.com/getflip/swirl/commit/337eba8cfef7956ef50b840bdbb5bacca826b0d1)]:
|
|
13
|
+
- @getflip/swirl-components@0.216.1
|
|
14
|
+
|
|
15
|
+
## 0.216.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`a0a26292`](https://github.com/getflip/swirl/commit/a0a2629265d16d3450ff9bf64f3278268f4fec67)
|
|
20
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "activeSlideChange" event to
|
|
21
|
+
swirl-lightbox
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
[[`a0a26292`](https://github.com/getflip/swirl/commit/a0a2629265d16d3450ff9bf64f3278268f4fec67)]:
|
|
27
|
+
- @getflip/swirl-components@0.216.0
|
|
28
|
+
|
|
3
29
|
## 0.215.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|