Skip to content

Commit

Permalink
[Prepare Release] Bumped version to 0.0.1-rc.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlautier committed Aug 9, 2016
1 parent 837e9c4 commit 23b2fba
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/amd/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/amd/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions dist/amd/module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/amd/module.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./logging/logging";
export * from "./module";
2 changes: 2 additions & 0 deletions dist/typings/module.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export declare class CoreModule {
}
12 changes: 11 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<a name="0.0.1-rc.0"></a>
## [0.0.1-rc.0](https://github.com/sketch7/ssv-ng2-core/compare/0.0.1-rc.2...v0.0.1-rc.0) (2016-08-09)


### Features

* **angular:** updated angular to rc5 + added module ([2978597](https://github.com/sketch7/ssv-ng2-core/commit/2978597))



<a name="0.0.1-rc.2"></a>
## [0.0.1-rc.2](https://github.com/sketch7/ssv-ng2-core/compare/0.0.1-rc.1...v0.0.1-rc.2) (2016-06-22)
## [0.0.1-rc.2](https://github.com/sketch7/ssv-ng2-core/compare/0.0.1-rc.1...0.0.1-rc.2) (2016-06-22)



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": "@ssv/ng2-core",
"version": "0.0.0",
"version": "0.0.1-rc.0",
"description": "ssv core angular2 components, utilities and services",
"keywords": [
"sketch7",
Expand Down

0 comments on commit 23b2fba

Please sign in to comment.