@getflip/swirl-components-angular 0.313.2 → 0.314.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.
@@ -1,19 +1,16 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
8
+ - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  - Generating FESM bundles
11
11
  ✔ Generating FESM bundles
12
12
  - Copying assets
13
13
  ✔ Copying assets
14
- - Writing package manifest
15
- ✔ Writing package manifest
16
- ✔ Built @getflip/swirl-components-angular
17
14
 
18
15
  ------------------------------------------------------------------------------
19
16
  Built Angular Package
@@ -21,5 +18,8 @@ Built Angular Package
21
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
19
  ------------------------------------------------------------------------------
23
20
 
24
- Build at: 2025-04-02T07:46:55.911Z - Time: 13141ms
21
+ Build at: 2025-04-02T13:13:07.295Z - Time: 13471ms
25
22
 
23
+ - Writing package manifest
24
+ ✔ Writing package manifest
25
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.314.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e7c5c9b7`](https://github.com/getflip/swirl/commit/e7c5c9b705358a3ce74d25eef0921d08f6f492ed) -
8
+ Support manual file download for files in swirl-file-viewer
9
+
3
10
  ## 0.313.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.313.2",
3
+ "version": "0.314.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"