@getflip/swirl-components-angular 0.338.2 → 0.339.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 +3 -3
- package/CHANGELOG.md +15 -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/.turbo/turbo-build.log
CHANGED
|
@@ -12,14 +12,14 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
12
12
|
- Copying assets
|
|
13
13
|
✔ Copying assets
|
|
14
14
|
- Writing package manifest
|
|
15
|
-
✔ Writing package manifest
|
|
16
|
-
✔ Built @getflip/swirl-components-angular
|
|
17
15
|
|
|
18
16
|
------------------------------------------------------------------------------
|
|
19
17
|
Built Angular Package
|
|
20
18
|
- from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
21
19
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
20
|
+
✔ Writing package manifest
|
|
21
|
+
✔ Built @getflip/swirl-components-angular
|
|
22
22
|
------------------------------------------------------------------------------
|
|
23
23
|
|
|
24
|
-
Build at: 2025-06-
|
|
24
|
+
Build at: 2025-06-18T11:09:54.798Z - Time: 14148ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.339.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1096](https://github.com/getflip/swirl/pull/1096)
|
|
8
|
+
[`366cffd4`](https://github.com/getflip/swirl/commit/366cffd40d2f5c0b9567eb6e0dc6e1d6d2bacf1a)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Ensure audio
|
|
10
|
+
and video sources are reloaded when file change in swirl-file-viewer
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`366cffd4`](https://github.com/getflip/swirl/commit/366cffd40d2f5c0b9567eb6e0dc6e1d6d2bacf1a)]:
|
|
16
|
+
- @getflip/swirl-components@0.339.0
|
|
17
|
+
|
|
3
18
|
## 0.338.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|