Skip to content

Commit

Permalink
release: v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jul 7, 2024
1 parent 01010d5 commit 89cb4f7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions e2e/theme-yun/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ test.describe('Theme Yun', () => {
await expect(page.locator('.yun-search-input')).toHaveCount(0)
})
})

test.describe('Theme Yun - Post', () => {
test.beforeEach(async ({ page }) => {
await page.goto('/posts/hello-valaxy')
})

test('sidebar', async ({ page }) => {
await expect(page.locator('.sidebar')).toBeVisible()
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valaxyjs/monorepo",
"type": "module",
"version": "0.18.10",
"version": "0.19.0",
"private": true,
"packageManager": "[email protected]",
"description": "📄 Vite & Vue powered static blog generator.",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-valaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-valaxy",
"type": "module",
"version": "0.18.10",
"version": "0.19.0",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-valaxy/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "0.18.10",
"valaxy-theme-yun": "0.18.10"
"valaxy": "0.19.0",
"valaxy-theme-yun": "0.19.0"
},
"devDependencies": {
"typescript": "^5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valaxyjs/devtools",
"type": "module",
"version": "0.18.10",
"version": "0.19.0",
"repository": {
"url": "https://github.com/YunYouJun/valaxy"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy-theme-press/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valaxy-theme-press",
"version": "0.18.10",
"version": "0.19.0",
"description": "Docs Theme for Valaxy",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy-theme-yun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valaxy-theme-yun",
"version": "0.18.10",
"version": "0.19.0",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valaxy",
"type": "module",
"version": "0.18.10",
"version": "0.19.0",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "[email protected]",
Expand Down

1 comment on commit 89cb4f7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://668ad853b0d2292cd93b8d5a--valaxy.netlify.app

Please sign in to comment.