From 408ce39bc6d7236e1cfff28918554d232b0622cd Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 22 Jan 2019 11:00:35 +0200 Subject: [PATCH 1/3] bump version --- libs/core/package.json | 2 +- libs/fabric/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/core/package.json b/libs/core/package.json index 8063012a..38eb3b2a 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,7 +1,7 @@ { "$schema": "../../node_modules/ng-packagr/package.schema.json", "name": "@angular-react/core", - "version": "0.5.8", + "version": "0.5.9", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 1525c148..741b1d05 100644 --- a/libs/fabric/package.json +++ b/libs/fabric/package.json @@ -1,7 +1,7 @@ { "$schema": "../../node_modules/ng-packagr/package.schema.json", "name": "@angular-react/fabric", - "version": "0.5.8", + "version": "0.5.9", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -75,7 +75,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.5.8", + "@angular-react/core": "^0.5.9", "@angular/common": "^7.0.3", "@angular/core": "^7.0.3", "@angular/platform-browser-dynamic": "^7.0.3", From 8530c13979244c71f608e33f7e7d4548d0c8e220 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 22 Jan 2019 11:00:40 +0200 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f036ee0e..86c40dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [0.5.9](https://github.com/Microsoft/angular-react/compare/v0.5.8...v0.5.9) (2019-01-22) + +### Bug fixes + +- **fabric:** fix dataset not being passed to office-ui-fabric-react in contextual menu items declared in template (directives) ([#75](https://github.com/Microsoft/angular-react/pull/75)) ([1bf0d3a](https://github.com/Microsoft/angular-react/commit/1bf0d3a81898c77326c663d33b55faf63eed1849)) + # [0.5.8](https://github.com/Microsoft/angular-react/compare/v0.5.7...v0.5.8) (2018-12-30) From 25ba7174b336bb56edc805fd12d8dc79e8cdb70e Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 22 Jan 2019 11:04:43 +0200 Subject: [PATCH 3/3] change circleci ssh key --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0db024b2..2281f2b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: steps: - add_ssh_keys: fingerprints: - - '3a:38:3d:25:c1:1e:d8:ec:69:a0:13:3c:c6:c9:24:a9' + - '6a:f7:26:f6:f6:43:4b:96:7c:f5:1b:0a:cc:d2:bc:11' - checkout # Download and cache dependencies