Skip to content

Commit 5372879

Browse files
committed
chore(release): 7.0.0
1 parent 46f265a commit 5372879

File tree

3 files changed

+87
-77
lines changed

3 files changed

+87
-77
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="7.0.0"></a>
6+
# [7.0.0](https://github.com/swiety85/angular2gridster/compare/v6.0.4...v7.0.0) (2018-11-04)
7+
8+
9+
### Features
10+
11+
* Angular 7 support ([38a1be7](https://github.com/swiety85/angular2gridster/commit/38a1be7))
12+
13+
14+
515
<a name="6.0.4"></a>
616
## [6.0.4](https://github.com/swiety85/angular2gridster/compare/v6.0.3...v6.0.4) (2018-10-09)
717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
2-
"name": "angular2gridster",
3-
"version": "6.0.4",
4-
"license": "MIT",
5-
"scripts": {
6-
"ng": "ng",
7-
"start": "ng serve",
8-
"build": "ng build angular2gridster --prod",
9-
"test": "ng test",
10-
"lint": "ng lint",
11-
"e2e": "ng e2e",
12-
"release-rc": "standard-version --prerelease rc",
13-
"release-major": "standard-version -r major",
14-
"release-minor": "standard-version -r minor",
15-
"release-fix": "standard-version -r patch",
16-
"release-dry": "standard-version --dry-run -r patch",
17-
"publish-lib": "npm run build && node ./updatePackageJson.js && cp -rf ./README.md ./dist/angular2gridster && cd ./dist/angular2gridster && npm publish",
18-
"update-demo": "npm run build && ng build --prod --base-href /angular2gridster/ && gh-pages -d dist/gridster-demo"
19-
},
20-
"repository": {
21-
"type": "git",
22-
"url": "git+ssh://[email protected]/swiety85/angular2gridster.git"
23-
},
24-
"author": {
25-
"name": "Damian Wajdlich",
26-
"email": "[email protected]"
27-
},
28-
"keywords": [
29-
"gridster",
30-
"grid",
31-
"gridLayout",
32-
"angular",
33-
"angular2",
34-
"dashboard",
35-
"ngx",
36-
"drag&drop",
37-
"widgets"
38-
],
39-
"bugs": {
40-
"url": "https://github.com/swiety85/angular2gridster/issues"
41-
},
42-
"homepage": "https://github.com/swiety85/angular2gridster#readme",
43-
"dependencies": {
44-
"@angular/common": "^7.0.2",
45-
"@angular/core": "^7.0.2",
46-
"@angular/compiler": "^7.0.2",
47-
"@angular/animations": "^7.0.2",
48-
"@angular/forms": "^7.0.2",
49-
"@angular/http": "^7.0.2",
50-
"@angular/platform-browser": "^7.0.2",
51-
"@angular/platform-browser-dynamic": "^7.0.2",
52-
"@angular/router": "^7.0.2",
53-
"core-js": "^2.5.4",
54-
"rxjs": "^6.3.3",
55-
"zone.js": "^0.8.26"
56-
},
57-
"devDependencies": {
58-
"@angular-devkit/build-angular": "~0.10.3",
59-
"@angular-devkit/build-ng-packagr": "~0.10.3",
60-
"@angular/cli": "~7.0.3",
61-
"@angular/compiler-cli": "^7.0.2",
62-
"@angular/language-service": "^7.0.2",
63-
"@types/jasmine": "~2.8.9",
64-
"@types/jasminewd2": "~2.0.5",
65-
"@types/node": "~10.12.2",
66-
"codelyzer": "~4.5.0",
67-
"edit-json-file": "^1.1.0",
68-
"gh-pages": "^2.0.1",
69-
"ng-packagr": "^4.4.0",
70-
"standard-version": "^4.4.0",
71-
"ts-node": "~7.0.1",
72-
"tsickle": "0.33.1",
73-
"tslib": "^1.9.3",
74-
"tslint": "~5.11.0",
75-
"typescript": "~3.1.5"
76-
},
77-
"peerDependencies": {}
2+
"name": "angular2gridster",
3+
"version": "7.0.0",
4+
"license": "MIT",
5+
"scripts": {
6+
"ng": "ng",
7+
"start": "ng serve",
8+
"build": "ng build angular2gridster --prod",
9+
"test": "ng test",
10+
"lint": "ng lint",
11+
"e2e": "ng e2e",
12+
"release-rc": "standard-version --prerelease rc",
13+
"release-major": "standard-version -r major",
14+
"release-minor": "standard-version -r minor",
15+
"release-fix": "standard-version -r patch",
16+
"release-dry": "standard-version --dry-run -r patch",
17+
"publish-lib": "npm run build && node ./updatePackageJson.js && cp -rf ./README.md ./dist/angular2gridster && cd ./dist/angular2gridster && npm publish",
18+
"update-demo": "npm run build && ng build --prod --base-href /angular2gridster/ && gh-pages -d dist/gridster-demo"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git+ssh://[email protected]/swiety85/angular2gridster.git"
23+
},
24+
"author": {
25+
"name": "Damian Wajdlich",
26+
"email": "[email protected]"
27+
},
28+
"keywords": [
29+
"gridster",
30+
"grid",
31+
"gridLayout",
32+
"angular",
33+
"angular2",
34+
"dashboard",
35+
"ngx",
36+
"drag&drop",
37+
"widgets"
38+
],
39+
"bugs": {
40+
"url": "https://github.com/swiety85/angular2gridster/issues"
41+
},
42+
"homepage": "https://github.com/swiety85/angular2gridster#readme",
43+
"dependencies": {
44+
"@angular/common": "^7.0.2",
45+
"@angular/core": "^7.0.2",
46+
"@angular/compiler": "^7.0.2",
47+
"@angular/animations": "^7.0.2",
48+
"@angular/forms": "^7.0.2",
49+
"@angular/http": "^7.0.2",
50+
"@angular/platform-browser": "^7.0.2",
51+
"@angular/platform-browser-dynamic": "^7.0.2",
52+
"@angular/router": "^7.0.2",
53+
"core-js": "^2.5.4",
54+
"rxjs": "^6.3.3",
55+
"zone.js": "^0.8.26"
56+
},
57+
"devDependencies": {
58+
"@angular-devkit/build-angular": "~0.10.3",
59+
"@angular-devkit/build-ng-packagr": "~0.10.3",
60+
"@angular/cli": "~7.0.3",
61+
"@angular/compiler-cli": "^7.0.2",
62+
"@angular/language-service": "^7.0.2",
63+
"@types/jasmine": "~2.8.9",
64+
"@types/jasminewd2": "~2.0.5",
65+
"@types/node": "~10.12.2",
66+
"codelyzer": "~4.5.0",
67+
"edit-json-file": "^1.1.0",
68+
"gh-pages": "^2.0.1",
69+
"ng-packagr": "^4.4.0",
70+
"standard-version": "^4.4.0",
71+
"ts-node": "~7.0.1",
72+
"tsickle": "0.33.1",
73+
"tslib": "^1.9.3",
74+
"tslint": "~5.11.0",
75+
"typescript": "~3.1.5"
76+
},
77+
"peerDependencies": {}
7878
}

0 commit comments

Comments
 (0)