Skip to content

Commit

Permalink
Bumps 0.2.1 (#186)
Browse files Browse the repository at this point in the history
* Bump genji-runtime to 0.2.1-beta.0

* Bumps genji-theme-vitepress to 0.2.1-beta.0

* Bumps to 0.2.1
  • Loading branch information
pearmini committed Apr 13, 2024
1 parent 1ac8390 commit f5fe94d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genji",
"version": "0.2.0",
"version": "0.2.1",
"description": "The interactive Markdown extension",
"packageManager": "pnpm@8.15.3",
"author": "https://github.com/pearmini",
Expand Down
5 changes: 3 additions & 2 deletions packages/genji-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "genji-runtime",
"version": "0.2.0",
"version": "0.2.1",
"description": "The runtime for Genji",
"type": "module",
"main": "src/index.js",
"files": [
"src"
"src",
"img"
],
"exports": {
".": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/genji-theme-vitepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genji-theme-vitepress",
"version": "0.1.3",
"version": "0.2.1",
"type": "module",
"description": "A VitePress theme to enable Genji interactive Markdown extension.",
"main": "src/client/Layout.vue",
Expand Down

0 comments on commit f5fe94d

Please sign in to comment.