@getflip/swirl-components-angular 0.379.2 → 0.379.4
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 +2 -2
- package/CHANGELOG.md +33 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -12,6 +12,7 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
12
12
|
✔ Copying assets
|
|
13
13
|
- Writing package manifest
|
|
14
14
|
✔ Writing package manifest
|
|
15
|
+
✔ Built @getflip/swirl-components-angular
|
|
15
16
|
|
|
16
17
|
------------------------------------------------------------------------------
|
|
17
18
|
Built Angular Package
|
|
@@ -19,6 +20,5 @@ Built Angular Package
|
|
|
19
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
20
21
|
------------------------------------------------------------------------------
|
|
21
22
|
|
|
22
|
-
Build at: 2025-09-
|
|
23
|
+
Build at: 2025-09-15T14:01:24.770Z - Time: 12890ms
|
|
23
24
|
|
|
24
|
-
✔ Built @getflip/swirl-components-angular
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.379.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1234](https://github.com/getflip/swirl/pull/1234)
|
|
8
|
+
[`f4dd56412`](https://github.com/getflip/swirl/commit/f4dd56412d3fe4d4d976297f31c588885d5bb12b)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix jitter issue of hovered
|
|
10
|
+
swirl-resource-list-item
|
|
11
|
+
|
|
12
|
+
* [#1235](https://github.com/getflip/swirl/pull/1235)
|
|
13
|
+
[`6daf2bf05`](https://github.com/getflip/swirl/commit/6daf2bf05efd08f3a8a6e1feb50f233683c5842a)
|
|
14
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Remove
|
|
15
|
+
--swirl-ghost-button-background-default token override in
|
|
16
|
+
swirl-resource-list-item
|
|
17
|
+
|
|
18
|
+
* Updated dependencies
|
|
19
|
+
[[`f4dd56412`](https://github.com/getflip/swirl/commit/f4dd56412d3fe4d4d976297f31c588885d5bb12b),
|
|
20
|
+
[`6daf2bf05`](https://github.com/getflip/swirl/commit/6daf2bf05efd08f3a8a6e1feb50f233683c5842a)]:
|
|
21
|
+
- @getflip/swirl-components@0.379.4
|
|
22
|
+
|
|
23
|
+
## 0.379.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [#1232](https://github.com/getflip/swirl/pull/1232)
|
|
28
|
+
[`9e66219ea`](https://github.com/getflip/swirl/commit/9e66219ea23ed383ca8e4f959509415ed0772caf)
|
|
29
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Adjust z-index
|
|
30
|
+
in swirl-app-layout
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`9e66219ea`](https://github.com/getflip/swirl/commit/9e66219ea23ed383ca8e4f959509415ed0772caf)]:
|
|
34
|
+
- @getflip/swirl-components@0.379.3
|
|
35
|
+
|
|
3
36
|
## 0.379.2
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.379.
|
|
3
|
+
"version": "0.379.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.3",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.3",
|
|
24
24
|
"@angular/router": "19.2.3",
|
|
25
|
-
"@getflip/swirl-components": "^0.379.
|
|
25
|
+
"@getflip/swirl-components": "^0.379.4",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
27
|
"tslib": "^2.3.0",
|
|
28
28
|
"zone.js": "0.15.0"
|