Skip to content

Commit 24606fe

Browse files
authored
0.5.9 (#77)
* bump version * update changelog * change circleci ssh key
1 parent 823c1d1 commit 24606fe

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- add_ssh_keys:
5353
fingerprints:
54-
- '3a:38:3d:25:c1:1e:d8:ec:69:a0:13:3c:c6:c9:24:a9'
54+
- '6a:f7:26:f6:f6:43:4b:96:7c:f5:1b:0a:cc:d2:bc:11'
5555
- checkout
5656

5757
# Download and cache dependencies

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.9"></a>
7+
8+
# [0.5.9](https://github.com/Microsoft/angular-react/compare/v0.5.8...v0.5.9) (2019-01-22)
9+
10+
### Bug fixes
11+
12+
- **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))
13+
614
<a name="0.5.8"></a>
715

816
# [0.5.8](https://github.com/Microsoft/angular-react/compare/v0.5.7...v0.5.8) (2018-12-30)

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/core",
4-
"version": "0.5.8",
4+
"version": "0.5.9",
55
"ngPackage": {
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "0.5.8",
4+
"version": "0.5.9",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -75,7 +75,7 @@
7575
],
7676
"private": false,
7777
"peerDependencies": {
78-
"@angular-react/core": "^0.5.8",
78+
"@angular-react/core": "^0.5.9",
7979
"@angular/common": "^7.0.3",
8080
"@angular/core": "^7.0.3",
8181
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)