@getflip/swirl-components-angular 0.472.0 → 0.473.0-beta-20260408075213
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 +1 -1
- package/CHANGELOG.md +22 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-
|
|
23
|
+
Build at: 2026-04-08T07:52:04.621Z - Time: 12236ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.473.0-beta-20260408075213
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1579](https://github.com/getflip/swirl/pull/1579)
|
|
8
|
+
[`6c5a1bfd6`](https://github.com/getflip/swirl/commit/6c5a1bfd6bdabbd074ef98ff9e1a52640d88cedc)
|
|
9
|
+
Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Fix
|
|
10
|
+
swirl-data-cell-stack markup
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#1588](https://github.com/getflip/swirl/pull/1588)
|
|
15
|
+
[`3c75cb204`](https://github.com/getflip/swirl/commit/3c75cb20453f29a868c3229f2e17ce33bd1f3946)
|
|
16
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Deprecate
|
|
17
|
+
swirl-shell-layout and swirl-shell-navigation-item components. These
|
|
18
|
+
components will be removed in the next major release.
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`6c5a1bfd6`](https://github.com/getflip/swirl/commit/6c5a1bfd6bdabbd074ef98ff9e1a52640d88cedc),
|
|
21
|
+
[`d776b877f`](https://github.com/getflip/swirl/commit/d776b877f8903b33776dea54fac1da9010b7481a),
|
|
22
|
+
[`3c75cb204`](https://github.com/getflip/swirl/commit/3c75cb20453f29a868c3229f2e17ce33bd1f3946)]:
|
|
23
|
+
- @getflip/swirl-components@0.473.0-beta-20260408075213
|
|
24
|
+
|
|
3
25
|
## 0.472.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.473.0-beta-20260408075213",
|
|
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.
|
|
29
|
+
"@getflip/swirl-components": "0.473.0-beta-20260408075213",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|