@getflip/swirl-components-angular 0.54.0 → 0.56.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +37 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +13 -13
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -4
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@getflip/swirl-components-angular:build: cache hit, replaying output
|
|
1
|
+
@getflip/swirl-components-angular:build: cache hit, replaying output 727220fed23a2a0d
|
|
2
2
|
@getflip/swirl-components-angular:build: warning package.json: No license field
|
|
3
3
|
@getflip/swirl-components-angular:build: $ ng build
|
|
4
4
|
@getflip/swirl-components-angular:build: Building Angular Package
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
@getflip/swirl-components-angular:build: - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
25
25
|
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
26
26
|
@getflip/swirl-components-angular:build:
|
|
27
|
-
@getflip/swirl-components-angular:build: Build at: 2023-05-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2023-05-17T11:24:33.321Z - Time: 21093ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.56.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1bd9a2d`](https://github.com/getflip/swirl/commit/1bd9a2d2e7384482929e9ebff13418038be65d69)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-label" prop to
|
|
9
|
+
swirl-form-control
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`1cb04a8`](https://github.com/getflip/swirl/commit/1cb04a84062c2961e317e9603bbfbcef83fedde6)
|
|
14
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue caused by multiple
|
|
15
|
+
swirl-select on a page
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
[[`1bd9a2d`](https://github.com/getflip/swirl/commit/1bd9a2d2e7384482929e9ebff13418038be65d69),
|
|
19
|
+
[`1cb04a8`](https://github.com/getflip/swirl/commit/1cb04a84062c2961e317e9603bbfbcef83fedde6)]:
|
|
20
|
+
- @getflip/swirl-components@0.57.0
|
|
21
|
+
|
|
22
|
+
## 0.55.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [`8f04ce7`](https://github.com/getflip/swirl/commit/8f04ce700d0fd136352510faa0dad2d7eecb5945)
|
|
27
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "orientation" prop to
|
|
28
|
+
swirl-separator
|
|
29
|
+
|
|
30
|
+
* [`e540b91`](https://github.com/getflip/swirl/commit/e540b91adbe1b0d872409b304c1897e056121391)
|
|
31
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "color" prop to swirl-link
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
[[`8f04ce7`](https://github.com/getflip/swirl/commit/8f04ce700d0fd136352510faa0dad2d7eecb5945),
|
|
37
|
+
[`e540b91`](https://github.com/getflip/swirl/commit/e540b91adbe1b0d872409b304c1897e056121391)]:
|
|
38
|
+
- @getflip/swirl-components@0.56.0
|
|
39
|
+
|
|
3
40
|
## 0.54.0
|
|
4
41
|
|
|
5
42
|
### Minor Changes
|