Skip to content

Commit

Permalink
Release v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Aug 16, 2019
1 parent d261282 commit ca2e69c
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.13.1"
"version": "0.13.2"
}
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": "0.13.1",
"version": "0.13.2",
"description": "Content blockers benchmark",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand All @@ -23,7 +23,7 @@
"adblock-rs": "^0.1.22"
},
"dependencies": {
"@cliqz/adblocker": "^0.13.1",
"@cliqz/adblocker": "^0.13.2",
"jsdom": "^15.1.1",
"sandboxed-module": "^2.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/adblocker-circumvention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-circumvention",
"version": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker circumvention for Chrome",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@cliqz/adblocker-content": "^0.13.1"
"@cliqz/adblocker-content": "^0.13.2"
}
}
2 changes: 1 addition & 1 deletion packages/adblocker-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker-content",
"version": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker library (content-scripts helpers)",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
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": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-electron": "^0.13.1",
"@cliqz/adblocker-electron": "^0.13.2",
"@types/node-fetch": "^2.5.0",
"electron": "^6.0.1",
"node-fetch": "^2.6.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": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker Electron wrapper",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand Down Expand Up @@ -35,8 +35,8 @@
"electron": "^6.0.1"
},
"dependencies": {
"@cliqz/adblocker": "^0.13.1",
"@cliqz/adblocker-content": "^0.13.1"
"@cliqz/adblocker": "^0.13.2",
"@cliqz/adblocker-content": "^0.13.2"
},
"devDependencies": {
"jest": "^24.8.0",
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": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-puppeteer": "^0.13.1",
"@cliqz/adblocker-puppeteer": "^0.13.2",
"puppeteer": "^1.18.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
Expand Down
6 changes: 3 additions & 3 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": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand Down Expand Up @@ -35,8 +35,8 @@
"puppeteer": "^1.18.1"
},
"dependencies": {
"@cliqz/adblocker": "^0.13.1",
"@cliqz/adblocker-content": "^0.13.1",
"@cliqz/adblocker": "^0.13.2",
"@cliqz/adblocker-content": "^0.13.2",
"@types/puppeteer": "^1.12.4",
"tldts-experimental": "^5.3.0"
},
Expand Down
4 changes: 2 additions & 2 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": "0.13.1",
"version": "0.13.2",
"description": "Enable cosmetics in WebExtension content blocker using Cliqz adblocker",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand Down Expand Up @@ -45,6 +45,6 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@cliqz/adblocker-content": "^0.13.1"
"@cliqz/adblocker-content": "^0.13.2"
}
}
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": "0.13.1",
"version": "0.13.2",
"description": "Example of WebExtension adblocker using Cliqz",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand All @@ -27,8 +27,8 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-webextension": "^0.13.1",
"@cliqz/adblocker-webextension-cosmetics": "^0.13.1"
"@cliqz/adblocker-webextension": "^0.13.2",
"@cliqz/adblocker-webextension-cosmetics": "^0.13.2"
},
"devDependencies": {
"@types/chrome": "^0.0.88",
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": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker WebExtension wrapper",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand Down Expand Up @@ -45,8 +45,8 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@cliqz/adblocker": "^0.13.1",
"@cliqz/adblocker-content": "^0.13.1",
"@cliqz/adblocker": "^0.13.2",
"@cliqz/adblocker-content": "^0.13.2",
"tldts-experimental": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/adblocker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker",
"version": "0.13.1",
"version": "0.13.2",
"description": "Cliqz adblocker library",
"author": "Cliqz",
"homepage": "https://github.com/cliqz-oss/adblocker#readme",
Expand Down

0 comments on commit ca2e69c

Please sign in to comment.