@getflip/swirl-components-angular 0.150.0 → 0.151.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.
@@ -14,8 +14,6 @@ Building entry point '@getflip/swirl-components-angular'
14
14
  - Copying assets
15
15
  ✔ Copying assets
16
16
  - Writing package manifest
17
- ✔ Writing package manifest
18
- ✔ Built @getflip/swirl-components-angular
19
17
 
20
18
  ------------------------------------------------------------------------------
21
19
  Built Angular Package
@@ -23,5 +21,7 @@ Built Angular Package
23
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
24
22
  ------------------------------------------------------------------------------
25
23
 
26
- Build at: 2024-02-09T13:52:34.808Z - Time: 15697ms
24
+ Build at: 2024-02-13T09:18:54.491Z - Time: 16022ms
27
25
 
26
+ ✔ Writing package manifest
27
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.151.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0d915e26`](https://github.com/getflip/swirl/commit/0d915e260c71bbadd66353a8e59bab96a405f027)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add critical intent styles to
9
+ swirl-button with variant "flat"
10
+
11
+ ### Patch Changes
12
+
13
+ - [`5f927328`](https://github.com/getflip/swirl/commit/5f92732864086e788f9999998730b55700772b03)
14
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust swirl-badge sizes
15
+
16
+ * [`32f75bd5`](https://github.com/getflip/swirl/commit/32f75bd5c9f008d521a2c86a37ac5acc906abf7a)
17
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove document role from
18
+ swirl-app-layout
19
+
20
+ * Updated dependencies
21
+ [[`5f927328`](https://github.com/getflip/swirl/commit/5f92732864086e788f9999998730b55700772b03),
22
+ [`0d915e26`](https://github.com/getflip/swirl/commit/0d915e260c71bbadd66353a8e59bab96a405f027),
23
+ [`32f75bd5`](https://github.com/getflip/swirl/commit/32f75bd5c9f008d521a2c86a37ac5acc906abf7a)]:
24
+ - @getflip/swirl-components@0.151.0
25
+
3
26
  ## 0.150.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.150.0",
3
+ "version": "0.151.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.150.0",
17
+ "@getflip/swirl-components": "^0.151.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"