Skip to content

Commit ebdda70

Browse files
committed
Prepare release
1 parent 426ca35 commit ebdda70

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

RELEASE.md

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

3-
First, update the version number in bower.json, package.json, VERSION.txt and add the date to changes.md
4-
(remove the -dev from the version number in VERSION.txt)
3+
4+
## Update numbers
5+
6+
First, update the version number in
7+
- bower.json
8+
- package.json
9+
- VERSION.txt (remove the -dev from the version number in VERSION.txt)
10+
- and add the date to changes.md
11+
12+
git commit -m "Prepare release"
513

614
## Merge master into the "release" branch
715

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Patternslib 2.1.2-dev
1+
// Patternslib 2.1.2
22

bower.json

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