@getflip/swirl-components-angular 0.225.0 → 0.225.2
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 +24 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- 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 +2 -2
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-08-
|
|
24
|
+
Build at: 2024-08-12T09:41:58.930Z - Time: 12849ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.225.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`97c45d46`](https://github.com/getflip/swirl/commit/97c45d46eb7cec30d6c49b6192c2b7a51aaf95a9)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve download handling of
|
|
9
|
+
fallback file viewer
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`97c45d46`](https://github.com/getflip/swirl/commit/97c45d46eb7cec30d6c49b6192c2b7a51aaf95a9)]:
|
|
13
|
+
- @getflip/swirl-components@0.225.2
|
|
14
|
+
|
|
15
|
+
## 0.225.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`3f98de9e`](https://github.com/getflip/swirl/commit/3f98de9e198a3f25c57551f14ee6495ab0f7d837)
|
|
20
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Make swirl-file-viewer-fallback
|
|
21
|
+
respect disabled downloads
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
[[`3f98de9e`](https://github.com/getflip/swirl/commit/3f98de9e198a3f25c57551f14ee6495ab0f7d837)]:
|
|
25
|
+
- @getflip/swirl-components@0.225.1
|
|
26
|
+
|
|
3
27
|
## 0.225.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|