Skip to content

Commit

Permalink
Bump version to: v6.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Apr 3, 2023
1 parent 575be44 commit 28efa2b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "6.0.1"
"version": "6.0.2"
}
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.0.1",
"version": "6.0.2",
"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.0.1",
"version": "6.0.2",
"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": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-sourcemaps": "^0.6.1",
"tldts-tests": "^6.0.1",
"tldts-tests": "^6.0.2",
"typescript": "^5.0.3"
},
"dependencies": {
"tldts-core": "^6.0.1"
"tldts-core": "^6.0.2"
},
"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": "6.0.1",
"version": "6.0.2",
"private": true,
"description": "tests for different tldts implementations",
"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.0.1",
"version": "6.0.2",
"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": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-sourcemaps": "^0.6.1",
"tldts-tests": "^6.0.1",
"tldts-tests": "^6.0.2",
"typescript": "^5.0.3"
},
"dependencies": {
"tldts-core": "^6.0.1"
"tldts-core": "^6.0.2"
},
"keywords": [
"tld",
Expand Down

0 comments on commit 28efa2b

Please sign in to comment.