Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 6c136c4

Browse files
author
Steve Calvert
committed
Bumping version number to full major version due to breaking change with option.event removal
1 parent 7935406 commit 6c136c4

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
4.2.0
2-
- Adding `destroy` method
1+
5.0.0
2+
- Adding `destroy` method
3+
- Removing `event` option in favour of internalizing a namespaced event
34
4.1.2
45
- Moved gremlins.js dependency to devDependencies
56
4.1.1

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bellows",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"homepage": "https://github.com/mobify/bellows",
55
"authors": [
66
"Mobify <jobs@mobify.com>"

dist/bellows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Bellows.__super__.call(this, element, options, Bellows.DEFAULTS);
3434
}
3535

36-
Bellows.VERSION = '4.2.0';
36+
Bellows.VERSION = '5.0.0';
3737

3838
Bellows.DEFAULTS = {
3939
singleItemOpen: false,

dist/bellows.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type" : "git",
55
"url" : "https://github.com/mobify/bellows.git"
66
},
7-
"version": "4.2.0",
7+
"version": "5.0.0",
88
"description": "A mobile first accordion UI plugin",
99
"devDependencies": {
1010
"grunt": "~0.4.x",

0 commit comments

Comments
 (0)