Skip to content

File tree

24 files changed

+484
-36
lines changed

24 files changed

+484
-36
lines changed

examples/nuxt-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
**Note:** Version bump only for package nuxt-app

examples/nuxt-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-app",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Nuxt.js project",
55
"author": "Dan Lynch <[email protected]>",
66
"private": true,
@@ -13,7 +13,7 @@
1313
"precommit": "npm run lint"
1414
},
1515
"dependencies": {
16-
"latex2vue": "^1.2.0",
16+
"latex2vue": "^2.0.0",
1717
"nuxt": "^1.0.0"
1818
},
1919
"devDependencies": {

examples/react-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2020-06-12)
7+
8+
**Note:** Version bump only for package react-app

examples/react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-app",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"latex2react": "^1.2.0",
6+
"latex2react": "^2.0.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
99
"react-scripts": "1.1.1"

packages/latex2html5/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
9+
10+
## 1.1.3 (2018-03-08)
11+
12+
13+
14+
## 1.1.2 (2018-03-08)
15+
16+
17+
18+
## 1.1.1 (2018-03-08)
19+
20+
21+
22+
# 1.1.0 (2018-03-08)
23+
24+
25+
26+
## 1.0.11 (2018-03-08)
27+
28+
29+
30+
## 1.0.10 (2018-03-08)
31+
32+
33+
34+
## 1.0.9 (2018-03-08)
35+
36+
37+
38+
## 1.0.8 (2018-03-07)
39+
40+
41+
42+
## 1.0.7 (2018-03-07)
43+
44+
45+
46+
## 1.0.6 (2018-03-07)
47+
48+
**Note:** Version bump only for package latex2html5

packages/latex2html5/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2html5",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "Author interactive math equations and diagrams online using LaTeX and PSTricks",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/latex2js/tree/master/packages/latex2html5#readme",
@@ -65,9 +65,9 @@
6565
"dependencies": {
6666
"@babel/runtime": "^7.4.2",
6767
"d3": "^4.13.0",
68-
"latex2js": "^1.2.0",
69-
"latex2js-macros": "^1.1.5",
70-
"latex2js-mathjax": "^1.1.5",
71-
"latex2js-pstricks": "^1.2.0"
68+
"latex2js": "^2.0.0",
69+
"latex2js-macros": "^2.0.0",
70+
"latex2js-mathjax": "^2.0.0",
71+
"latex2js-pstricks": "^2.0.0"
7272
}
7373
}

packages/latex2js-macros/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
9+
10+
## 1.1.3 (2018-03-08)
11+
12+
**Note:** Version bump only for package latex2js-macros

packages/latex2js-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2js-macros",
3-
"version": "1.1.5",
3+
"version": "2.0.0",
44
"description": "latex2js macros",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/latex2js/tree/master/packages/latex2js-macros#readme",
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
9+
10+
# 1.1.0 (2018-03-08)
11+
12+
13+
14+
## 1.0.5 (2018-03-07)
15+
16+
17+
18+
## 0.1.10 (2018-03-07)
19+
20+
21+
22+
## 0.0.30 (2018-03-07)
23+
24+
25+
26+
## 0.0.29 (2018-03-07)
27+
28+
29+
30+
## 0.0.28 (2018-03-07)
31+
32+
33+
34+
## 0.0.27 (2018-03-07)
35+
36+
**Note:** Version bump only for package latex2js-mathjax

packages/latex2js-mathjax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2js-mathjax",
3-
"version": "1.1.5",
3+
"version": "2.0.0",
44
"description": "MathJax utilities for LaTeX2JS",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/latex2js/tree/master/packages/latex2js-mathjax#readme",
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
9+
10+
## 1.1.2 (2018-03-08)
11+
12+
13+
14+
# 1.1.0 (2018-03-08)
15+
16+
17+
18+
## 1.0.5 (2018-03-07)
19+
20+
21+
22+
## 1.0.4 (2018-03-07)
23+
24+
25+
26+
## 1.0.3 (2018-03-07)
27+
28+
29+
30+
## 1.0.2 (2018-03-07)
31+
32+
33+
34+
## 1.0.1 (2018-03-07)
35+
36+
37+
38+
# 1.0.0 (2018-03-07)
39+
40+
41+
42+
## 0.1.19 (2018-03-07)
43+
44+
45+
46+
## 0.1.18 (2018-03-07)
47+
48+
49+
50+
## 0.1.14 (2018-03-07)
51+
52+
53+
54+
## 0.1.10 (2018-03-07)
55+
56+
57+
58+
## 0.1.8 (2018-03-07)
59+
60+
61+
62+
## 0.1.7 (2018-03-07)
63+
64+
65+
66+
## 0.1.6 (2018-03-07)
67+
68+
69+
70+
## 0.1.5 (2018-03-07)
71+
72+
73+
74+
## 0.0.34 (2018-03-07)
75+
76+
77+
78+
## 0.0.33 (2018-03-07)
79+
80+
81+
82+
## 0.0.26 (2018-03-07)
83+
84+
85+
86+
## 0.0.25 (2018-03-07)
87+
88+
89+
90+
## 0.0.24 (2018-03-07)
91+
92+
93+
94+
## 0.0.22 (2018-03-07)
95+
96+
97+
98+
## 0.0.20 (2018-03-07)
99+
100+
**Note:** Version bump only for package latex2js-pstricks

packages/latex2js-pstricks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2js-pstricks",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "PSTricks extension for LaTeX2JS",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/latex2js/tree/master/packages/latex2js-pstricks#readme",
@@ -63,8 +63,8 @@
6363
"dependencies": {
6464
"@babel/runtime": "^7.4.2",
6565
"d3": "^4.13.0",
66-
"latex2js-settings": "^1.1.5",
67-
"latex2js-utils": "^1.1.4",
66+
"latex2js-settings": "^2.0.0",
67+
"latex2js-utils": "^2.0.0",
6868
"underscore": "1.5.2"
6969
}
70-
}
70+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
9+
10+
# 1.1.0 (2018-03-08)
11+
12+
13+
14+
## 1.0.5 (2018-03-07)
15+
16+
17+
18+
## 0.1.19 (2018-03-07)
19+
20+
21+
22+
## 0.0.26 (2018-03-07)
23+
24+
25+
26+
## 0.0.21 (2018-03-07)
27+
28+
**Note:** Version bump only for package latex2js-settings

packages/latex2js-settings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2js-settings",
3-
"version": "1.1.5",
3+
"version": "2.0.0",
44
"description": "LaTeX/PSTricks settings types for LaTeX2JS",
55
"author": "[email protected]",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"build": "rm -rf ./build && tsc"
2323
},
2424
"dependencies": {
25-
"latex2js-utils": "^1.1.4"
25+
"latex2js-utils": "^2.0.0"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^8.0.0",

packages/latex2js-utils/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2020-06-12)
7+
8+
9+
10+
## 1.0.5 (2018-03-07)
11+
12+
13+
14+
## 0.0.19 (2018-03-07)
15+
16+
**Note:** Version bump only for package latex2js-utils

packages/latex2js-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2js-utils",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
44
"description": "latex2js utils",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/latex2js/tree/master/packages/latex2js-utils#readme",
@@ -72,4 +72,4 @@
7272
"@babel/runtime": "^7.4.2",
7373
"underscore": "1.5.2"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)