Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.5.9"></a>

# [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))

<a name="0.5.8"></a>

# [0.5.8](https://github.com/Microsoft/angular-react/compare/v0.5.7...v0.5.8) (2018-12-30)
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions libs/fabric/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down