Skip to content

Commit 5ccc2cc

Browse files
committed
prepare release
1 parent d36d96e commit 5ccc2cc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

RELEASE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ First, update the version number in bower.json, package.json, VERSION.txt and ad
3838
- Copy the corresponding changelog part into the body field
3939
- Finally click "Publish release"
4040

41+
## Release to npmjs.org
42+
43+
Run:
44+
45+
- npm login
46+
- npm version <update_type>
47+
where update_type is patch, minor or major. See https://docs.npmjs.com/getting-started/publishing-npm-packages.
48+
- npm publish
49+
50+
4151
## Now contact support@syslab.com and request an update of the patternslib.com site as well.
4252

4353
This is done as follows:

changes.md

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

3-
## 2.1.1 - unreleased
3+
## 2.1.1 - Aug. 28, 2017
44

55
- 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)
66
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.

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.1.0",
3+
"version": "2.1.1",
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)