Skip to content

Commit

Permalink
Bump version to: v1.20.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adblocker-bot committed May 4, 2021
1 parent e49f414 commit 268d861
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.20.4",
"version": "1.20.5",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/adblocker-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cliqz/adblocker-benchmarks",
"private": true,
"version": "1.20.4",
"version": "1.20.5",
"description": "Content blockers benchmark",
"author": {
"name": "Cliqz"
Expand All @@ -26,7 +26,7 @@
"adblock-rs": "^0.1.22"
},
"dependencies": {
"@cliqz/adblocker": "^1.20.4",
"@cliqz/adblocker": "^1.20.5",
"jsdom": "^16.0.1",
"sandboxed-module": "^2.0.3",
"tldts-experimental": "^5.6.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/adblocker-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-content",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker library (content-scripts helpers)",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-extended-selectors": "^1.20.4"
"@cliqz/adblocker-extended-selectors": "^1.20.5"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adblocker-electron-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cliqz/adblocker-electron-example",
"private": true,
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -60,7 +60,7 @@
}
],
"dependencies": {
"@cliqz/adblocker-electron": "^1.20.4",
"@cliqz/adblocker-electron": "^1.20.5",
"electron": "^11.x",
"node-fetch": "^2.6.0",
"ts-node": "^9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/adblocker-electron-preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-electron-preload",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker Electron wrapper preload script",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -36,7 +36,7 @@
"electron": "^11.x"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.20.4"
"@cliqz/adblocker-content": "^1.20.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/adblocker-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-electron",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker Electron wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -37,8 +37,8 @@
"electron": "^11.x"
},
"dependencies": {
"@cliqz/adblocker": "^1.20.4",
"@cliqz/adblocker-electron-preload": "^1.20.4",
"@cliqz/adblocker": "^1.20.5",
"@cliqz/adblocker-electron-preload": "^1.20.5",
"tldts-experimental": "^5.6.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-extended-selectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-extended-selectors",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker library (extended CSS selectors implementation)",
"author": {
"name": "Cliqz"
Expand Down
4 changes: 2 additions & 2 deletions packages/adblocker-playwright-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cliqz/adblocker-playwright-example",
"private": true,
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker PlayWright wrapper",
"author": {
"name": "Cliqz"
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-playwright": "^1.20.4",
"@cliqz/adblocker-playwright": "^1.20.5",
"node-fetch": "^2.6.0",
"playwright": "^1.x",
"ts-node": "^9.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/adblocker-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-playwright",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker Playwright wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -37,8 +37,8 @@
"playwright": "^1.x"
},
"dependencies": {
"@cliqz/adblocker": "^1.20.4",
"@cliqz/adblocker-content": "^1.20.4",
"@cliqz/adblocker": "^1.20.5",
"@cliqz/adblocker-content": "^1.20.5",
"tldts-experimental": "^5.6.21"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adblocker-puppeteer-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cliqz/adblocker-puppeteer-example",
"private": true,
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": {
"name": "Cliqz"
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-puppeteer": "^1.20.4",
"@cliqz/adblocker-puppeteer": "^1.20.5",
"node-fetch": "^2.6.0",
"puppeteer": "9.1.0",
"ts-node": "^9.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/adblocker-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-puppeteer",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -37,14 +37,16 @@
"puppeteer": "5.x || 6.x || 7.x || 8.x"
},
"dependencies": {
"@cliqz/adblocker": "^1.20.4",
"@cliqz/adblocker-content": "^1.20.4",
"@cliqz/adblocker": "^1.20.5",
"@cliqz/adblocker-content": "^1.20.5",
"tldts-experimental": "^5.6.21"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/express": "^4.17.11",
"@types/mocha": "^8.0.0",
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"puppeteer": "9.1.0",
Expand All @@ -53,9 +55,7 @@
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "^4.1.2",
"express": "^4.17.1",
"@types/express": "^4.17.11"
"typescript": "^4.1.2"
},
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions packages/adblocker-webextension-cosmetics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-webextension-cosmetics",
"version": "1.20.4",
"version": "1.20.5",
"description": "Enable cosmetics in WebExtension content blocker using Cliqz adblocker",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -92,7 +92,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.20.4",
"@cliqz/adblocker-extended-selectors": "^1.20.4"
"@cliqz/adblocker-content": "^1.20.5",
"@cliqz/adblocker-extended-selectors": "^1.20.5"
}
}
6 changes: 3 additions & 3 deletions packages/adblocker-webextension-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cliqz/adblocker-webextension-example",
"private": true,
"version": "1.20.4",
"version": "1.20.5",
"description": "Example of WebExtension adblocker using Cliqz",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-webextension": "^1.20.4",
"@cliqz/adblocker-webextension-cosmetics": "^1.20.4",
"@cliqz/adblocker-webextension": "^1.20.5",
"@cliqz/adblocker-webextension-cosmetics": "^1.20.5",
"webextension-polyfill-ts": "^0.25.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adblocker-webextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-webextension",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker WebExtension wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -51,8 +51,8 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@cliqz/adblocker": "^1.20.4",
"@cliqz/adblocker-content": "^1.20.4",
"@cliqz/adblocker": "^1.20.5",
"@cliqz/adblocker-content": "^1.20.5",
"tldts-experimental": "^5.6.21",
"webextension-polyfill-ts": "^0.25.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/adblocker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker",
"version": "1.20.4",
"version": "1.20.5",
"description": "Cliqz adblocker library",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -101,8 +101,8 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.20.4",
"@cliqz/adblocker-extended-selectors": "^1.20.4",
"@cliqz/adblocker-content": "^1.20.5",
"@cliqz/adblocker-extended-selectors": "^1.20.5",
"@remusao/guess-url-type": "^1.1.2",
"@remusao/small": "^1.1.2",
"@remusao/smaz": "^1.7.1",
Expand Down

0 comments on commit 268d861

Please sign in to comment.