Skip to content

Commit

Permalink
Bump version to: 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Harris Borawski committed Oct 4, 2019
1 parent dd6715c commit 5a051fa
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 50 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.0"
"version": "0.1.1"
}
96 changes: 52 additions & 44 deletions packages/extension/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,53 @@
{
"background": {
"persistent": true,
"scripts": ["background.js"]
},
"browser_action": {
"default_icon": {
"38": "logo.png"
}
},
"content_scripts": [
{
"all_frames": true,
"js": ["content_script.js"],
"match_about_blank": true,
"matches": ["<all_urls>"],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Test Automation for CG",
"icons": {
"128": "logo.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp/Qfsu01ICj2s3YBvGnGkLk2xQ2YEKu54M8RP/7zC5ZNajP2suqc4dtHIoPWXR3d+/Be46ERli2Vm0H24vy50UkK5hM51dpdyucCUtlrvyDrVBxVM82x6kdXXsmCvS4e/Bkuay1Hrmi2GGfp7TZRO0jlhBvLnPxuKHc3bhhrKIAziYNM3ukpiqpYnBC4MnrelpjWVkd/Ufb1NJRFvAj/MXb3TROSEYSuawt0VO8oUjO6JxT4923mU/eVV6iGi+XSqaqlQ56WNoNX6I6A30FetKm9wCAhdBm2hi2WfNKfrDCqYuopnyH2ZOOlchf9AIsZVzLtIxdBWsISKGZuVla8zQIDAQAB",
"manifest_version": 2,
"name": "Replay",
"offline_enabled": true,
"permissions": [
"webRequest",
"webRequestBlocking",
"nativeMessaging",
"storage",
"tabs",
"notifications",
"cookies",
"file:///*",
"http://*/*",
"https://*/*",
"<all_urls>"
],
"short_name": "Replay",
"version": "3.49.0",
"web_accessible_resources": ["content_script.js"]
}
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"38": "logo.png"
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content_script.js"
],
"match_about_blank": true,
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Test Automation for CG",
"icons": {
"128": "logo.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp/Qfsu01ICj2s3YBvGnGkLk2xQ2YEKu54M8RP/7zC5ZNajP2suqc4dtHIoPWXR3d+/Be46ERli2Vm0H24vy50UkK5hM51dpdyucCUtlrvyDrVBxVM82x6kdXXsmCvS4e/Bkuay1Hrmi2GGfp7TZRO0jlhBvLnPxuKHc3bhhrKIAziYNM3ukpiqpYnBC4MnrelpjWVkd/Ufb1NJRFvAj/MXb3TROSEYSuawt0VO8oUjO6JxT4923mU/eVV6iGi+XSqaqlQ56WNoNX6I6A30FetKm9wCAhdBm2hi2WfNKfrDCqYuopnyH2ZOOlchf9AIsZVzLtIxdBWsISKGZuVla8zQIDAQAB",
"manifest_version": 2,
"name": "Replay",
"offline_enabled": true,
"permissions": [
"webRequest",
"webRequestBlocking",
"nativeMessaging",
"storage",
"tabs",
"notifications",
"cookies",
"file:///*",
"http://*/*",
"https://*/*",
"<all_urls>"
],
"short_name": "Replay",
"version": "0.1.1",
"web_accessible_resources": [
"content_script.js"
]
}
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@replayweb/extension",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "Chrome extension for ReplayWeb",
"main": "./dist/app/main.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayweb/host",
"version": "0.1.0",
"version": "0.1.1",
"description": "Native Host for ReplayWeb extension",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testrunner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayweb/testrunner",
"version": "0.1.0",
"version": "0.1.1",
"description": "Run tests generated via ReplayWeb",
"main": "lib/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayweb/utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Common utilities for ReplayWeb and the ReplayWeb Test Runner",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 5a051fa

Please sign in to comment.