Skip to content

Commit

Permalink
chore(release): publish v1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Jan 16, 2020
1 parent aeca231 commit 7cdd308
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": {
"name": "Cliqz"
},
"version": "1.4.23",
"version": "1.4.24",
"license": "MPL-2.0",
"scripts": {
"clean": "rimraf main.js.map main.js",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish-github-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": {
"name": "Cliqz"
},
"version": "1.4.23",
"version": "1.4.24",
"license": "MPL-2.0",
"scripts": {
"clean": "rimraf main.js.map main.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.23",
"version": "1.4.24",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
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.4.23",
"version": "1.4.24",
"description": "Content blockers benchmark",
"author": {
"name": "Cliqz"
Expand All @@ -25,7 +25,7 @@
"adblock-rs": "^0.1.22"
},
"dependencies": {
"@cliqz/adblocker": "^1.4.23",
"@cliqz/adblocker": "^1.4.24",
"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": "1.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker circumvention for Chrome",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -78,6 +78,6 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.4.23"
"@cliqz/adblocker-content": "^1.4.24"
}
}
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": "1.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker library (content-scripts helpers)",
"author": {
"name": "Cliqz"
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.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -59,7 +59,7 @@
}
],
"dependencies": {
"@cliqz/adblocker-electron": "^1.4.23",
"@cliqz/adblocker-electron": "^1.4.24",
"electron": "^7.0.0",
"node-fetch": "^2.6.0",
"ts-node": "^8.3.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.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker Electron wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -37,8 +37,8 @@
"electron": "^7.0.0"
},
"dependencies": {
"@cliqz/adblocker": "^1.4.23",
"@cliqz/adblocker-content": "^1.4.23"
"@cliqz/adblocker": "^1.4.24",
"@cliqz/adblocker-content": "^1.4.24"
},
"devDependencies": {
"@types/chrome": "^0.0.91",
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.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": {
"name": "Cliqz"
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-puppeteer": "^1.4.23",
"@cliqz/adblocker-puppeteer": "^1.4.24",
"node-fetch": "^2.6.0",
"puppeteer": "^2.0.0",
"ts-node": "^8.3.0"
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": "1.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker Puppeteer wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -37,8 +37,8 @@
"puppeteer": "^2.0.0"
},
"dependencies": {
"@cliqz/adblocker": "^1.4.23",
"@cliqz/adblocker-content": "^1.4.23",
"@cliqz/adblocker": "^1.4.24",
"@cliqz/adblocker-content": "^1.4.24",
"@types/puppeteer": "^1.20.2",
"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": "1.4.23",
"version": "1.4.24",
"description": "Enable cosmetics in WebExtension content blocker using Cliqz adblocker",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -84,6 +84,6 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@cliqz/adblocker-content": "^1.4.23"
"@cliqz/adblocker-content": "^1.4.24"
}
}
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.4.23",
"version": "1.4.24",
"description": "Example of WebExtension adblocker using Cliqz",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/cliqz-oss/adblocker/issues"
},
"dependencies": {
"@cliqz/adblocker-webextension": "^1.4.23",
"@cliqz/adblocker-webextension-cosmetics": "^1.4.23"
"@cliqz/adblocker-webextension": "^1.4.24",
"@cliqz/adblocker-webextension-cosmetics": "^1.4.24"
},
"devDependencies": {
"@types/chrome": "^0.0.91",
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.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker WebExtension wrapper",
"author": {
"name": "Cliqz"
Expand Down Expand Up @@ -50,8 +50,8 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@cliqz/adblocker": "^1.4.23",
"@cliqz/adblocker-content": "^1.4.23",
"@cliqz/adblocker": "^1.4.24",
"@cliqz/adblocker-content": "^1.4.24",
"tldts-experimental": "^5.3.0"
},
"contributors": [
Expand Down
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": "1.4.23",
"version": "1.4.24",
"description": "Cliqz adblocker library",
"author": {
"name": "Cliqz"
Expand Down

0 comments on commit 7cdd308

Please sign in to comment.