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

Commit 5162b74

Browse files
committed
update version number in package.json to 1.1.18
1 parent 1b37e82 commit 5162b74

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="1.1.18"></a>
2+
## [1.1.18](https://github.com/angular/material/compare/v1.1.17...v1.1.18) (2019-04-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **icon:** stop breaking SVGs that have id references ([#11465](https://github.com/angular/material/issues/11465)) ([1b37e82](https://github.com/angular/material/commit/1b37e82)), closes [#11395](https://github.com/angular/material/issues/11395)
8+
9+
### Documentation
10+
11+
* **docs:** fix demos not loading in CodePen ([#11697](https://github.com/angular/material/pull/11697)) ([43035fd](https://github.com/angular/material/commit/43035fd)), closes [#11696](https://github.com/angular/material/issues/11696)
12+
13+
### Infrastructure
14+
15+
* **release:** workaround NPM bug that publishes `.git/` directory ([#11695](https://github.com/angular/material/pull/11695)) ([f44b271](https://github.com/angular/material/commit/f44b271)), closes [#11684](https://github.com/angular/material/issues/11684)
16+
17+
### Contributors
18+
19+
Thank you to the contributors who helped with the v1.1.18 release:
20+
21+
[<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117">](https://github.com/Splaktar) |[<img alt="EmielH" src="https://avatars1.githubusercontent.com/u/5822678?v=4&s=117" width="117">](https://github.com/EmielH) |
22+
:---: |:---: |
23+
[Splaktar](https://github.com/Splaktar) |[EmielH](https://github.com/EmielH) |
24+
25+
26+
127
<a name="1.1.17"></a>
228
## [1.1.17](https://github.com/angular/material/compare/v1.1.14...v1.1.17) (2019-03-29)
329

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-source",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Material Design UX and other product teams.",
55
"keywords": [
66
"client-side",
@@ -115,4 +115,4 @@
115115
"not bb <= 10",
116116
"not op_mob <= 12.1"
117117
]
118-
}
118+
}

0 commit comments

Comments
 (0)