Skip to content

Commit 17b1fdd

Browse files
committed
build 1.2.2
1 parent d147327 commit 17b1fdd

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.2 / 2013-07-28
2+
3+
* [CHANGE] Added ThemeRoller switcher to demo page.
4+
15
# 1.2.0 / 2013-07-04
26

37
* [FEATURE] Added `data` option for menu entries (Francis Rath).

jquery.ui-contextmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
$.widget("moogle.contextmenu", {
21-
version: "1.2.0",
21+
version: "1.2.2",
2222
options: {
2323
delegate: null, // selector
2424
hide: { effect: "fadeOut", duration: "fast"},

jquery.ui-contextmenu.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
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-contextmenu",
3-
"version": "1.2.0",
3+
"version": "1.2.2",
44

55
"title": "jQuery UI context menu plugin",
66
"description": "Turn a jQuery UI Menu widget into a contextmenu.",

ui-contextmenu.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-contextmenu",
3-
"version": "1.2.0",
3+
"version": "1.2.2",
44

55
"title": "jQuery UI context menu plugin",
66
"description": "Turn a jQuery UI Menu widget into a contextmenu.",

0 commit comments

Comments
 (0)