@getflip/swirl-components-angular 0.507.0-beta-20260622120944 → 0.508.0

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.
@@ -1,11 +1,11 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
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-06-22T12:09:35.786Z - Time: 13692ms
23
+ Build at: 2026-06-23T15:30:00.888Z - Time: 12738ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
- ## 0.507.0-beta-20260622120944
3
+ ## 0.508.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1727](https://github.com/getflip/swirl/pull/1727)
8
+ [`dcad8a48b`](https://github.com/getflip/swirl/commit/dcad8a48bfa42566ffc010d90ead2872ffee9715)
9
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Added
10
+ trailing content slot to Swirl-Chip
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`dcad8a48b`](https://github.com/getflip/swirl/commit/dcad8a48bfa42566ffc010d90ead2872ffee9715)]:
16
+ - @getflip/swirl-components@0.508.0
17
+
18
+ ## 0.507.0
4
19
 
5
20
  ### Patch Changes
6
21
 
7
22
  - Updated dependencies
8
- [[`d60f40d82`](https://github.com/getflip/swirl/commit/d60f40d8225a930594ed2bdc9a420de7f5683895)]:
9
- - @getflip/swirl-components@0.507.0-beta-20260622120944
23
+ [[`d0092ca2f`](https://github.com/getflip/swirl/commit/d0092ca2f4d7363c5e5f1d1637f520b9e2cb0b9f)]:
24
+ - @getflip/swirl-components@0.507.0
10
25
 
11
26
  ## 0.506.0
12
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.507.0-beta-20260622120944",
3
+ "version": "0.508.0",
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.507.0-beta-20260622120944",
29
+ "@getflip/swirl-components": "0.508.0",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"