Skip to content

Commit

Permalink
3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Dec 20, 2022
1 parent 81d5bd1 commit 6786a17
Show file tree
Hide file tree
Showing 8 changed files with 19,896 additions and 3 deletions.
10,993 changes: 10,993 additions & 0 deletions dist/jquery.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jquery.min.map

Large diffs are not rendered by default.

8,894 changes: 8,894 additions & 0 deletions dist/jquery.slim.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/jquery.slim.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jquery.slim.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,12 +2,12 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "3.6.3-pre",
"version": "3.6.3",
"main": "dist/jquery.js",
"homepage": "https://jquery.com",
"author": {
"name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt"
"url": "https://github.com/jquery/jquery/blob/3.6.3/AUTHORS.txt"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -26,7 +26,7 @@ define( [
"use strict";

var
version = "@VERSION",
version = "3.6.3",

// Define a local copy of jQuery
jQuery = function( selector, context ) {
Expand Down

0 comments on commit 6786a17

Please sign in to comment.