ngx-mq 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +13 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,14 +7,24 @@
7
7
  </h3>
8
8
 
9
9
  <p align="center">
10
+ <a href="https://github.com/martsinlabs/ngx-mq/actions/workflows/ci.yml">
11
+ <img src="https://img.shields.io/github/actions/workflow/status/martsinlabs/ngx-mq/ci.yml?branch=main&label=CI&color=44cc11&logo=github" alt="CI Status" />
12
+ </a>
13
+
14
+ <a href="https://codecov.io/gh/martsinlabs/ngx-mq">
15
+ <img src="https://codecov.io/gh/martsinlabs/ngx-mq/branch/main/graph/badge.svg" alt="coverage" />
16
+ </a>
17
+
18
+ <br>
19
+
10
20
  <a href="https://www.npmjs.com/package/ngx-mq">
11
- <img src="https://img.shields.io/npm/v/ngx-mq.svg?color=#1f883d" alt="npm version" />
21
+ <img src="https://img.shields.io/npm/v/ngx-mq.svg?color=007ec6" alt="npm version" />
12
22
  </a>
13
23
  <a href="https://www.npmjs.com/package/ngx-mq">
14
- <img src="https://img.shields.io/npm/dm/ngx-mq.svg?color=#1f883d" alt="npm downloads" />
24
+ <img src="https://img.shields.io/npm/dm/ngx-mq.svg?color=44cc11" alt="npm downloads" />
15
25
  </a>
16
26
  <a href="https://opensource.org/license/MIT">
17
- <img src="https://img.shields.io/npm/l/ngx-mq.svg?color=#1f883d" alt="license" />
27
+ <img src="https://img.shields.io/npm/l/ngx-mq.svg?color=44cc11" alt="license" />
18
28
  </a>
19
29
  </p>
20
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-mq",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Signal-powered breakpoints and media queries for Angular.",
5
5
  "repository": {
6
6
  "type": "git",