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

Commit

Permalink
Merge pull request #14 from hapinessjs/next
Browse files Browse the repository at this point in the history
release(version): v5.2.5
  • Loading branch information
akanass authored Feb 14, 2018
2 parents 1071a8c + bdd1055 commit 1f7dc3f
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 120 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This is a [Hapiness](https://github.com/hapinessjs/hapiness) Engine for running

This story will show you how to set up Universal bundling for an existing `@angular/cli`.

We support actually `@angular` `@5.2.3` and next so you must upgrade all packages inside your project.
We support actually `@angular` `@5.2.5` and next so you must upgrade all packages inside your project.

We use `yarn` as package manager.

Expand Down Expand Up @@ -550,6 +550,9 @@ To set up your development environment:
[Back to top](#table-of-contents)

## Change History
* v5.2.5 (2018-02-14)
* `Angular v5.2.5+`
* Documentation
* v5.2.3 (2018-02-01)
* `Angular v5.2.3+`
* Documentation
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hapiness/ng-universal",
"version": "5.2.3",
"version": "5.2.5",
"description": "This is a Hapiness Engine for running Angular Apps on the server for server side rendering.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -75,18 +75,18 @@
},
"homepage": "https://github.com/hapinessjs/ng-universal-module#readme",
"dependencies": {
"@types/node": "^9.4.0"
"@types/node": "^9.4.5"
},
"devDependencies": {
"@angular/animations": "^5.2.3",
"@angular/common": "^5.2.3",
"@angular/compiler": "^5.2.3",
"@angular/compiler-cli": "^5.2.3",
"@angular/core": "^5.2.3",
"@angular/http": "^5.2.3",
"@angular/platform-browser": "^5.2.3",
"@angular/platform-browser-dynamic": "^5.2.3",
"@angular/platform-server": "^5.2.3",
"@angular/animations": "^5.2.5",
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/compiler-cli": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/http": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/platform-server": "^5.2.5",
"@hapiness/core": "^1.3.0",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
"@types/fs-extra": "^5.0.0",
Expand All @@ -104,13 +104,13 @@
"zone.js": "^0.8.20"
},
"peerDependencies": {
"@angular/compiler": "^5.2.3",
"@angular/compiler-cli": "^5.2.3",
"@angular/core": "^5.2.3",
"@angular/http": "^5.2.3",
"@angular/platform-server": "^5.2.3",
"@angular/compiler": "^5.2.5",
"@angular/compiler-cli": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/http": "^5.2.5",
"@angular/platform-server": "^5.2.5",
"@hapiness/core": "^1.3.0",
"@hapiness/ng-universal-transfer-http": "^5.2.3",
"@hapiness/ng-universal-transfer-http": "^6.0.0",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
"rxjs": "^5.5.6",
"ts-loader": "^3.3.1"
Expand Down
Loading

0 comments on commit 1f7dc3f

Please sign in to comment.