Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 91291ed

Browse files
committed
update version number in package.json to 1.0.2
1 parent 938179b commit 91291ed

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name"1.0.2"></a>
2+
### 1.0.2 (2016-01-14)
3+
4+
5+
#### Bug Fixes
6+
7+
* **datepicker:** temporarily disable test that only passes on FF. ([656694f4](https://github.com/angular/material/commit/656694f4))
8+
* **dialog:** fix focus trap sometimes not working. ([0a7ded9e](https://github.com/angular/material/commit/0a7ded9e), closes [#6590](https://github.com/angular/material/issues/6590))
9+
* **doc:** update CodePen community url ([985ec605](https://github.com/angular/material/commit/985ec605), closes [#6652](https://github.com/angular/material/issues/6652))
10+
* **layout:** use flex-start instead of start ([c0f5aea7](https://github.com/angular/material/commit/c0f5aea7), closes [#6402](https://github.com/angular/material/issues/6402), [#6403](https://github.com/angular/material/issues/6403))
11+
* **virtualRepeat:** Recover from scroll events that occur when hidden. ([bbca34f4](https://github.com/angular/material/commit/bbca34f4), closes [#5448](https://github.com/angular/material/issues/5448), [#5448](https://github.com/angular/material/issues/5448), [#6389](https://github.com/angular/material/issues/6389))
12+
13+
114
<a name"1.0.1"></a>
215
### 1.0.1 (2015-12-17)
316

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "angular-material-source",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible UI components based on the Material Design system. Similar to the Polymer project's Paper elements collection, Angular Material is supported internally at Google by the Angular.js, Material Design UX and other product teams.",
55
"keywords": "client-side, browser, material, material-design, design, angular, css, components, google",
66
"homepage": "https://material.angularjs.org",
77
"bugs": "https://github.com/angular/material/issues",
88
"licenses": [
9-
{
10-
"type": "MIT",
11-
"url": "https://github.com/angular/material/blob/master/LICENSE"
12-
}
13-
],
9+
{
10+
"type": "MIT",
11+
"url": "https://github.com/angular/material/blob/master/LICENSE"
12+
}
13+
],
1414
"repository": {
1515
"type": "git",
1616
"url": "git://github.com/angular/material.git"
@@ -79,4 +79,4 @@
7979
"merge-base": "git merge-base $(npm run -s current-branch) origin/master",
8080
"squash": "git rebase -i $(npm run -s merge-base)"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)