Skip to content

Commit

Permalink
Bump bower version and remove README warning. (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jun 23, 2017
1 parent 5316b33 commit c1e1679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@

## <iron-component-page>

***
⚠️ The version of `iron-component-page` described below is coming soon, but not
quite yet tagged for release. You can checkout the `master` branch to
experiment with it now. See [this
issue](https://github.com/PolymerElements/iron-component-page/issues/121) for
status. ⚠️
***

`iron-component-page` is a full-page documentation browser for custom elements,
mixins, classes, and more. It consumes the JSON descriptor format produced by
[Polymer Analyzer](https://github.com/Polymer/polymer-analyzer).
Expand Down Expand Up @@ -102,6 +94,8 @@ predecessor to Polymer Analyzer. Major changes in the 3.x version include:
to generate an `analysis.json` file offline.
* Replaces the element menu with a full-size navigation panel that summarizes
all the available documentation produced by Polymer Analyzer.
* Uses the 3.x version of the
[`iron-doc` elements](https://github.com/PolymerElements/iron-doc-viewer).

If you still need the previous version, see the
[2.x branch](https://github.com/PolymerElements/iron-component-page/tree/2.x).
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"type": "git",
"url": "git://github.com/PolymerElements/iron-component-page.git"
},
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
"dependencies": {
"app-layout": "PolymerElements/app-layout#1 - 2",
"iron-ajax": "PolymerElements/iron-ajax#1 - 2",
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#>=3.0.0-rc.1",
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^3.0.0",
"iron-icons": "PolymerElements/iron-icons#1 - 2",
"paper-icon-button": "PolymerElements/paper-icon-button#1 - 2",
"paper-styles": "PolymerElements/paper-styles#1 - 2",
Expand All @@ -35,7 +35,7 @@
"dependencies": {
"app-layout": "PolymerElements/app-layout#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#>=3.0.0-rc.1",
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^3.0.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
Expand Down

0 comments on commit c1e1679

Please sign in to comment.