Skip to content

Commit c1e1679

Browse files
authored
Bump bower version and remove README warning. (#139)
1 parent 5316b33 commit c1e1679

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
## <iron-component-page>
55

6-
***
7-
⚠️ The version of `iron-component-page` described below is coming soon, but not
8-
quite yet tagged for release. You can checkout the `master` branch to
9-
experiment with it now. See [this
10-
issue](https://github.com/PolymerElements/iron-component-page/issues/121) for
11-
status. ⚠️
12-
***
13-
146
`iron-component-page` is a full-page documentation browser for custom elements,
157
mixins, classes, and more. It consumes the JSON descriptor format produced by
168
[Polymer Analyzer](https://github.com/Polymer/polymer-analyzer).
@@ -102,6 +94,8 @@ predecessor to Polymer Analyzer. Major changes in the 3.x version include:
10294
to generate an `analysis.json` file offline.
10395
* Replaces the element menu with a full-size navigation panel that summarizes
10496
all the available documentation produced by Polymer Analyzer.
97+
* Uses the 3.x version of the
98+
[`iron-doc` elements](https://github.com/PolymerElements/iron-doc-viewer).
10599

106100
If you still need the previous version, see the
107101
[2.x branch](https://github.com/PolymerElements/iron-component-page/tree/2.x).

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"type": "git",
1414
"url": "git://github.com/PolymerElements/iron-component-page.git"
1515
},
16-
"version": "2.0.0",
16+
"version": "3.0.0",
1717
"private": true,
1818
"license": "http://polymer.github.io/LICENSE.txt",
1919
"dependencies": {
2020
"app-layout": "PolymerElements/app-layout#1 - 2",
2121
"iron-ajax": "PolymerElements/iron-ajax#1 - 2",
22-
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#>=3.0.0-rc.1",
22+
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^3.0.0",
2323
"iron-icons": "PolymerElements/iron-icons#1 - 2",
2424
"paper-icon-button": "PolymerElements/paper-icon-button#1 - 2",
2525
"paper-styles": "PolymerElements/paper-styles#1 - 2",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"app-layout": "PolymerElements/app-layout#^1.0.0",
3737
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
38-
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#>=3.0.0-rc.1",
38+
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^3.0.0",
3939
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
4040
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
4141
"paper-styles": "PolymerElements/paper-styles#^1.0.0",

0 commit comments

Comments
 (0)