Skip to content

Commit

Permalink
Preparing for v6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Feb 3, 2023
1 parent b7ead29 commit 5c29a8d
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/ethers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = "6.0.0-beta-exports.16";
const version = "6.0.0";

/**
* Property helper functions.
Expand Down
2 changes: 1 addition & 1 deletion dist/ethers.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ethers.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wordlists-extra.js

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

2 changes: 1 addition & 1 deletion dist/wordlists-extra.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wordlists-extra.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs.wrm/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const subtitle = (function(version) {
export default {
title, subtitle,

prefix: "v6-beta",
prefix: "v6",

contextify: function(context) {
Object.assign(context, ethers);
Expand All @@ -42,7 +42,7 @@ export default {
};
},

srcBaseUrl: "https:/\/github.com/ethers-io/ethers.js/blob/v6-beta-exports/src.ts/{FILENAME}#L{LINENO}",
srcBaseUrl: "https:/\/github.com/ethers-io/ethers.js/blob/main/src.ts/{FILENAME}#L{LINENO}",
getTimestamp: function(path) {
return getModifiedTime(path);
},
Expand Down
2 changes: 1 addition & 1 deletion lib.commonjs/_version.js

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

2 changes: 1 addition & 1 deletion lib.commonjs/_version.js.map

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

2 changes: 1 addition & 1 deletion lib.esm/_version.js

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

2 changes: 1 addition & 1 deletion lib.esm/_version.js.map

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
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"name": "ethers",
"publishConfig": {
"access": "public",
"tag": "beta-exports"
"tag": "latest"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -136,5 +136,5 @@
"sideEffects": false,
"type": "module",
"types": "./types/index.d.ts",
"version": "6.0.0-beta-exports.16"
"version": "6.0.0"
}
2 changes: 1 addition & 1 deletion src.ts/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = "6.0.0-beta-exports.16";
export const version: string = "6.0.0";
2 changes: 1 addition & 1 deletion types/_version.d.ts.map

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

0 comments on commit 5c29a8d

Please sign in to comment.