Skip to content

Commit 4d1e195

Browse files
committed
Update version to 4.0.0-rc.3 and latest SRE
1 parent 100a97e commit 4d1e195

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathjax/src",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"description": "Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers and in server-side node applications. This package includes the source code as well as the packaged components.",
55
"keywords": [
66
"MathJax",
@@ -167,9 +167,9 @@
167167
]
168168
},
169169
"dependencies": {
170-
"@mathjax/mathjax-newcm-font": "4.0.0-rc.3",
170+
"@mathjax/mathjax-newcm-font": "4.0.0-rc.4",
171171
"mhchemparser": "^4.2.1",
172172
"mj-context-menu": "^0.9.1",
173-
"speech-rule-engine": "5.0.0-alpha.7"
173+
"speech-rule-engine": "5.0.0-alpha.8"
174174
}
175175
}

pnpm-lock.yaml

Lines changed: 17 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/components/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
* @author [email protected] (Davide Cervone)
2323
*/
2424

25-
export const VERSION = '4.0.0-rc.3';
25+
export const VERSION = '4.0.0-rc.4';

0 commit comments

Comments
 (0)