Skip to content

Commit

Permalink
chore(*): new version is 0.0.1-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGot committed Apr 11, 2017
1 parent 90057d8 commit 2000e0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.0.1-rc.3](https://github.com/groupe-sii/clea-cli/compare/0.0.1-beta.rc.2...0.0.1-rc.3) - 2017-04-11

### Breaking changes

- There is now a dedicated entry for the main module file, between `root` and `environmentSource` in `.clea-cli.json`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clea/cli",
"version": "0.0.1-rc.2",
"version": "0.0.1-rc.3",
"description": "CLI tool for AngularJS & Typescript projects",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion templates/application/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"restangular": "^1.6.1"
},
"devDependencies": {
"@clea/cli": "^0.0.1-rc.2",
"@clea/cli": "^0.0.1-rc.3",
"@types/angular": "^1.6.5",<% if (ngMaterial) { %>
"@types/angular-material": "^1.1.46",<% } %>
"@types/angular-mocks": "^1.5.9",
Expand Down
2 changes: 1 addition & 1 deletion templates/library/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bootstrap": "^3.3.7"
},
"devDependencies": {
"@clea/cli": "^0.0.1-rc.2",
"@clea/cli": "^0.0.1-rc.3",
"@types/angular": "^1.6.5",
"@types/core-js": "^0.9.36",
"@types/angular-mocks": "^1.5.9",
Expand Down

0 comments on commit 2000e0d

Please sign in to comment.