@getflip/swirl-components-angular 0.481.0 → 0.482.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-04-23T10:15:42.102Z - Time: 12719ms
23
+ Build at: 2026-04-28T07:05:43.260Z - Time: 12166ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.482.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1625](https://github.com/getflip/swirl/pull/1625)
8
+ [`096054680`](https://github.com/getflip/swirl/commit/09605468070ef73b090a1a9dc3526941a028f06c)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Fix incorrect
10
+ tooltip positions
11
+
12
+ - Updated dependencies
13
+ [[`096054680`](https://github.com/getflip/swirl/commit/09605468070ef73b090a1a9dc3526941a028f06c)]:
14
+ - @getflip/swirl-components@0.482.1
15
+
16
+ ## 0.482.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#1623](https://github.com/getflip/swirl/pull/1623)
21
+ [`2407478e9`](https://github.com/getflip/swirl/commit/2407478e91018b77e11e5c9ce74338908cdfd6e4)
22
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Fix data cell
23
+ spacing with empty slots
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ [[`2407478e9`](https://github.com/getflip/swirl/commit/2407478e91018b77e11e5c9ce74338908cdfd6e4)]:
29
+ - @getflip/swirl-components@0.482.0
30
+
3
31
  ## 0.481.0
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.481.0",
3
+ "version": "0.482.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.481.0",
29
+ "@getflip/swirl-components": "0.482.1",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"