Skip to content

Commit 3fb68a6

Browse files
authored
0.4.10 (#41)
* Add missing changelog for 0.4.9 * Bump version number for core + fabric * Add changelog for 0.4.10
1 parent 68f3581 commit 3fb68a6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.4.10"></a>
7+
8+
# [0.4.10](https://github.com/Microsoft/angular-react/compare/v0.4.9...v0.4.10) (2018-12-01)
9+
10+
### Features
11+
12+
- **core:** Allow specifying arbitrary event handlers to any ReactWrapperComponent ([#39](https://github.com/Microsoft/angular-react/pull/39)) ([13ff801](https://github.com/Microsoft/angular-react/commit/13ff801cc780ff3350ded56cb696d365c51ea4ee))
13+
14+
- **fabric:** Add DetailsList, GroupItem, and MarqueeSelection components ([#37](https://github.com/Microsoft/angular-react/pull/37)) ([000fa42](https://github.com/Microsoft/angular-react/commit/000fa4284fd1bbdd2c0c60d8d75b0fa1b3214ea4))
15+
16+
<a name="0.4.9"></a>
17+
18+
# [0.4.9](https://github.com/Microsoft/angular-react/compare/v0.4.8...v0.4.9) (2018-11-01)
19+
20+
### Features
21+
22+
- **fabric:** Add Calendar component ([#35](https://github.com/Microsoft/angular-react/pull/35)) ([e08298e](https://github.com/Microsoft/angular-react/commit/e08298eb5eae6bb3ededdc117c9ab4d280e20db4))
23+
624
<a name="0.4.8"></a>
725

826
# [0.4.8](https://github.com/Microsoft/angular-react/compare/v0.4.7...v0.4.8) (2018-10-21)

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.4.9",
4+
"version": "0.4.10",
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.4.9",
4+
"version": "0.4.10",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -70,7 +70,7 @@
7070
],
7171
"private": false,
7272
"peerDependencies": {
73-
"@angular-react/core": "^0.4.9",
73+
"@angular-react/core": "^0.4.10",
7474
"@angular/common": "^6.1.0",
7575
"@angular/core": "^6.1.0",
7676
"@angular/platform-browser-dynamic": "^6.1.0",

0 commit comments

Comments
 (0)