@getflip/swirl-components-angular 0.345.0 → 0.347.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.
@@ -21,5 +21,5 @@ 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: 2025-07-11T10:45:50.967Z - Time: 12043ms
24
+ Build at: 2025-07-14T10:02:14.735Z - Time: 12243ms
25
25
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.347.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1125](https://github.com/getflip/swirl/pull/1125)
8
+ [`379c0733`](https://github.com/getflip/swirl/commit/379c07332f03c9d2ba27176f253467368e7ed0c8)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Revert Angular 19 update
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ [[`379c0733`](https://github.com/getflip/swirl/commit/379c07332f03c9d2ba27176f253467368e7ed0c8)]:
15
+ - @getflip/swirl-components@0.347.0
16
+
17
+ ## 0.346.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`31aeae3c`](https://github.com/getflip/swirl/commit/31aeae3c9cb35de11d8d159026c14ca9f9692c32)
22
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Upgrade to Angular 19
23
+
24
+ ### Patch Changes
25
+
26
+ - [#1123](https://github.com/getflip/swirl/pull/1123)
27
+ [`a5b1db58`](https://github.com/getflip/swirl/commit/a5b1db58268218776857fb900e0994cd395b535f)
28
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix Swirl
29
+ components import in storybook
30
+
31
+ - Updated dependencies
32
+ [[`a5b1db58`](https://github.com/getflip/swirl/commit/a5b1db58268218776857fb900e0994cd395b535f),
33
+ [`31aeae3c`](https://github.com/getflip/swirl/commit/31aeae3c9cb35de11d8d159026c14ca9f9692c32)]:
34
+ - @getflip/swirl-components@0.346.0
35
+
3
36
  ## 0.345.0
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.345.0",
3
+ "version": "0.347.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^16.2.12",
15
15
  "@angular/platform-browser-dynamic": "^16.2.12",
16
16
  "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.345.0",
17
+ "@getflip/swirl-components": "^0.347.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"