Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 367dd33

Browse files
authored
Merge pull request #7 from hapinessjs/next
release(version): v6.1.1
2 parents 4d0487c + 8eb10a3 commit 367dd33

File tree

6 files changed

+455
-236
lines changed

6 files changed

+455
-236
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hapiness/ng-elements-loader-cli",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Angular CLI project to manage @hapiness/ng-elements-loader and @hapiness/custom-elements-loader projects",
55
"scripts": {
66
"build:ng": "ng build 'ng-elements-loader' --prod",
@@ -45,27 +45,27 @@
4545
"url": "https://github.com/hapinessjs/ng-elements-loader/issues"
4646
},
4747
"dependencies": {
48-
"@angular/animations": "^6.0.3",
49-
"@angular/common": "^6.0.3",
50-
"@angular/compiler": "^6.0.3",
51-
"@angular/core": "^6.0.3",
52-
"@angular/elements": "^6.0.3",
53-
"@angular/platform-browser": "^6.0.3",
54-
"@angular/platform-browser-dynamic": "^6.0.3",
48+
"@angular/animations": "^6.0.4",
49+
"@angular/common": "^6.0.4",
50+
"@angular/compiler": "^6.0.4",
51+
"@angular/core": "^6.0.4",
52+
"@angular/elements": "^6.0.4",
53+
"@angular/platform-browser": "^6.0.4",
54+
"@angular/platform-browser-dynamic": "^6.0.4",
5555
"core-js": "^2.5.7",
56-
"document-register-element": "^1.9.0",
57-
"rxjs": "^6.2.0",
56+
"document-register-element": "~1.8.1",
57+
"rxjs": "^6.2.1",
5858
"zone.js": "^0.8.26"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "~0.7.0-beta.1",
62-
"@angular-devkit/build-ng-packagr": "~0.7.0-beta.1",
63-
"@angular/cli": "^6.0.7",
64-
"@angular/compiler-cli": "^6.0.3",
65-
"@angular/language-service": "^6.0.3",
61+
"@angular-devkit/build-angular": "~0.7.0-beta.2",
62+
"@angular-devkit/build-ng-packagr": "~0.7.0-beta.2",
63+
"@angular/cli": "^6.0.8",
64+
"@angular/compiler-cli": "^6.0.4",
65+
"@angular/language-service": "^6.0.4",
6666
"@types/jasmine": "~2.8.8",
6767
"@types/jasminewd2": "~2.0.3",
68-
"@types/node": "~10.3.0",
68+
"@types/node": "~10.3.2",
6969
"codelyzer": "~4.3.0",
7070
"jasmine-core": "~3.1.0",
7171
"jasmine-spec-reporter": "~4.2.1",
@@ -76,7 +76,7 @@
7676
"karma-jasmine-html-reporter": "^1.1.0",
7777
"ng-packagr": "^3.0.1",
7878
"protractor": "~5.3.2",
79-
"ts-node": "~6.1.0",
79+
"ts-node": "~6.1.1",
8080
"tsickle": "^0.29.0",
8181
"tslib": "^1.9.2",
8282
"tslint": "~5.10.0",

projects/custom-elements-loader/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The minimum `package.json` file for your module is described below:
183183
"name": "made-with-love",
184184
"version": "1.0.0",
185185
"peerDependencies": {
186-
"@hapiness/custom-elements-loader": "^6.0.3"
186+
"@hapiness/custom-elements-loader": "^6.1.1"
187187
}
188188
}
189189
```
@@ -408,6 +408,10 @@ document.querySelector('hello-world').addEventListener('sayHello', (event: any)
408408
[Back to top](#installation)
409409

410410
## Change History
411+
* v6.1.1 (2018-06-12)
412+
* Downgrade `document-register-element` to `v1.8.1` to fix angular issue [#24390](https://github.com/angular/angular/issues/24390)
413+
* Latest packages' versions
414+
* Documentation
411415
* v6.1.0 (2018-06-04)
412416
* Expose `BrowserAnimationsModule` instead of `BrowserModule` to support module with animations.
413417
* Fix configuration in `ng-package*.json`

projects/custom-elements-loader/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hapiness/custom-elements-loader",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Factory to load Angular Custom Elements inside JavaScript's applications like React.js, Vue.js or just standalone",
55
"private": false,
66
"repository": {
@@ -42,17 +42,17 @@
4242
"url": "https://github.com/hapinessjs/ng-elements-loader/issues"
4343
},
4444
"dependencies": {
45-
"@angular/animations": "^6.0.3",
46-
"@angular/common": "^6.0.3",
47-
"@angular/core": "^6.0.3",
48-
"@angular/compiler": "^6.0.3",
49-
"@angular/elements": "^6.0.3",
50-
"@angular/platform-browser": "^6.0.3",
51-
"@angular/platform-browser-dynamic": "^6.0.3",
52-
"@hapiness/ng-elements-loader": "^6.1.0",
45+
"@angular/animations": "^6.0.4",
46+
"@angular/common": "^6.0.4",
47+
"@angular/core": "^6.0.4",
48+
"@angular/compiler": "^6.0.4",
49+
"@angular/elements": "^6.0.4",
50+
"@angular/platform-browser": "^6.0.4",
51+
"@angular/platform-browser-dynamic": "^6.0.4",
52+
"@hapiness/ng-elements-loader": "^6.1.1",
5353
"core-js": "^2.5.7",
54-
"document-register-element": "^1.9.0",
55-
"rxjs": "^6.2.0",
54+
"document-register-element": "~1.8.1",
55+
"rxjs": "^6.2.1",
5656
"zone.js": "^0.8.26"
5757
}
5858
}

projects/ng-elements-loader/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ The minimum `package.json` file for your module is described below:
187187
"name": "made-with-love",
188188
"version": "1.0.0",
189189
"peerDependencies": {
190-
"@angular/common": "^6.0.3",
191-
"@angular/core": "^6.0.3",
192-
"@hapiness/ng-elements-loader": "^6.1.0"
190+
"@angular/common": "^6.0.4",
191+
"@angular/core": "^6.0.4",
192+
"@hapiness/ng-elements-loader": "^6.1.1"
193193
}
194194
}
195195
```
@@ -410,6 +410,10 @@ this._rd.listen(element, 'sayHello', (event: any) => this.alertHello(event.detai
410410
[Back to top](#installation)
411411

412412
## Change History
413+
* v6.1.1 (2018-06-12)
414+
* Downgrade `document-register-element` to `v1.8.1` to fix angular issue [#24390](https://github.com/angular/angular/issues/24390)
415+
* Latest packages' versions
416+
* Documentation
413417
* v6.1.0 (2018-06-04)
414418
* Fix configuration in `ng-package*.json`
415419
* Latest packages' versions

projects/ng-elements-loader/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hapiness/ng-elements-loader",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Service to load Angular Custom Elements inside Angular's applications",
55
"private": false,
66
"repository": {
@@ -39,15 +39,15 @@
3939
"url": "https://github.com/hapinessjs/ng-elements-loader/issues"
4040
},
4141
"peerDependencies": {
42-
"@angular/common": "^6.0.3",
43-
"@angular/core": "^6.0.3",
44-
"@angular/compiler": "^6.0.3",
45-
"@angular/elements": "^6.0.3",
46-
"@angular/platform-browser": "^6.0.3",
47-
"@angular/platform-browser-dynamic": "^6.0.3",
42+
"@angular/common": "^6.0.4",
43+
"@angular/core": "^6.0.4",
44+
"@angular/compiler": "^6.0.4",
45+
"@angular/elements": "^6.0.4",
46+
"@angular/platform-browser": "^6.0.4",
47+
"@angular/platform-browser-dynamic": "^6.0.4",
4848
"core-js": "^2.5.7",
49-
"document-register-element": "^1.9.0",
50-
"rxjs": "^6.2.0",
49+
"document-register-element": "~1.8.1",
50+
"rxjs": "^6.2.1",
5151
"zone.js": "^0.8.26"
5252
}
5353
}

0 commit comments

Comments
 (0)