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

Commit 23ede2b

Browse files
committed
1.3.0
1 parent 49f38f7 commit 23ede2b

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juicy-tile-list",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"homepage": "https://github.com/Juicy/juicy-tile-list",
55
"description": "<juicy-tile-list> is a Custom Element with sortable tiles that packs efficiently without changing HTML structure (changes CSS only).",
66
"license": "MIT",

dist/juicy-tile-list.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/package.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/packer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rectangle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juicy-tile-list",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "<juicy-tile-list> is a Custom Element with sortable tiles that packs efficiently without changing HTML structure (changes CSS only).",
55
"main": "src/juicy-tile-list.html",
66
"directories": {

src/juicy-tile-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
@element juicy-tile-list
55
@demo https://Juicy.github.io/juicy-tile-list/
6-
version: 1.2.0
6+
version: 1.3.0
77
88
@TODO: (tomalec) Create setup listener, to work better with Polymer tempalte binding, editor, and inline changes
99
-->

src/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Package
3-
* version: 1.2.0
3+
* version: 1.3.0
44
*/
55
(function( scope, Packer ){
66
"use strict";

src/packer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Packer
33
* bin-packing algorithm
4-
* version: 1.2.0
4+
* version: 1.3.0
55
*/
66
(function( scope ){
77
"use strict";

0 commit comments

Comments
 (0)