Skip to content

Commit 59a8688

Browse files
committed
Bump version to: v7.0.26 [skip ci]
1 parent 34853ce commit 59a8688

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

packages/tldts-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-core",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
44
"description": "tldts core primitives (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts-experimental/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-experimental",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
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": "^6.1.2",
6464
"rollup": "^4.57.1",
6565
"rollup-plugin-sourcemaps2": "^0.5.4",
66-
"tldts-tests": "^7.0.25",
66+
"tldts-tests": "^7.0.26",
6767
"typescript": "^5.9.3"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^7.0.25"
70+
"tldts-core": "^7.0.26"
7171
},
7272
"keywords": [
7373
"tld",

packages/tldts-icann/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-icann",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
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": "^6.1.2",
6464
"rollup": "^4.57.1",
6565
"rollup-plugin-sourcemaps2": "^0.5.4",
66-
"tldts-tests": "^7.0.25",
66+
"tldts-tests": "^7.0.26",
6767
"typescript": "^5.9.3"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^7.0.25"
70+
"tldts-core": "^7.0.26"
7171
},
7272
"keywords": [
7373
"tld",

packages/tldts-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-tests",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
44
"description": "tests for different tldts implementations",
55
"author": {
66
"name": "Rémi Berson"
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@types/node": "^25.1.0",
5454
"rimraf": "^6.1.2",
55-
"tldts-utils": "^7.0.25",
55+
"tldts-utils": "^7.0.26",
5656
"ts-node": "^10.9.2",
5757
"typescript": "^5.9.3"
5858
},

packages/tldts-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-utils",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
44
"description": "tldts internal utils (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts",
3-
"version": "7.0.25",
3+
"version": "7.0.26",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -64,11 +64,11 @@
6464
"rimraf": "^6.1.2",
6565
"rollup": "^4.57.1",
6666
"rollup-plugin-sourcemaps2": "^0.5.4",
67-
"tldts-tests": "^7.0.25",
67+
"tldts-tests": "^7.0.26",
6868
"typescript": "^5.9.3"
6969
},
7070
"dependencies": {
71-
"tldts-core": "^7.0.25"
71+
"tldts-core": "^7.0.26"
7272
},
7373
"keywords": [
7474
"tld",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8590,7 +8590,7 @@ __metadata:
85908590
languageName: node
85918591
linkType: hard
85928592

8593-
"tldts-core@npm:^7.0.25, tldts-core@workspace:packages/tldts-core":
8593+
"tldts-core@npm:^7.0.26, tldts-core@workspace:packages/tldts-core":
85948594
version: 0.0.0-use.local
85958595
resolution: "tldts-core@workspace:packages/tldts-core"
85968596
dependencies:
@@ -8625,8 +8625,8 @@ __metadata:
86258625
rimraf: "npm:^6.1.2"
86268626
rollup: "npm:^4.57.1"
86278627
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8628-
tldts-core: "npm:^7.0.25"
8629-
tldts-tests: "npm:^7.0.25"
8628+
tldts-core: "npm:^7.0.26"
8629+
tldts-tests: "npm:^7.0.26"
86308630
typescript: "npm:^5.9.3"
86318631
languageName: unknown
86328632
linkType: soft
@@ -8647,8 +8647,8 @@ __metadata:
86478647
rimraf: "npm:^6.1.2"
86488648
rollup: "npm:^4.57.1"
86498649
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8650-
tldts-core: "npm:^7.0.25"
8651-
tldts-tests: "npm:^7.0.25"
8650+
tldts-core: "npm:^7.0.26"
8651+
tldts-tests: "npm:^7.0.26"
86528652
typescript: "npm:^5.9.3"
86538653
languageName: unknown
86548654
linkType: soft
@@ -8672,7 +8672,7 @@ __metadata:
86728672
languageName: unknown
86738673
linkType: soft
86748674

8675-
"tldts-tests@npm:^7.0.25, tldts-tests@workspace:packages/tldts-tests":
8675+
"tldts-tests@npm:^7.0.26, tldts-tests@workspace:packages/tldts-tests":
86768676
version: 0.0.0-use.local
86778677
resolution: "tldts-tests@workspace:packages/tldts-tests"
86788678
dependencies:
@@ -8682,13 +8682,13 @@ __metadata:
86828682
chai: "npm:^6.2.2"
86838683
mocha: "npm:^11.7.5"
86848684
rimraf: "npm:^6.1.2"
8685-
tldts-utils: "npm:^7.0.25"
8685+
tldts-utils: "npm:^7.0.26"
86868686
ts-node: "npm:^10.9.2"
86878687
typescript: "npm:^5.9.3"
86888688
languageName: unknown
86898689
linkType: soft
86908690

8691-
"tldts-utils@npm:^7.0.25, tldts-utils@workspace:packages/tldts-utils":
8691+
"tldts-utils@npm:^7.0.26, tldts-utils@workspace:packages/tldts-utils":
86928692
version: 0.0.0-use.local
86938693
resolution: "tldts-utils@workspace:packages/tldts-utils"
86948694
dependencies:
@@ -8726,8 +8726,8 @@ __metadata:
87268726
rimraf: "npm:^6.1.2"
87278727
rollup: "npm:^4.57.1"
87288728
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8729-
tldts-core: "npm:^7.0.25"
8730-
tldts-tests: "npm:^7.0.25"
8729+
tldts-core: "npm:^7.0.26"
8730+
tldts-tests: "npm:^7.0.26"
87318731
typescript: "npm:^5.9.3"
87328732
bin:
87338733
tldts: bin/cli.js

0 commit comments

Comments
 (0)