Skip to content

Commit

Permalink
chore: bump version to 1.0.0-beta.4 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Mar 13, 2019
1 parent 6965069 commit 77662d2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 1.0.0-beta.4 "Plaited Nome" (2019-03-13)


### Bug Fixes

* **moment-date-adapter:** relative date tests fixes ([#98](https://github.com/positive-js/mosaic/issues/98)) ([a16deb2](https://github.com/positive-js/mosaic/commit/a16deb2))
* **tree-select:** fixed error for test unit ([#96](https://github.com/positive-js/mosaic/issues/96)) ([e7af9ca](https://github.com/positive-js/mosaic/commit/e7af9ca))
* compilation es2015 ([6965069](https://github.com/positive-js/mosaic/commit/6965069))


### Features

* **build:** added AoT dev example application ([#99](https://github.com/positive-js/mosaic/issues/99)) ([d81764c](https://github.com/positive-js/mosaic/commit/d81764c))
* **cdk:** accordion item ([5167225](https://github.com/positive-js/mosaic/commit/5167225))
* **tree-select:** component tree-select ([#92](https://github.com/positive-js/mosaic/issues/92)) ([dc52656](https://github.com/positive-js/mosaic/commit/dc52656))



# 1.0.0-beta.3 "Monoxide Core" (2019-02-25)


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": "mosaic",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Components for Angular",
"homepage": "https://github.com/positive-js/mosaic",
"bugs": "https://github.com/positive-js/mosaic/issues",
Expand Down
4 changes: 1 addition & 3 deletions tools/release/stage-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ class StageReleaseTask extends BaseReleaseTask {
process.exit(1);
}

this.githubApi = new OctokitApi();

this.githubApi.authenticate({
this.githubApi = new OctokitApi({
type: 'token',
token: CONFIG.github.token
});
Expand Down

0 comments on commit 77662d2

Please sign in to comment.