Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Sep 2, 2023
1 parent e0e8428 commit 3cdbd78
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.15.0"
"version": "0.15.1"
}
4 changes: 2 additions & 2 deletions packages/docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ sponsors:
---

::: slot heroText
An <b class="gradient">Elegant</b> VuePress Theme
A <b class="gradient">"Post-VuePress Era"</b> Theme
:::

::: slot tagline
A VuePress 1.x theme inspired by `@vue/theme`, fully compatible with VuePress default theme.
An elegant theme fully compatible with VuePress default theme,
:::

::: slot footer
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "docs",
"version": "0.15.0",
"version": "0.15.1",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp"
},
"devDependencies": {
"vuepress": "1.9.9",
"vuepress-theme-vt": "0.15.0"
"vuepress-theme-vt": "0.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "i18n",
"version": "0.15.0",
"version": "0.15.1",
"description": "A VuePress implementation for VitePress theme @vue/theme, fully compatible with VuePress default theme.",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vt",
"version": "0.15.0",
"version": "0.15.1",
"description": "Scaffolding a VuePress website with vuepress-theme-vt.",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vuepress-docs",
"version": "0.15.0",
"version": "0.15.1",
"description": "docs of VuePress",
"keywords": [
"documentation",
Expand All @@ -23,6 +23,6 @@
"vue-toasted": "^1.1.25",
"vuepress": "1.9.9",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-vt": "0.15.0"
"vuepress-theme-vt": "0.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/vuepress-theme-vt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-vt",
"version": "0.15.0",
"version": "0.15.1",
"description": "A \"Post-VuePress Era\" Documentation Theme",
"keywords": [
"documentation",
Expand Down

0 comments on commit 3cdbd78

Please sign in to comment.