Skip to content

Commit

Permalink
Bump version to: v6.1.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Apr 19, 2024
1 parent 06ff124 commit 5f2a1b4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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",
"version": "6.1.17",
"version": "6.1.18",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion packages/tldts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-core",
"version": "6.1.17",
"version": "6.1.18",
"description": "tldts core primitives (internal module)",
"author": {
"name": "Rémi Berson"
Expand Down
6 changes: 3 additions & 3 deletions packages/tldts-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-experimental",
"version": "6.1.17",
"version": "6.1.18",
"description": "Library to work against complex domain names, subdomains and URIs.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -63,11 +63,11 @@
"rimraf": "^5.0.1",
"rollup": "^4.1.0",
"rollup-plugin-sourcemaps": "^0.6.1",
"tldts-tests": "^6.1.17",
"tldts-tests": "^6.1.18",
"typescript": "^5.0.4"
},
"dependencies": {
"tldts-core": "^6.1.17"
"tldts-core": "^6.1.18"
},
"keywords": [
"tld",
Expand Down
6 changes: 3 additions & 3 deletions packages/tldts-icann/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-icann",
"version": "6.1.17",
"version": "6.1.18",
"description": "Library to work against complex domain names, subdomains and URIs. Only contains ICANN section.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -63,11 +63,11 @@
"rimraf": "^5.0.1",
"rollup": "^4.1.0",
"rollup-plugin-sourcemaps": "^0.6.1",
"tldts-tests": "^6.1.17",
"tldts-tests": "^6.1.18",
"typescript": "^5.0.4"
},
"dependencies": {
"tldts-core": "^6.1.17"
"tldts-core": "^6.1.18"
},
"keywords": [
"tld",
Expand Down
4 changes: 2 additions & 2 deletions packages/tldts-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-tests",
"version": "6.1.17",
"version": "6.1.18",
"private": true,
"description": "tests for different tldts implementations",
"author": {
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"rimraf": "^5.0.1",
"tldts-utils": "^6.1.17",
"tldts-utils": "^6.1.18",
"ts-node": "^10.0.0",
"typescript": "^5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tldts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts-utils",
"version": "6.1.17",
"version": "6.1.18",
"private": true,
"description": "tldts internal utils (internal module)",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tldts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tldts",
"version": "6.1.17",
"version": "6.1.18",
"description": "Library to work against complex domain names, subdomains and URIs.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -66,11 +66,11 @@
"rimraf": "^5.0.1",
"rollup": "^4.1.0",
"rollup-plugin-sourcemaps": "^0.6.1",
"tldts-tests": "^6.1.17",
"tldts-tests": "^6.1.18",
"typescript": "^5.0.4"
},
"dependencies": {
"tldts-core": "^6.1.17"
"tldts-core": "^6.1.18"
},
"keywords": [
"tld",
Expand Down

0 comments on commit 5f2a1b4

Please sign in to comment.