Skip to content

Commit bee4a64

Browse files
committed
Merge branch 'master' into release
2 parents d51aa5f + ebdda70 commit bee4a64

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

RELEASE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Making a release
22

3+
4+
## Update numbers
5+
36
First, update the version number in
47
- bower.json
58
- package.json
69
- VERSION.txt (remove the -dev from the version number in VERSION.txt)
7-
- add the date to changes.md
10+
- and add the date to changes.md
811

12+
git commit -m "Prepare release"
913

1014
## Merge master into the "release" branch
1115

bower.json

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

changes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.2 - Aug. 29, 2017
4+
5+
- pat-modal: Followup fix for the issue where chrome is so quick that a modal is closed before the actual injection call can be sent. Now modals can be closed again. (pilz)
6+
7+
8+
39
## 2.1.1 - Aug. 28, 2017
410

511
- pat-modal: Only add a panel-header to the first panel-content element within pat-modal, not everyone. Otherwise this may collide with pat-collapsible which also creates a panel-content class further down the DOM (pilz)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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)