Skip to content

Commit 42f59e1

Browse files
authored
Merge pull request #1283 from mathjax/update/package
Update version to rc.1 and copyright dates
2 parents 9456d48 + f65ac27 commit 42f59e1

401 files changed

Lines changed: 431 additions & 431 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install packages
2626
run: |
27-
pnpm -s -r i
27+
pnpm -r i
2828
pnpm -s link:src
2929
3030
- name: Compile MathJax

components/bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*************************************************************
44
*
5-
* Copyright (c) 2018-2024 The MathJax Consortium
5+
* Copyright (c) 2018-2025 The MathJax Consortium
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

components/bin/copy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*************************************************************
44
*
5-
* Copyright (c) 2018-2024 The MathJax Consortium
5+
* Copyright (c) 2018-2025 The MathJax Consortium
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

components/bin/makeAll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*************************************************************
44
*
5-
* Copyright (c) 2018-2024 The MathJax Consortium
5+
* Copyright (c) 2018-2025 The MathJax Consortium
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

components/bin/pack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*************************************************************
44
*
5-
* Copyright (c) 2018-2024 The MathJax Consortium
5+
* Copyright (c) 2018-2025 The MathJax Consortium
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

components/bin/version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*************************************************************
44
*
5-
* Copyright (c) 2022-2024 The MathJax Consortium
5+
* Copyright (c) 2022-2025 The MathJax Consortium
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -48,8 +48,8 @@ const lines = `/*************************************************************
4848
*/
4949
5050
/**
51-
* @fileoverview The version of MathJax (used to tell what version a component
52-
* was compiled against).
51+
* @file The version of MathJax (used to tell what version a component
52+
* was compiled against).
5353
*
5454
* @author dpvc@mathjax.org (Davide Cervone)
5555
*/

components/mjs/dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************
22
*
3-
* Copyright (c) 2019-2024 The MathJax Consortium
3+
* Copyright (c) 2019-2025 The MathJax Consortium
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

components/mjs/fullpath.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************
22
*
3-
* Copyright (c) 2023-2024 The MathJax Consortium
3+
* Copyright (c) 2023-2025 The MathJax Consortium
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

components/mjs/node-main/node-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************
22
*
3-
* Copyright (c) 2019-2024 The MathJax Consortium
3+
* Copyright (c) 2019-2025 The MathJax Consortium
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

components/mjs/source-lab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************
22
*
3-
* Copyright (c) 2019-2024 The MathJax Consortium
3+
* Copyright (c) 2019-2025 The MathJax Consortium
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)