Skip to content

Commit 13dab79

Browse files
committed
Prepare for release 2.0.13
1 parent d33c07f commit 13dab79

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Patternslib 2.0.13-dev
1+
// Patternslib 2.0.13
22

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternslib",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"main": "bundle.js",
55
"devDependencies": {
66
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"

changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.13 - Unreleased
3+
## 2.0.13 - Apr. 27, 2016
44

55
- New property for sortable pattern, `drag-class`, the CSS class to apply to item being dragged. Is `"dragged"` by default.
66
- New property for sortable pattern, `drop`, a Javascript callback function to be called when an item is dropped.
@@ -12,6 +12,7 @@
1212
- Let the next-href option of pat-inject work as advertised.
1313
- Parser fix: don't treat `&` as a separator
1414
- #436 Remove `pat-bumper` restriction that scroll container must be the direct parent.
15+
- pat-masonry fix: the `containerStyle` value must be an object.
1516

1617
## 2.0.12 - Oct. 9, 2015
1718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternslib",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"author": {

0 commit comments

Comments
 (0)