@getflip/swirl-components-angular 0.501.0 → 0.502.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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-06-11T14:24:08.640Z - Time: 11664ms
23
+ Build at: 2026-06-12T13:48:24.563Z - Time: 13000ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.502.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`81c20caa4`](https://github.com/getflip/swirl/commit/81c20caa40111429a509049184455b8d6e9c9940)]:
9
+ - @getflip/swirl-components@0.502.1
10
+
11
+ ## 0.502.0
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1709](https://github.com/getflip/swirl/pull/1709)
16
+ [`614d45ca1`](https://github.com/getflip/swirl/commit/614d45ca1a3f128da8d62aad4d009e7e0f84ef31)
17
+ Thanks [@danizep](https://github.com/danizep)! - Rename `remove` event to
18
+ `removeThumbnail` to avoid conflicts with native `HTMLElement.remove` function
19
+ - Updated dependencies
20
+ [[`614d45ca1`](https://github.com/getflip/swirl/commit/614d45ca1a3f128da8d62aad4d009e7e0f84ef31),
21
+ [`5e8eb1fb6`](https://github.com/getflip/swirl/commit/5e8eb1fb6952bcb5dfe364833915524c08dbee60)]:
22
+ - @getflip/swirl-components@0.502.0
23
+
3
24
  ## 0.501.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.501.0",
3
+ "version": "0.502.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/getflip/swirl"
@@ -26,7 +26,7 @@
26
26
  "@angular/platform-browser": "19.2.19",
27
27
  "@angular/platform-browser-dynamic": "19.2.19",
28
28
  "@angular/router": "19.2.19",
29
- "@getflip/swirl-components": "0.501.0",
29
+ "@getflip/swirl-components": "0.502.1",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"