Skip to content

Commit

Permalink
Bump version to: v5.7.90 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Aug 26, 2022
1 parent fa44a40 commit d7aefac
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.7.89"
"version": "5.7.90"
}
2 changes: 1 addition & 1 deletion packages/tldts-core/package.json
@@ -1,6 +1,6 @@
{
"name": "tldts-core",
"version": "5.7.89",
"version": "5.7.90",
"description": "tldts core primitives (internal module)",
"author": {
"name": "Rémi Berson"
Expand Down
6 changes: 3 additions & 3 deletions packages/tldts-experimental/package.json
@@ -1,6 +1,6 @@
{
"name": "tldts-experimental",
"version": "5.7.89",
"version": "5.7.90",
"description": "Library to work against complex domain names, subdomains and URIs.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -63,13 +63,13 @@
"rollup": "^2.50.4",
"rollup-plugin-sourcemaps": "^0.6.1",
"rollup-plugin-terser": "^7.0.2",
"tldts-tests": "^5.7.89",
"tldts-tests": "^5.7.90",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.2"
},
"dependencies": {
"tldts-core": "^5.7.89"
"tldts-core": "^5.7.90"
},
"keywords": [
"tld",
Expand Down
2 changes: 1 addition & 1 deletion packages/tldts-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "tldts-tests",
"version": "5.7.89",
"version": "5.7.90",
"private": true,
"description": "tests for different tldts implementations",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tldts/package.json
@@ -1,6 +1,6 @@
{
"name": "tldts",
"version": "5.7.89",
"version": "5.7.90",
"description": "Library to work against complex domain names, subdomains and URIs.",
"author": {
"name": "Rémi Berson"
Expand Down Expand Up @@ -66,13 +66,13 @@
"rollup": "^2.50.4",
"rollup-plugin-sourcemaps": "^0.6.1",
"rollup-plugin-terser": "^7.0.2",
"tldts-tests": "^5.7.89",
"tldts-tests": "^5.7.90",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.2"
},
"dependencies": {
"tldts-core": "^5.7.89"
"tldts-core": "^5.7.90"
},
"keywords": [
"tld",
Expand Down

0 comments on commit d7aefac

Please sign in to comment.