ngx-mat-table-multi-sort 19.0.0-pre.7 → 19.0.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # ngx-mat-table-multi-sort
2
2
 
3
+ An Angular library that adds multi-sort capability to the Angular Material table.
4
+
3
5
  [![Continuous Integration](https://github.com/pgerke/ngx-mat-table-multi-sort/actions/workflows/ci.yml/badge.svg)](https://github.com/pgerke/ngx-mat-table-multi-sort/actions/workflows/ci.yml)
4
6
  [![codecov](https://codecov.io/gh/pgerke/ngx-mat-table-multi-sort/graph/badge.svg?token=MDIEOFNUYR)](https://codecov.io/gh/pgerke/ngx-mat-table-multi-sort)
5
- [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=pgerke_ngx-mat-table-multi-sort&token=1114974e75c8639e88919fd32d36163e5c3c851c)](https://sonarcloud.io/summary/new_code?id=pgerke_ngx-mat-table-multi-sort)
7
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pgerke_ngx-mat-table-multi-sort&metric=alert_status&token=1114974e75c8639e88919fd32d36163e5c3c851c)](https://sonarcloud.io/summary/new_code?id=pgerke_ngx-mat-table-multi-sort)
6
8
  ![Dependencies](https://img.shields.io/librariesio/release/npm/ngx-mat-table-multi-sort)
7
9
  ![npm](https://img.shields.io/npm/v/ngx-mat-table-multi-sort)
8
10
  ![License](https://img.shields.io/github/license/pgerke/ngx-mat-table-multi-sort)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ngx-mat-table-multi-sort",
3
- "version": "19.0.0-pre.7",
4
- "preview": true,
3
+ "version": "19.0.0",
4
+ "preview": false,
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "email": "info@philipgerke.com",