From aec39a1c3dc4f4ee80c61faae1ba90d10ecff595 Mon Sep 17 00:00:00 2001 From: Paul C Pederson Date: Mon, 3 Aug 2015 15:01:53 -0700 Subject: [PATCH] :package: v0.11.0 --- CHANGELOG.md | 16 ++++++++++------ README.md | 2 +- lib/js/calcite-web.js | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f909bdc..6651bc31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,11 @@ -## 0.10.5 +## 0.11.0 ### Removed - Calcite color icons are not a thing we're including. Removing the doc space for this. ### Added -- `.link-light-blue` - Set `video` to 100% max width - Document hero subnav. - -### Fixed -- Style links inside of panels -- Pre and Post scoping properly - Loader bar container div relative ### Modified @@ -19,6 +14,15 @@ - Overflow-x scroll and no-wrap on third-nav - Expanding nav and search pattern +## 0.10.5 + +### Added +- `.link-light-blue` + +### Fixed +- Style links inside of panels +- Pre and Post scoping properly + ## 0.10.4 ### Fixed diff --git a/README.md b/README.md index 8440d61da..360b4d4b0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ That will give you everything including sass utilities. You will also need to co To install Calcite Web with npm, type: ``` -npm install --save-dev Esri/calcite-web#v0.10.3 +npm install --save-dev Esri/calcite-web#v0.11.0 ``` You must add the current version in order to get the `dist/` folder. diff --git a/lib/js/calcite-web.js b/lib/js/calcite-web.js index f2305605f..40c44a3aa 100644 --- a/lib/js/calcite-web.js +++ b/lib/js/calcite-web.js @@ -5,7 +5,7 @@ // └────────────┘ // define all public api methods (excluding patterns) var calcite = { - version: 'v0.10.5', + version: 'v0.11.0', click: click, addEvent: addEvent, removeEvent: removeEvent, diff --git a/package.json b/package.json index fd2464c96..fa9a425cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calcite-web", - "version": "0.10.5", + "version": "0.11.0", "description": "SASS & CSS Framework for Esri websites", "private": true, "homepage": "https://github.com/esri/calcite-web",