Skip to content

Commit cabf76f

Browse files
chore: release v3.0.2
1 parent 1155ed9 commit cabf76f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@condorhero/vuepress-plugin-export-pdf-monorepo",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "VuePress plugin I wrote",

packages/vuepress-plugin-export-pdf-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@condorhero/vuepress-plugin-export-pdf-core",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "The Core of VuePress and VitePress exports PDF plugin",
66
"author": "CondorHero",
77
"license": "MIT",

packages/vuepress-plugin-export-pdf-v1/example/vue-press/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-press",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"scripts": {
66
"docs:dev": "vuepress dev docs",

packages/vuepress-plugin-export-pdf-v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@condorhero/vuepress-plugin-export-pdf",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "VuePress 1.x plugin exports a PDF 📁.",
66
"author": "CondorHero",
77
"license": "MIT",

packages/vuepress-plugin-export-pdf-v2/example/vuepress-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-next",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "vuepress-next example",
66
"scripts": {

packages/vuepress-plugin-export-pdf-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@condorhero/vuepress-plugin-export-pdf-v2",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "VuePress 2.x plugin exports a PDF 📁.",
66
"author": "CondorHero",
77
"license": "MIT",

packages/vuepress-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@condorhero/vuepress-types",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": "true",
55
"description": "VuePress TypeScript helpers for 1.x",
66
"author": "CondorHero",

0 commit comments

Comments
 (0)