@getflip/swirl-components-angular 0.27.0 → 0.28.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 +31 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
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 07ea2a8aba606cd6
|
|
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-03-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2023-03-10T13:32:45.587Z - Time: 20782ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.28.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#197](https://github.com/getflip/swirl/pull/197)
|
|
8
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "variant" prop to swirl-chip
|
|
10
|
+
|
|
11
|
+
* [#197](https://github.com/getflip/swirl/pull/197)
|
|
12
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
|
|
13
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Replace "avatar" prop
|
|
14
|
+
of SwirlChip with slot
|
|
15
|
+
|
|
16
|
+
- [#197](https://github.com/getflip/swirl/pull/197)
|
|
17
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
|
|
18
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "border-radius" prop to
|
|
19
|
+
swirl-card component
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`fe56d90`](https://github.com/getflip/swirl/commit/fe56d909fd21139df9847877df1485aa146bbff2)
|
|
24
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust
|
|
25
|
+
swirl-shell-navigation-item background colors
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
[[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091),
|
|
29
|
+
[`fe56d90`](https://github.com/getflip/swirl/commit/fe56d909fd21139df9847877df1485aa146bbff2),
|
|
30
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091),
|
|
31
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)]:
|
|
32
|
+
- @getflip/swirl-components@0.29.0
|
|
33
|
+
|
|
3
34
|
## 0.27.0
|
|
4
35
|
|
|
5
36
|
### Minor Changes
|