Skip to content

Commit abd367e

Browse files
committed
vip renames: rename upgrade guide and changes to meet conventions.
1 parent faf8470 commit abd367e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
changes.md merge=union
1+
CHANGES.md merge=union

changes.md CHANGES.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
Breaking Changes
66
~~~~~~~~~~~~~~~~
77
8-
+++Big breaking upgrade changing the build system. Read Upgrade-from-2-to-3.txt for details.+++
8+
+++Big breaking upgrade changing the build system. Read the [version 2 to 3 upgrade guide](./UPGRADE-2-TO-3.md) for details.+++
99
1010
- Switched fully to npm for package retrieval, deprecating bower (pilz)
1111
- Introduce webpack to create the bundle and deprecate require.js (pilz)
12-
Read Upgrade-from-2-to-3.txt for details.
12+
Read [version 2 to 3 upgrade guide](./UPGRADE-2-TO-3.md) for details.
1313
- Tests are upgraded to Jasmine 2.8.0 syntax
1414
- Testrunner is now karma 1.7
1515
- Coverage reports are generated
1616
- Removed deprecated packages
17-
- jquery.tinymce
17+
- jquery.tinymce
1818
Very big and unmaintained. We have never advertised it so we don't include it anymore to clean up.
1919
- requirejs
2020
No longer required
@@ -30,7 +30,7 @@ Breaking Changes
3030
Has been superceeded by pat-validation and is no longer maintained.
3131
- fixed path to spectrum-colorpicker
3232
- fixed #512 by also setting the data-option-value attribute
33-
33+
3434
3535
## 2.1.2 - Aug. 29, 2017
3636
@@ -39,17 +39,17 @@ Breaking Changes
3939
4040
## 2.1.1 - Aug. 28, 2017
4141
42-
Fixes
42+
Fixes
4343
~~~~~
4444
4545
- 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)
46-
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
46+
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
4747
4848
4949
## 2.1.1 - Aug. 28, 2017
5050
5151
- 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)
52-
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
52+
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
5353
5454
## 2.1.0 - Jun. 26, 2017
5555

RELEASE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
## Update numbers
55

6-
First, update the version number in
6+
First, update the version number in
77
- bower.json
88
- package.json
99
- VERSION.txt (remove the -dev from the version number in VERSION.txt)
10-
- and add the date to changes.md
10+
- and add the date to CHANGES.md
1111

1212
git commit -m "Prepare release"
1313

@@ -51,7 +51,7 @@ First, update the version number in
5151
Run:
5252

5353
- npm login
54-
- npm version <update_type>
54+
- npm version <update_type>
5555
where update_type is patch, minor or major. See https://docs.npmjs.com/getting-started/publishing-npm-packages.
5656
- npm publish
5757

File renamed without changes.

0 commit comments

Comments
 (0)