Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Jul 21, 2023
1 parent 04a0258 commit e1c317d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "carta",
"type": "module",
"module": "esnext",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/carta-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./light.css": "./dist/light.css",
"./dark.css": "./dist/dark.css"
},
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"typescript-cp": "^0.1.8"
},
"peerDependencies": {
"carta-md": "^2.0.0",
"carta-md": "^2.0.1",
"marked": "^4.3.0"
},
"files": [
"dist"
],
"version": "2.0.0",
"version": "2.0.1",
"dependencies": {
"marked-highlight": "^2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartamd/plugin-emoji",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"svelte": "^3.54.0",
"carta-md": "^2.0.0",
"carta-md": "^2.0.1",
"marked": "^4.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"carta-md": "^2.0.0",
"carta-md": "^2.0.1",
"katex": "^0.16.7",
"marked": "^4.3.0"
},
Expand All @@ -33,7 +33,7 @@
"dependencies": {
"katex": "^0.16.7"
},
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"carta",
"markdown",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-slash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartamd/plugin-slash",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"svelte": "^3.54.0",
"carta-md": "^2.0.0"
"carta-md": "^2.0.1"
},
"devDependencies": {
"carta-md": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tikz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"vite-raw-plugin": "^1.0.2"
},
"peerDependencies": {
"carta-md": "^2.0.0",
"carta-md": "^2.0.1",
"marked": "^4.3.0"
},
"files": [
"dist"
],
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"carta",
"markdown",
Expand Down

0 comments on commit e1c317d

Please sign in to comment.