@getflip/swirl-components-angular 0.517.0 → 0.517.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.
@@ -2,11 +2,11 @@ yarn run v1.22.22
2
2
  warning package.json: No license field
3
3
  $ ng build
4
4
  Building Angular Package
5
+ - Compiling with Angular sources in Ivy partial compilation mode.
5
6
 
6
7
  ------------------------------------------------------------------------------
7
8
  Building entry point '@getflip/swirl-components-angular'
8
9
  ------------------------------------------------------------------------------
9
- - Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
11
11
  ✔ Generating FESM bundles
12
12
  - Copying assets
@@ -21,6 +21,6 @@ Built Angular Package
21
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2026-08-03T12:57:53.219Z - Time: 12766ms
24
+ Build at: 2026-08-04T08:23:58.381Z - Time: 9587ms
25
25
 
26
- Done in 15.25s.
26
+ Done in 11.39s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.517.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`309b88f5f`](https://github.com/getflip/swirl/commit/309b88f5f2837c93d46745ab5a527ca6898a4470)]:
9
+ - @getflip/swirl-components@0.517.1
10
+
3
11
  ## 0.517.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.517.0",
3
+ "version": "0.517.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.23",
27
27
  "@angular/platform-browser-dynamic": "19.2.23",
28
28
  "@angular/router": "19.2.23",
29
- "@getflip/swirl-components": "0.517.0",
29
+ "@getflip/swirl-components": "0.517.1",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"