Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52748b1 commit 90363fbCopy full SHA for 90363fb
History.md
@@ -1,5 +1,7 @@
1
# master
2
3
+# 6.0.1
4
+
5
* Fix "define is not defined" issue in `core.js`
6
7
# 6.0.0
VERSIONS.md
@@ -2,6 +2,7 @@
| Gem | jQuery UI |
|--------|-----------|
+| 6.0.1 | 1.12.1 |
| 6.0.0 | 1.12.1 |
| 5.0.5 | 1.11.4 |
8
| 5.0.4 | 1.11.3 |
lib/jquery/ui/rails/version.rb
@@ -1,7 +1,7 @@
module Jquery
module Ui
module Rails
- VERSION = "6.0.0"
+ VERSION = "6.0.1"
JQUERY_UI_VERSION = "1.12.1"
end
0 commit comments