@getflip/swirl-components-angular 0.338.2 → 0.340.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 +28 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +8 -8
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +7 -5
- package/tsconfig.json +1 -0
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: 2025-06-
|
|
24
|
+
Build at: 2025-06-23T13:21:45.238Z - Time: 12276ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.340.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1ca1ddbf`](https://github.com/getflip/swirl/commit/1ca1ddbf1681257d7122eda3755b593acc107f6a) -
|
|
8
|
+
Update StencilJS to 4.25.0
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`1ca1ddbf`](https://github.com/getflip/swirl/commit/1ca1ddbf1681257d7122eda3755b593acc107f6a)]:
|
|
14
|
+
- @getflip/swirl-components@0.340.0
|
|
15
|
+
|
|
16
|
+
## 0.339.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#1096](https://github.com/getflip/swirl/pull/1096)
|
|
21
|
+
[`366cffd4`](https://github.com/getflip/swirl/commit/366cffd40d2f5c0b9567eb6e0dc6e1d6d2bacf1a)
|
|
22
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Ensure audio
|
|
23
|
+
and video sources are reloaded when file change in swirl-file-viewer
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
[[`366cffd4`](https://github.com/getflip/swirl/commit/366cffd40d2f5c0b9567eb6e0dc6e1d6d2bacf1a)]:
|
|
29
|
+
- @getflip/swirl-components@0.339.0
|
|
30
|
+
|
|
3
31
|
## 0.338.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|