Skip to content

Commit

Permalink
chore: release v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
condorheroblog committed May 11, 2024
1 parent 869ab51 commit e4960a2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@condorhero/vuepress-plugin-export-pdf-monorepo",
"type": "module",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"packageManager": "[email protected]",
"description": "VuePress plugin I wrote",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-export-pdf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@condorhero/vuepress-plugin-export-pdf-core",
"type": "module",
"version": "3.0.2",
"version": "3.0.3",
"description": "The Core of VuePress and VitePress exports PDF plugin",
"author": "CondorHero",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-press",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-export-pdf-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@condorhero/vuepress-plugin-export-pdf",
"type": "module",
"version": "3.0.2",
"version": "3.0.3",
"description": "VuePress 1.x plugin exports a PDF 📁.",
"author": "CondorHero",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-next",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "vuepress-next example",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-export-pdf-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@condorhero/vuepress-plugin-export-pdf-v2",
"type": "module",
"version": "3.0.2",
"version": "3.0.3",
"description": "VuePress 2.x plugin exports a PDF 📁.",
"author": "CondorHero",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@condorhero/vuepress-types",
"version": "3.0.2",
"version": "3.0.3",
"private": "true",
"description": "VuePress TypeScript helpers for 1.x",
"author": "CondorHero",
Expand Down

0 comments on commit e4960a2

Please sign in to comment.