Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Feb 13, 2017
1 parent 2769bd4 commit 6850830
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
:warning: = Breaking change

## 3.0.0
##### 2017-Feb-12
* shelf-pack is now a scoped package under the @mapbox namespace

## 2.0.1
##### 2016-Aug-11
* Remember original size of free bins and use that for packing free space (#29)
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![npm version](https://badge.fury.io/js/shelf-pack.svg)](https://badge.fury.io/js/shelf-pack)
[![npm version](https://badge.fury.io/js/%40mapbox%2Fshelf-pack.svg)](https://badge.fury.io/js/%40mapbox%2Fshelf-pack)
[![Build Status](https://circleci.com/gh/mapbox/shelf-pack/tree/master.svg?style=shield)](https://circleci.com/gh/mapbox/shelf-pack)
[![Coverage Status](https://coveralls.io/repos/github/mapbox/shelf-pack/badge.svg?branch=master)](https://coveralls.io/github/mapbox/shelf-pack?branch=master)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -115,7 +115,7 @@ <h2 class='fl' id='ShelfPack'>
ShelfPack
</h2>

<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mapbox/shelf-pack/blob/e4da3610a7142c296f79fa5c34c8a649e28bcdfc/index.js#L18-L28'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mapbox/shelf-pack/blob/2769bd4998547c7b66338961ae18b8c544fbfb17/index.js#L18-L28'>
<span>index.js</span>
</a>

Expand Down Expand Up @@ -866,7 +866,7 @@ <h2 class='fl' id='Bin'>
Bin
</h2>

<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mapbox/shelf-pack/blob/e4da3610a7142c296f79fa5c34c8a649e28bcdfc/index.js#L430-L439'>
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/mapbox/shelf-pack/blob/2769bd4998547c7b66338961ae18b8c544fbfb17/index.js#L430-L439'>
<span>index.js</span>
</a>

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@mapbox/shelf-pack",
"description": "A 2D rectangular bin packing data structure that uses the Shelf Best Height Fit heuristic",
"version": "2.0.1",
"version": "3.0.0",
"main": "index.umd.js",
"jsnext:main": "index.js",
"license": "ISC",
Expand Down

0 comments on commit 6850830

Please sign in to comment.