@getflip/swirl-components-angular 0.470.0 → 0.470.1-beta-20260402101839

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.
@@ -3,9 +3,9 @@ $ ng build
3
3
  Building Angular Package
4
4
 
5
5
  ------------------------------------------------------------------------------
6
+ - Compiling with Angular sources in Ivy partial compilation mode.
6
7
  Building entry point '@getflip/swirl-components-angular'
7
8
  ------------------------------------------------------------------------------
8
- - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Generating FESM bundles
11
11
  - Copying assets
@@ -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-01T12:30:21.123Z - Time: 14406ms
23
+ Build at: 2026-04-02T10:18:30.974Z - Time: 12809ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.470.1-beta-20260402101839
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`8d222e389`](https://github.com/getflip/swirl/commit/8d222e3897cb6a74d01abea51d12215495b3e0d6)]:
9
+ - @getflip/swirl-components@0.470.1-beta-20260402101839
10
+
3
11
  ## 0.470.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.470.0",
3
+ "version": "0.470.1-beta-20260402101839",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/getflip/swirl"
7
+ },
4
8
  "scripts": {
5
9
  "ng": "ng",
6
10
  "build": "ng build"
@@ -22,7 +26,7 @@
22
26
  "@angular/platform-browser": "19.2.19",
23
27
  "@angular/platform-browser-dynamic": "19.2.19",
24
28
  "@angular/router": "19.2.19",
25
- "@getflip/swirl-components": "0.470.0",
29
+ "@getflip/swirl-components": "0.470.1-beta-20260402101839",
26
30
  "rxjs": "7.8.2",
27
31
  "tslib": "2.4.0",
28
32
  "zone.js": "0.15.0"
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
3
  "version": "0.0.0",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/getflip/swirl"
7
+ },
4
8
  "peerDependencies": {
5
9
  "@angular/common": "^14.1.0",
6
10
  "@angular/core": "^14.1.0"