@getflip/swirl-components-angular 0.7.0 → 0.7.2
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 +24 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +2 -2
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +1 -1
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 532ccbc5b9498ae5
|
|
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: 2022-11-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2022-11-24T09:58:59.051Z - Time: 13703ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3c6b9d5`](https://github.com/getflip/swirl/commit/3c6b9d50e23f8aba993966f9950ad7ff216cb712)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add overlays slot to
|
|
9
|
+
flip-console-layout
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`3c6b9d5`](https://github.com/getflip/swirl/commit/3c6b9d50e23f8aba993966f9950ad7ff216cb712)]:
|
|
13
|
+
- @getflip/swirl-components@0.8.2
|
|
14
|
+
|
|
15
|
+
## 0.7.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`9c829c6`](https://github.com/getflip/swirl/commit/9c829c61630d2bc8d834aea9f721d3e3ac871e0e)
|
|
20
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add show/hide sidebar methods to
|
|
21
|
+
flip-console-layout
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
[[`9c829c6`](https://github.com/getflip/swirl/commit/9c829c61630d2bc8d834aea9f721d3e3ac871e0e)]:
|
|
25
|
+
- @getflip/swirl-components@0.8.1
|
|
26
|
+
|
|
3
27
|
## 0.7.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|