@getflip/swirl-components-angular 0.44.0 → 0.45.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 +4 -4
- package/CHANGELOG.md +26 -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 cc072ce05bfe16c3
|
|
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
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
@getflip/swirl-components-angular:build: - Generating FESM2015
|
|
14
14
|
@getflip/swirl-components-angular:build: ✔ Generating FESM2015
|
|
15
15
|
@getflip/swirl-components-angular:build: - Copying assets
|
|
16
|
+
@getflip/swirl-components-angular:build:
|
|
17
|
+
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
16
18
|
@getflip/swirl-components-angular:build: ✔ Copying assets
|
|
17
19
|
@getflip/swirl-components-angular:build: - Writing package manifest
|
|
18
20
|
@getflip/swirl-components-angular:build: ✔ Writing package manifest
|
|
19
21
|
@getflip/swirl-components-angular:build: ✔ Built @getflip/swirl-components-angular
|
|
20
|
-
@getflip/swirl-components-angular:build:
|
|
21
|
-
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
22
22
|
@getflip/swirl-components-angular:build: Built Angular Package
|
|
23
23
|
@getflip/swirl-components-angular:build: - from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
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-04-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2023-04-28T10:48:27.272Z - Time: 20208ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.45.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ec8b4df`](https://github.com/getflip/swirl/commit/ec8b4dffb4b349350b67414591b4d898dc79b323)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow HTML for
|
|
9
|
+
swirl-resource-list-item labels
|
|
10
|
+
|
|
11
|
+
* [`a04cc9a`](https://github.com/getflip/swirl/commit/a04cc9aec383aa57b89fbeeb70d1aa3f1eed9343)
|
|
12
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "max-height" prop to
|
|
13
|
+
swirl-popover
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
[[`ec8b4df`](https://github.com/getflip/swirl/commit/ec8b4dffb4b349350b67414591b4d898dc79b323),
|
|
19
|
+
[`a04cc9a`](https://github.com/getflip/swirl/commit/a04cc9aec383aa57b89fbeeb70d1aa3f1eed9343)]:
|
|
20
|
+
- @getflip/swirl-components@0.46.0
|
|
21
|
+
|
|
22
|
+
## 0.44.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies []:
|
|
27
|
+
- @getflip/swirl-components@0.45.1
|
|
28
|
+
|
|
3
29
|
## 0.44.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|