From d2a46ebdfa2c5920b8fc7a6bd98e7d9c3cf9f6e3 Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Wed, 14 Sep 2016 21:44:10 -0400 Subject: [PATCH] cleaning things up in preparation for 3.15.7 release --- BACKLOG.md | 11 ----------- DETAILS.md | 4 ++-- README.md | 6 +++--- package.js | 2 +- 4 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 BACKLOG.md diff --git a/BACKLOG.md b/BACKLOG.md deleted file mode 100644 index cef18c33f..000000000 --- a/BACKLOG.md +++ /dev/null @@ -1,11 +0,0 @@ -BACKLOG -======= - -This is a summary of changes under consideration. Please also review the Roadmap at https://github.com/ExactTarget/fuelux/issues?milestone=3&page=1&state=open - - -Under consideration -------------------- - -* **Colorpicker** - Choose a HEX color from possibly a list or a hue/saturation map -* **"SuperTabs"** - Tab navigation with dynamic description/status on each tab \ No newline at end of file diff --git a/DETAILS.md b/DETAILS.md index 29e61bf09..e9caeee64 100644 --- a/DETAILS.md +++ b/DETAILS.md @@ -29,7 +29,7 @@ Additional details to supplement the brief nature of the README file. Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own. -* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.15.5/fuelux.zip). +* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.15.6/fuelux.zip). ## AMD support @@ -39,7 +39,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d ```javascript require.config({ paths: { - 'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.5/' + 'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.6/' //... } }); diff --git a/README.md b/README.md index bdadb235c..8965901d3 100644 --- a/README.md +++ b/README.md @@ -34,18 +34,18 @@ Add `fuelux` class to the portion of the page using Fuel UX as seen [here](https Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below). ``` - + - + ``` #### The code you want is in `dist` A few ways available to install. -- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.15.5/) +- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.15.6/) - Install with [NPM](https://www.npmjs.com/package/fuelux): `npm install fuelux`. - [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.15.5.zip). - Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`. diff --git a/package.js b/package.js index a24ededf5..b49c72f2e 100644 --- a/package.js +++ b/package.js @@ -6,7 +6,7 @@ Package.describe({ name: 'exacttarget:fuelux', // http://atmospherejs.com/exacttarget/fuelux summary: 'Base Fuel UX styles and controls', - version: '3.15.2', + version: '3.15.6', git: 'https://github.com/ExactTarget/fuelux.git' });