Skip to content

Commit

Permalink
chore: release v0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 8, 2022
1 parent bd92ca1 commit 1dbfda2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.34.2",
"version": "0.34.3",
"private": true,
"packageManager": "pnpm@7.4.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@slidev/client",
"version": "0.34.2",
"version": "0.34.3",
"description": "Presentation slides for developers",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-slidev",
"version": "0.34.2",
"version": "0.34.3",
"description": "Create starter template for Slidev",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/template/package.json
Expand Up @@ -7,7 +7,7 @@
"export": "slidev export"
},
"dependencies": {
"@slidev/cli": "^0.34.2",
"@slidev/cli": "^0.34.3",
"@slidev/theme-default": "*",
"@slidev/theme-seriph": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "create-slidev-theme",
"version": "0.34.2",
"version": "0.34.3",
"description": "Create starter theme template for Slidev",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-theme/template/package.json
Expand Up @@ -14,13 +14,13 @@
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@slidev/types": "^0.34.2",
"@slidev/types": "^0.34.3",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.3",
"theme-vitesse": "^0.4.10"
},
"devDependencies": {
"@slidev/cli": "^0.34.2"
"@slidev/cli": "^0.34.3"
},
"//": "Learn more: https://sli.dev/themes/write-a-theme.html",
"slidev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@slidev/parser",
"version": "0.34.2",
"version": "0.34.3",
"description": "Markdown parser for Slidev",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/slidev/package.json
@@ -1,6 +1,6 @@
{
"name": "@slidev/cli",
"version": "0.34.2",
"version": "0.34.3",
"description": "Presentation slides for developers",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@slidev/types",
"version": "0.34.2",
"version": "0.34.3",
"description": "Shared types declerations for Slidev",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 1dbfda2

Please sign in to comment.