From 030e4b0db5ee53155d6a33806cc7efbefa2c5821 Mon Sep 17 00:00:00 2001 From: Maksymilian Galas Date: Thu, 7 Nov 2024 11:40:43 +0100 Subject: [PATCH] Release 0.9.0 --- package.json | 2 +- packages/react-client/package.json | 2 +- packages/ts-client/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7021b40f..12ef2d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fishjam-web-sdk", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/react-client/package.json b/packages/react-client/package.json index bdd0b7a9..f27ecd0a 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/react-client", - "version": "0.8.1", + "version": "0.9.0", "description": "React client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team", diff --git a/packages/ts-client/package.json b/packages/ts-client/package.json index df444cd6..d9da6ac2 100644 --- a/packages/ts-client/package.json +++ b/packages/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/ts-client", - "version": "0.8.1", + "version": "0.9.0", "description": "Typescript client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team",