Skip to content

Commit dd3b1ae

Browse files
committed
5.0.0-beta.2
1 parent bbf23d3 commit dd3b1ae

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="5.0.0-beta.2"></a>
2+
# [5.0.0-beta.2](https://github.com/angular-fullstack/generator-angular-fullstack/compare/5.0.0-beta.1...v5.0.0-beta.2) (2017-11-12)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** add missing comma ([b2a745b](https://github.com/angular-fullstack/generator-angular-fullstack/commit/b2a745b))
8+
* **server:test:** resolve primus in non-dev ([7bed185](https://github.com/angular-fullstack/generator-angular-fullstack/commit/7bed185))
9+
* **test:**
10+
* only save new primus.js in dev ([483dda0](https://github.com/angular-fullstack/generator-angular-fullstack/commit/483dda0))
11+
* use babel in `protractor.conf.js` ([ffb16cb](https://github.com/angular-fullstack/generator-angular-fullstack/commit/ffb16cb))
12+
13+
14+
### Features
15+
16+
* Upgraded to Angular 5.0.1
17+
* **client:** add auth-guard service ([a5cbada](https://github.com/angular-fullstack/generator-angular-fullstack/commit/a5cbada))
18+
19+
20+
121
<a name="5.0.0-beta.1"></a>
222
# [5.0.0-beta.1](https://github.com/angular-fullstack/generator-angular-fullstack/compare/5.0.0-beta.0...v5.0.0-beta.1) (2017-10-17)
323

Diff for: angular-fullstack-deps

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
55
"keywords": [
66
"yeoman-generator",
@@ -33,7 +33,8 @@
3333
"scripts": {
3434
"pre-test": "gulp updateFixtures:test && gulp installFixtures && gulp build",
3535
"test": "mocha --require should --require babel-register --require ./mocha.conf --reporter spec --timeout 120000 test/pre.test.js test/*.test.js",
36-
"prepublish": "gulp build"
36+
"prepublish": "gulp build",
37+
"build": "gulp build"
3738
},
3839
"dependencies": {
3940
"babel-eslint": "^7.1.0",

0 commit comments

Comments
 (0)