Skip to content

Commit 03ceb7c

Browse files
author
Manu Cutillas
committed
Updated to v7.0.1
Updated with minor changes to v7.0.1. Thanks @no-more . 👍
1 parent 4a5e983 commit 03ceb7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/platform-browser-dynamic": "^7.1.2",
2323
"@angular/router": "^7.1.2",
2424
"core-js": "^2.6.0",
25-
"ngx-responsive": "^7.0.0",
25+
"ngx-responsive": "^7.0.1",
2626
"rxjs": "^6.3.3",
2727
"zone.js": "^0.8.26"
2828
},

ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"name": "ngx-responsive",
4-
"version": "7.0.0",
4+
"version": "7.0.1",
55
"lib": {
66
"entryFile": "src/index.ts"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-responsive",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 7",
55
"main": "src/index.ts",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* ```
1717
* @created_at May 04, 2016
1818
* @updated_at Dec 08, 2018
19-
* @version v7.0.0
19+
* @version v7.0.1
2020
*
2121
* @angular/core : "7.x.x"
2222
* rxjs: "7.x.x"

0 commit comments

Comments
 (0)