Skip to content

Commit

Permalink
chore: mark 0.0.4-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Oct 21, 2023
1 parent 018b0ed commit 141a15d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/recorder-crx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recorder-crx",
"version": "0.0.4-next",
"version": "0.0.4-rc1",
"type": "module",
"keywords": [],
"author": "",
Expand All @@ -9,7 +9,7 @@
"build": "tsc && vite build && vite --config vite.recorder.config.ts build"
},
"dependencies": {
"playwright-crx": "0.0.4-next"
"playwright-crx": "0.0.4-rc1"
},
"devDependencies": {
"typescript": "^5.1.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/todomvc-crx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todomvc-crx",
"version": "0.0.4-next",
"version": "0.0.4-rc1",
"type": "module",
"keywords": [],
"author": "",
Expand All @@ -9,7 +9,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"playwright-crx": "0.0.4-next"
"playwright-crx": "0.0.4-rc1"
},
"devDependencies": {
"typescript": "^5.1.3",
Expand Down
14 changes: 7 additions & 7 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,6 +1,6 @@
{
"name": "playwright-crx",
"version": "0.0.4-next",
"version": "0.0.4-rc1",
"engines": {
"node": ">=16"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-crx-tests",
"version": "0.0.4-next",
"version": "0.0.4-rc1",
"keywords": [],
"author": "",
"scripts": {
Expand Down

0 comments on commit 141a15d

Please sign in to comment.