@getflip/swirl-components-angular 0.70.1 → 0.70.3

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-21T07:16:27.447Z - Time: 24253ms
26
+ Build at: 2023-06-21T10:03:59.571Z - Time: 24313ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.70.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ea4fa03`](https://github.com/getflip/swirl/commit/ea4fa03afc76eb39be1bd31f02e57c04a239cb4e)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a swirl-select issue
9
+
10
+ * [`784edbb`](https://github.com/getflip/swirl/commit/784edbba7e606811821ee2f5682eb4b21e41cea6)
11
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-table empty row
12
+ styling
13
+
14
+ * Updated dependencies
15
+ [[`ea4fa03`](https://github.com/getflip/swirl/commit/ea4fa03afc76eb39be1bd31f02e57c04a239cb4e),
16
+ [`784edbb`](https://github.com/getflip/swirl/commit/784edbba7e606811821ee2f5682eb4b21e41cea6)]:
17
+ - @getflip/swirl-components@0.71.3
18
+
19
+ ## 0.70.2
20
+
21
+ ### Patch Changes
22
+
23
+ - [`3a0203e`](https://github.com/getflip/swirl/commit/3a0203e83676a6655ceaf3d1cf8529ab03129d37)
24
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-date-picker range input
25
+ colors
26
+
27
+ - Updated dependencies
28
+ [[`3a0203e`](https://github.com/getflip/swirl/commit/3a0203e83676a6655ceaf3d1cf8529ab03129d37)]:
29
+ - @getflip/swirl-components@0.71.2
30
+
3
31
  ## 0.70.1
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.1",
3
+ "version": "0.70.3",
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.1",
17
+ "@getflip/swirl-components": "^0.71.3",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"