Skip to content

Commit

Permalink
Bump version to: v5.6.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Apr 24, 2020
1 parent 1400f73 commit 035d28d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "5.6.23"
"version": "5.6.24"
}
4 changes: 2 additions & 2 deletions packages/tldts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-core",
"version": "5.6.23",
"version": "5.6.24",
"description": "tldts core primitives (internal module)",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -50,6 +50,7 @@
"test": "nyc mocha --config ../../.mocharc.js"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.1.0",
Expand All @@ -58,7 +59,6 @@
"nyc": "^15.0.1",
"rimraf": "^3.0.0",
"rollup": "^2.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-sourcemaps": "^0.5.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/tldts-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-experimental",
"version": "5.6.23",
"version": "5.6.24",
"description": "Library to work against complex domain names, subdomains and URIs.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -51,6 +51,7 @@
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.25.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.1.0",
Expand All @@ -59,15 +60,14 @@
"nyc": "^15.0.1",
"rimraf": "^3.0.0",
"rollup": "^2.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-sourcemaps": "^0.5.0",
"tldts-tests": "^5.6.23",
"tldts-tests": "^5.6.24",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.2"
},
"dependencies": {
"tldts-core": "^5.6.23"
"tldts-core": "^5.6.24"
},
"keywords": [
"tld",
Expand Down
2 changes: 1 addition & 1 deletion packages/tldts-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-tests",
"version": "5.6.23",
"version": "5.6.24",
"private": true,
"description": "tests for different tldts implementations",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions packages/tldts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts",
"version": "5.6.23",
"version": "5.6.24",
"description": "Library to work against complex domain names, subdomains and URIs.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -54,6 +54,7 @@
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.25.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.1.0",
Expand All @@ -62,15 +63,14 @@
"nyc": "^15.0.1",
"rimraf": "^3.0.0",
"rollup": "^2.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-sourcemaps": "^0.5.0",
"tldts-tests": "^5.6.23",
"tldts-tests": "^5.6.24",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.2"
},
"dependencies": {
"tldts-core": "^5.6.23"
"tldts-core": "^5.6.24"
},
"keywords": [
"tld",
Expand Down

0 comments on commit 035d28d

Please sign in to comment.