Skip to content

Commit

Permalink
chore: release v1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Sep 20, 2024
1 parent b31844c commit f7fd64b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "remark-magic-link",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "🔌 A remark plugin to turn {text} syntax into links, optionally with an icon",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"type": "module",
"author": "Aelita <https://github.com/xsjcTony>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./style.css": "./dist/style.css"
"./style.css": "./style.css"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -92,9 +92,9 @@
"remark": "^15.0.1",
"remark-magic-link": "1.0.0-beta.6",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"sass": "^1.79.1",
"sass": "^1.79.2",
"simple-git-hooks": "^2.11.1",
"to-vfile": "^8.0.0",
"tsx": "^4.19.1",
Expand Down

0 comments on commit f7fd64b

Please sign in to comment.