Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Feb 15, 2016
1 parent 49f38f7 commit 23ede2b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juicy-tile-list",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "https://github.com/Juicy/juicy-tile-list",
"description": "<juicy-tile-list> is a Custom Element with sortable tiles that packs efficiently without changing HTML structure (changes CSS only).",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/juicy-tile-list.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/package.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/packer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rectangle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juicy-tile-list",
"version": "1.2.0",
"version": "1.3.0",
"description": "<juicy-tile-list> is a Custom Element with sortable tiles that packs efficiently without changing HTML structure (changes CSS only).",
"main": "src/juicy-tile-list.html",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/juicy-tile-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@element juicy-tile-list
@demo https://Juicy.github.io/juicy-tile-list/
version: 1.2.0
version: 1.3.0
@TODO: (tomalec) Create setup listener, to work better with Polymer tempalte binding, editor, and inline changes
-->
Expand Down
2 changes: 1 addition & 1 deletion src/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Package
* version: 1.2.0
* version: 1.3.0
*/
(function( scope, Packer ){
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion src/packer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Packer
* bin-packing algorithm
* version: 1.2.0
* version: 1.3.0
*/
(function( scope ){
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion src/rectangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* [Rectangle description]
* version: 1.2.0
* version: 1.3.0
* @param {Object} [props] rectangle properties
* @param {Number} [props.x=0] rectangle position
* @param {Number} [props.y=0] rectangle position
Expand Down

0 comments on commit 23ede2b

Please sign in to comment.