From 91b00a7a0fe3278650a61a907693ef091ec0813f Mon Sep 17 00:00:00 2001 From: Miron Pawlik Date: Thu, 29 Aug 2024 11:33:19 +0200 Subject: [PATCH] Bump v0.5.5 --- package.json | 4 ++-- packages/react-client/package.json | 4 ++-- packages/ts-client/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8fd5f3e2..6d462efd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fishjam-web-sdk", - "version": "0.5.1", + "version": "0.5.5", "license": "MIT", "private": true, "workspaces": [ @@ -35,4 +35,4 @@ "typedoc-material-theme": "^1.1.0", "typescript": "^5.5.4" } -} +} \ No newline at end of file diff --git a/packages/react-client/package.json b/packages/react-client/package.json index cb347867..7ace79de 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/react-client", - "version": "0.5.1", + "version": "0.5.5", "description": "React client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team", @@ -62,4 +62,4 @@ "example": "examples" }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file diff --git a/packages/ts-client/package.json b/packages/ts-client/package.json index 32dee0fd..9ec38f93 100644 --- a/packages/ts-client/package.json +++ b/packages/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/ts-client", - "version": "0.5.1", + "version": "0.5.5", "description": "Typescript client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team", @@ -79,4 +79,4 @@ ] }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file