@getflip/swirl-components-angular 0.57.0 → 0.57.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 +28 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.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.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
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 37f4681eeded9593
|
|
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-23T08:08:03.522Z - Time: 21160ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.57.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`25d9a94`](https://github.com/getflip/swirl/commit/25d9a94fb4f14e1e5546d9b3ec08ab7df72fd128)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-table background colors
|
|
9
|
+
|
|
10
|
+
* [`37f71ee`](https://github.com/getflip/swirl/commit/37f71ee2aabfaf6de87236a7c11a5b24590a9d1a)
|
|
11
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-pagination number
|
|
12
|
+
formatting
|
|
13
|
+
|
|
14
|
+
* Updated dependencies
|
|
15
|
+
[[`25d9a94`](https://github.com/getflip/swirl/commit/25d9a94fb4f14e1e5546d9b3ec08ab7df72fd128),
|
|
16
|
+
[`37f71ee`](https://github.com/getflip/swirl/commit/37f71ee2aabfaf6de87236a7c11a5b24590a9d1a)]:
|
|
17
|
+
- @getflip/swirl-components@0.58.2
|
|
18
|
+
|
|
19
|
+
## 0.57.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`81cef75`](https://github.com/getflip/swirl/commit/81cef751231e049164c66bc1a50e2d8bb3e65f1e)
|
|
24
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow swirl-select to flip
|
|
25
|
+
placement
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
[[`81cef75`](https://github.com/getflip/swirl/commit/81cef751231e049164c66bc1a50e2d8bb3e65f1e)]:
|
|
29
|
+
- @getflip/swirl-components@0.58.1
|
|
30
|
+
|
|
3
31
|
## 0.57.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|