@getflip/swirl-components-angular 0.346.0 → 0.348.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.
@@ -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: 2025-07-14T09:31:58.605Z - Time: 12111ms
23
+ Build at: 2025-07-14T12:22:12.542Z - Time: 12057ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.348.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1127](https://github.com/getflip/swirl/pull/1127)
8
+ [`262f179e`](https://github.com/getflip/swirl/commit/262f179e08a02ae9cf51bd9011e51ccb3ee1aefa)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Upgrade to Angular 19
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ [[`262f179e`](https://github.com/getflip/swirl/commit/262f179e08a02ae9cf51bd9011e51ccb3ee1aefa)]:
15
+ - @getflip/swirl-components@0.348.0
16
+
17
+ ## 0.347.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#1125](https://github.com/getflip/swirl/pull/1125)
22
+ [`379c0733`](https://github.com/getflip/swirl/commit/379c07332f03c9d2ba27176f253467368e7ed0c8)
23
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Revert Angular 19 update
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ [[`379c0733`](https://github.com/getflip/swirl/commit/379c07332f03c9d2ba27176f253467368e7ed0c8)]:
29
+ - @getflip/swirl-components@0.347.0
30
+
3
31
  ## 0.346.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.346.0",
3
+ "version": "0.348.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
7
7
  },
8
+ "module": "dist/component-library/fesm2022/getflip-swirl-components-angular.mjs",
9
+ "typings": "dist/component-library/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/component-library/index.d.ts",
13
+ "default": "./dist/component-library/fesm2022/getflip-swirl-components-angular.mjs"
14
+ }
15
+ },
8
16
  "dependencies": {
9
17
  "@angular/animations": "19.2.3",
10
18
  "@angular/common": "19.2.3",
@@ -14,7 +22,7 @@
14
22
  "@angular/platform-browser": "19.2.3",
15
23
  "@angular/platform-browser-dynamic": "19.2.3",
16
24
  "@angular/router": "19.2.3",
17
- "@getflip/swirl-components": "^0.346.0",
25
+ "@getflip/swirl-components": "^0.348.0",
18
26
  "rxjs": "~7.8.0",
19
27
  "tslib": "^2.3.0",
20
28
  "zone.js": "0.15.0"