Skip to content

Commit 551abaf

Browse files
committed
Bump version to: v6.1.85 [skip ci]
1 parent d6907a2 commit 551abaf

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

packages/tldts-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-core",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"description": "tldts core primitives (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts-experimental/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-experimental",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -63,11 +63,11 @@
6363
"rimraf": "^5.0.1",
6464
"rollup": "^4.1.0",
6565
"rollup-plugin-sourcemaps": "^0.6.1",
66-
"tldts-tests": "^6.1.84",
66+
"tldts-tests": "^6.1.85",
6767
"typescript": "^5.0.4"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^6.1.84"
70+
"tldts-core": "^6.1.85"
7171
},
7272
"keywords": [
7373
"tld",

packages/tldts-icann/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-icann",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"description": "Library to work against complex domain names, subdomains and URIs. Only contains ICANN section.",
55
"author": {
66
"name": "Rémi Berson"
@@ -63,11 +63,11 @@
6363
"rimraf": "^5.0.1",
6464
"rollup": "^4.1.0",
6565
"rollup-plugin-sourcemaps": "^0.6.1",
66-
"tldts-tests": "^6.1.84",
66+
"tldts-tests": "^6.1.85",
6767
"typescript": "^5.0.4"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^6.1.84"
70+
"tldts-core": "^6.1.85"
7171
},
7272
"keywords": [
7373
"tld",

packages/tldts-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-tests",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"description": "tests for different tldts implementations",
55
"author": {
66
"name": "Rémi Berson"
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"rimraf": "^5.0.1",
54-
"tldts-utils": "^6.1.84",
54+
"tldts-utils": "^6.1.85",
5555
"ts-node": "^10.0.0",
5656
"typescript": "^5.0.4"
5757
},

packages/tldts-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-utils",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"description": "tldts internal utils (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts",
3-
"version": "6.1.84",
3+
"version": "6.1.85",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -66,11 +66,11 @@
6666
"rimraf": "^5.0.1",
6767
"rollup": "^4.1.0",
6868
"rollup-plugin-sourcemaps": "^0.6.1",
69-
"tldts-tests": "^6.1.84",
69+
"tldts-tests": "^6.1.85",
7070
"typescript": "^5.0.4"
7171
},
7272
"dependencies": {
73-
"tldts-core": "^6.1.84"
73+
"tldts-core": "^6.1.85"
7474
},
7575
"keywords": [
7676
"tld",

0 commit comments

Comments
 (0)