Skip to content

Commit

Permalink
chore: mark v.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Jan 20, 2024
1 parent ccb908b commit bd45297
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.3.1-next",
"version":"0.3.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.3.1-next"
"playwright-crx":"0.3.1"
},
"devDependencies": {
"typescript": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "0.3.1",
"manifest_version": 3,
"icons": {
"16": "icon-16x16.png",
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.3.1-next",
"version":"0.3.1",
"type": "module",
"keywords": [],
"author": "",
Expand All @@ -9,7 +9,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"playwright-crx":"0.3.1-next"
"playwright-crx":"0.3.1"
},
"devDependencies": {
"typescript": "^5.1.3",
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.3.0",
"version": "0.3.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.3.1-next",
"version":"0.3.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.3.1-next",
"version": "0.3.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.3.0",
"version": "0.3.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
Expand Down

0 comments on commit bd45297

Please sign in to comment.