@getflip/swirl-components-angular 0.70.2 → 0.70.4

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.
@@ -23,5 +23,5 @@ Built Angular Package
23
23
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
24
24
  ------------------------------------------------------------------------------
25
25
 
26
- Build at: 2023-06-21T09:45:44.730Z - Time: 33105ms
26
+ Build at: 2023-06-21T12:29:18.668Z - Time: 23450ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.70.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d13ae5e`](https://github.com/getflip/swirl/commit/d13ae5ec50f7a06a680c20d09696560f56de271f)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list-item
9
+ checkbox color
10
+
11
+ - Updated dependencies
12
+ [[`d13ae5e`](https://github.com/getflip/swirl/commit/d13ae5ec50f7a06a680c20d09696560f56de271f)]:
13
+ - @getflip/swirl-components@0.71.4
14
+
15
+ ## 0.70.3
16
+
17
+ ### Patch Changes
18
+
19
+ - [`ea4fa03`](https://github.com/getflip/swirl/commit/ea4fa03afc76eb39be1bd31f02e57c04a239cb4e)
20
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a swirl-select issue
21
+
22
+ * [`784edbb`](https://github.com/getflip/swirl/commit/784edbba7e606811821ee2f5682eb4b21e41cea6)
23
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-table empty row
24
+ styling
25
+
26
+ * Updated dependencies
27
+ [[`ea4fa03`](https://github.com/getflip/swirl/commit/ea4fa03afc76eb39be1bd31f02e57c04a239cb4e),
28
+ [`784edbb`](https://github.com/getflip/swirl/commit/784edbba7e606811821ee2f5682eb4b21e41cea6)]:
29
+ - @getflip/swirl-components@0.71.3
30
+
3
31
  ## 0.70.2
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.70.2",
3
+ "version": "0.70.4",
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.71.2",
17
+ "@getflip/swirl-components": "^0.71.4",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"