From 97c5485a9a9d2f4d7d4b756fb628ba8db704da56 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Tue, 5 Sep 2023 13:29:13 -0400 Subject: [PATCH] bump 8.5.1 --- client/package-lock.json | 4 ++-- client/package.json | 2 +- common/package-lock.json | 4 ++-- common/package.json | 4 ++-- config/package-lock.json | 4 ++-- config/package.json | 4 ++-- server/package-lock.json | 4 ++-- server/package.json | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 7e84d62ee4..29c95a9626 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coralproject/talk", - "version": "8.5.0", + "version": "8.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coralproject/talk", - "version": "8.5.0", + "version": "8.5.1", "license": "Apache-2.0", "dependencies": { "@ampproject/toolbox-cache-url": "^2.9.0", diff --git a/client/package.json b/client/package.json index 8603f37f1f..ec70cda48f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@coralproject/talk", - "version": "8.5.0", + "version": "8.5.1", "author": "The Coral Project", "homepage": "https://coralproject.net/", "sideEffects": [ diff --git a/common/package-lock.json b/common/package-lock.json index d3ba1c5703..0e94ee3ed7 100644 --- a/common/package-lock.json +++ b/common/package-lock.json @@ -1,12 +1,12 @@ { "name": "common", - "version": "8.5.0", + "version": "8.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "common", - "version": "8.5.0", + "version": "8.5.1", "license": "ISC", "dependencies": { "coral-config": "../config/dist", diff --git a/common/package.json b/common/package.json index 93d7dabfdd..67709e9a0a 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "common", - "version": "8.5.0", + "version": "8.5.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -44,4 +44,4 @@ "typescript": "^3.9.5", "url-regex-safe": "^2.0.2" } -} \ No newline at end of file +} diff --git a/config/package-lock.json b/config/package-lock.json index decc9435d5..f5c43b71aa 100644 --- a/config/package-lock.json +++ b/config/package-lock.json @@ -1,12 +1,12 @@ { "name": "common", - "version": "8.5.0", + "version": "8.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "common", - "version": "8.5.0", + "version": "8.5.1", "license": "ISC", "dependencies": { "typescript": "^3.9.5" diff --git a/config/package.json b/config/package.json index e706264524..bda0dd5a2f 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "name": "common", - "version": "8.5.0", + "version": "8.5.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -14,4 +14,4 @@ "dependencies": { "typescript": "^3.9.5" } -} \ No newline at end of file +} diff --git a/server/package-lock.json b/server/package-lock.json index edf78558fa..ed165afa9f 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coralproject/talk", - "version": "8.5.0", + "version": "8.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coralproject/talk", - "version": "8.5.0", + "version": "8.5.1", "license": "Apache-2.0", "dependencies": { "@ampproject/toolbox-cache-url": "^2.9.0", diff --git a/server/package.json b/server/package.json index 367951ea5f..5374b676c7 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@coralproject/talk", - "version": "8.5.0", + "version": "8.5.1", "author": "The Coral Project", "homepage": "https://coralproject.net/", "sideEffects": [ @@ -431,4 +431,4 @@ "not OperaMini all", "not dead" ] -} \ No newline at end of file +}