@getflip/swirl-components-angular 0.423.0 → 0.423.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,8 +11,6 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
11
11
|
- Copying assets
|
|
12
12
|
✔ Copying assets
|
|
13
13
|
- Writing package manifest
|
|
14
|
-
✔ Writing package manifest
|
|
15
|
-
✔ Built @getflip/swirl-components-angular
|
|
16
14
|
|
|
17
15
|
------------------------------------------------------------------------------
|
|
18
16
|
Built Angular Package
|
|
@@ -20,5 +18,7 @@ Built Angular Package
|
|
|
20
18
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
19
|
------------------------------------------------------------------------------
|
|
22
20
|
|
|
23
|
-
Build at:
|
|
21
|
+
Build at: 2026-01-06T13:00:32.839Z - Time: 13668ms
|
|
24
22
|
|
|
23
|
+
✔ Writing package manifest
|
|
24
|
+
✔ Built @getflip/swirl-components-angular
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.423.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1365](https://github.com/getflip/swirl/pull/1365)
|
|
8
|
+
[`60320a04c`](https://github.com/getflip/swirl/commit/60320a04c4429e215dd1fb4cc5154f51011844c7)
|
|
9
|
+
Thanks [@paulrohrbeck](https://github.com/paulrohrbeck)! - Only add thumbnail
|
|
10
|
+
hover styles for devices that support it
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`60320a04c`](https://github.com/getflip/swirl/commit/60320a04c4429e215dd1fb4cc5154f51011844c7)]:
|
|
14
|
+
- @getflip/swirl-components@0.423.1
|
|
15
|
+
|
|
3
16
|
## 0.423.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.423.
|
|
3
|
+
"version": "0.423.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/platform-browser": "19.2.17",
|
|
23
23
|
"@angular/platform-browser-dynamic": "19.2.17",
|
|
24
24
|
"@angular/router": "19.2.17",
|
|
25
|
-
"@getflip/swirl-components": "0.423.
|
|
25
|
+
"@getflip/swirl-components": "0.423.1",
|
|
26
26
|
"rxjs": "7.8.2",
|
|
27
27
|
"tslib": "2.4.0",
|
|
28
28
|
"zone.js": "0.15.0"
|