From 31bc3f0d901dafa9367a4b677c2741f65ac4bcc9 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 8 Apr 2020 16:06:10 -0400 Subject: [PATCH 1/2] Add empty npmigore to try to get travis to deploy all the files (apparently it uses the .gitignore file rather than the package.files list). --- .npmignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ + From 5ccc38a3e095cea75f9113bd2a95767e7681657b Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 8 Apr 2020 16:07:32 -0400 Subject: [PATCH 2/2] Update version numbers --- package.json | 2 +- ts/components/global.ts | 2 +- ts/mathjax.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6ebb05f79..e5ff1785c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjax-full", - "version": "3.0.2", + "version": "3.0.3", "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the source code as well as the packaged components.", "license": "Apache-2.0", "main": "components/src/node-main/node-main.js", diff --git a/ts/components/global.ts b/ts/components/global.ts index a0fe2fc1a..a28b03954 100644 --- a/ts/components/global.ts +++ b/ts/components/global.ts @@ -123,7 +123,7 @@ if (typeof global.MathJax === 'undefined') { */ if (!(global.MathJax as MathJaxObject).version) { global.MathJax = { - version: '3.0.2', + version: '3.0.3', _: {}, config: global.MathJax }; diff --git a/ts/mathjax.ts b/ts/mathjax.ts index 0c5f6b4e0..1ffd717a4 100644 --- a/ts/mathjax.ts +++ b/ts/mathjax.ts @@ -34,7 +34,7 @@ export const mathjax = { /** * The MathJax version number */ - version: '3.0.2', + version: '3.0.3', /** * The list of registers document handlers