Skip to content

Commit

Permalink
Merge pull request #28 from ruifigueira/release/0.7.0
Browse files Browse the repository at this point in the history
Release/0.7.1
  • Loading branch information
ruifigueira authored Jun 25, 2024
2 parents 6d55dec + 7aa33a0 commit 4cc5ea9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 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.7.0",
"version":"0.7.1",
"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.7.0"
"playwright-crx":"0.7.1"
},
"devDependencies": {
"typescript": "^5.1.3",
Expand Down
5 changes: 2 additions & 3 deletions examples/recorder-crx/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playwright CRX",
"version": "0.7.0",
"version": "0.7.1",
"manifest_version": 3,
"icons": {
"16": "icon-16x16.png",
Expand All @@ -23,6 +23,5 @@
"page": "options.html",
"open_in_tab": false
},
"permissions": ["debugger", "tabs", "contextMenus", "storage", "cookies"],
"host_permissions": ["<all_urls>"]
"permissions": ["debugger", "tabs", "contextMenus", "storage"]
}
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.7.0",
"version": "0.7.1",
"type": "module",
"keywords": [],
"author": "",
Expand All @@ -9,7 +9,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"playwright-crx": "0.7.0"
"playwright-crx": "0.7.1"
},
"devDependencies": {
"@types/chrome": "^0.0.266",
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc-crx/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playwright CRX - TodoMVC",
"version": "0.7.0",
"version": "0.7.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
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.7.0",
"version": "0.7.1",
"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.7.0",
"version": "0.7.1",
"keywords": [],
"author": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playwright CRX Tests",
"version": "0.7.0",
"version": "0.7.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
Expand Down

0 comments on commit 4cc5ea9

Please sign in to comment.