Skip to content

Commit 0df9fb3

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent 2366c51 commit 0df9fb3

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

examples/nuxt-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/pyramation/LaTeX2JS/compare/[email protected]@2.1.0) (2020-06-12)
7+
8+
**Note:** Version bump only for package nuxt-app
9+
10+
11+
12+
13+
614
# 2.0.0 (2020-06-12)
715

816
**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": "2.0.0",
3+
"version": "2.1.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": "^2.0.0",
16+
"latex2vue": "^2.1.0",
1717
"nuxt": "^1.0.0"
1818
},
1919
"devDependencies": {

packages/latex2vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/pyramation/latex2js/compare/[email protected]@2.1.0) (2020-06-12)
7+
8+
**Note:** Version bump only for package latex2vue
9+
10+
11+
12+
13+
614
# 2.0.0 (2020-06-12)
715

816

packages/latex2vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex2vue",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Vue components for LaTeX2JS",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/latex2js/tree/master/packages/latex2vue#readme",
@@ -79,4 +79,4 @@
7979
"latex2js-mathjax": "^2.0.0",
8080
"latex2js-pstricks": "^2.0.0"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)