Skip to content

Commit

Permalink
4.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Feb 6, 2024
1 parent b507c86 commit 49b5512
Show file tree
Hide file tree
Showing 15 changed files with 33,198 additions and 4 deletions.
9,699 changes: 9,699 additions & 0 deletions dist-module/jquery.module.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6,884 changes: 6,884 additions & 0 deletions dist-module/jquery.slim.module.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

9,707 changes: 9,707 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.

6,892 changes: 6,892 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.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "4.0.0-pre",
"version": "4.0.0-beta",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"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/4.0.0-beta/AUTHORS.txt"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -13,7 +13,7 @@ import { support } from "./var/support.js";
import { isArrayLike } from "./core/isArrayLike.js";
import { DOMEval } from "./core/DOMEval.js";

var version = "@VERSION",
var version = "4.0.0-beta",

rhtmlSuffix = /HTML$/i,

Expand Down

0 comments on commit 49b5512

Please sign in to comment.