@getflip/swirl-components-angular 0.486.0 → 0.488.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.
@@ -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-05-06T11:14:52.009Z - Time: 9797ms
23
+ Build at: 2026-05-07T11:16:31.981Z - Time: 12495ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.488.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1653](https://github.com/getflip/swirl/pull/1653)
8
+ [`f83e75068`](https://github.com/getflip/swirl/commit/f83e75068c6179ad66e7e1f4ed7e1d7389d0405a)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add xs size to
10
+ swirl-progress-indicator
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`f83e75068`](https://github.com/getflip/swirl/commit/f83e75068c6179ad66e7e1f4ed7e1d7389d0405a)]:
16
+ - @getflip/swirl-components@0.488.0
17
+
18
+ ## 0.487.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1629](https://github.com/getflip/swirl/pull/1629)
23
+ [`04d6e1e59`](https://github.com/getflip/swirl/commit/04d6e1e598e9e2124b6f59917b44521348c8aade)
24
+ Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Make sure
25
+ form controls inside data cells use the correct background color
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`04d6e1e59`](https://github.com/getflip/swirl/commit/04d6e1e598e9e2124b6f59917b44521348c8aade)]:
31
+ - @getflip/swirl-components@0.487.0
32
+
3
33
  ## 0.486.0
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.486.0",
3
+ "version": "0.488.0",
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.486.0",
29
+ "@getflip/swirl-components": "0.488.0",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"