@getflip/swirl-components-angular 0.63.6 → 0.64.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 +5 -5
- package/CHANGELOG.md +18 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -12,10 +12,6 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
12
12
|
- Generating FESM2015
|
|
13
13
|
✔ Generating FESM2015
|
|
14
14
|
- Copying assets
|
|
15
|
-
✔ Copying assets
|
|
16
|
-
- Writing package manifest
|
|
17
|
-
✔ Writing package manifest
|
|
18
|
-
✔ Built @getflip/swirl-components-angular
|
|
19
15
|
|
|
20
16
|
------------------------------------------------------------------------------
|
|
21
17
|
Built Angular Package
|
|
@@ -23,5 +19,9 @@ Built Angular Package
|
|
|
23
19
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
24
20
|
------------------------------------------------------------------------------
|
|
25
21
|
|
|
26
|
-
Build at: 2023-06-
|
|
22
|
+
Build at: 2023-06-05T11:33:44.263Z - Time: 24608ms
|
|
27
23
|
|
|
24
|
+
✔ Copying assets
|
|
25
|
+
- Writing package manifest
|
|
26
|
+
✔ Writing package manifest
|
|
27
|
+
✔ Built @getflip/swirl-components-angular
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.64.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6d09c57`](https://github.com/getflip/swirl/commit/6d09c575dcb6c8178076f613012ef97eb1e4e5f3)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "max-content-width" prop to
|
|
9
|
+
swirl-console-layout
|
|
10
|
+
|
|
11
|
+
* [`e66eb32`](https://github.com/getflip/swirl/commit/e66eb32fa536cd7d1faf5d1e4b91d2d8e5e28802)
|
|
12
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve support for bundlers
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
[[`6d09c57`](https://github.com/getflip/swirl/commit/6d09c575dcb6c8178076f613012ef97eb1e4e5f3),
|
|
18
|
+
[`e66eb32`](https://github.com/getflip/swirl/commit/e66eb32fa536cd7d1faf5d1e4b91d2d8e5e28802)]:
|
|
19
|
+
- @getflip/swirl-components@0.65.0
|
|
20
|
+
|
|
3
21
|
## 0.63.6
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|