Skip to content

Commit 590d338

Browse files
kevinccbsgclaude
andcommitted
chore(release): 1.8.0-beta.1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f3c7a00 commit 590d338

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/tutorial-example/public/mock-sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/twd-test-app/public/mock-sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vue-twd-example/public/mock-sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twd-js",
3-
"version": "1.8.0",
3+
"version": "1.8.0-beta.1",
44
"description": "Test While Developing (TWD) - in-browser testing",
55
"type": "module",
66
"license": "MIT",

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TWD_VERSION = '1.8.0';
1+
export const TWD_VERSION = '1.8.0-beta.1';

src/constants/version_cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TWD_VERSION = '1.8.0';
1+
export const TWD_VERSION = '1.8.0-beta.1';

0 commit comments

Comments
 (0)