Skip to content

Commit

Permalink
Bump Version to 0.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jicking authored Jul 8, 2024
1 parent 195e05a commit c14e79f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_NODE_ENV=DEV
VITE_NODE_APP_NAME=DEMO
VITE_NODE_APP_VERSION=0.1.0-beta
VITE_NODE_APP_VERSION=0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-react-demo",
"private": true,
"version": "0.1.0-beta",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
Expand Down
1 change: 0 additions & 1 deletion tests/preLoginNavigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { test } from '@playwright/test';

test('preLoginNavigation', async ({ page }) => {
await page.goto('/')
await page.getByText('DEV v0.1.0-beta', { exact: true }).click()
await page.getByRole('heading', { name: 'This is home page' }).click()
await page.getByRole('link', { name: 'Home' }).click()
await page.getByRole('heading', { name: 'This is home page' }).click()
Expand Down

0 comments on commit c14e79f

Please sign in to comment.