Skip to content

Commit f79b8c1

Browse files
authored
release 0.23.0 (#220)
release 0.23.0
1 parent 8b21c8c commit f79b8c1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/room-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "room-manager",
3-
"version": "0.21.0",
3+
"version": "0.23.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

examples/selective-subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selective-subscription-demo",
3-
"version": "0.21.0",
3+
"version": "0.23.0",
44
"workspaces": [
55
"frontend",
66
"backend"

examples/transcription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transcription-demo",
3-
"version": "0.21.0",
3+
"version": "0.23.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1",
66
"format": "prettier --write .",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.22.1",
2+
"version": "0.23.0",
33
"license": "Apache-2.0",
44
"workspaces": [
55
"packages/*",

packages/fishjam-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fishjam-cloud/fishjam-openapi",
3-
"version": "0.22.1",
3+
"version": "0.23.0",
44
"private": true,
55
"description": "Fishjam OpenAPI",
66
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",

packages/fishjam-proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fishjam-cloud/fishjam-proto",
3-
"version": "0.22.1",
3+
"version": "0.23.0",
44
"private": true,
55
"description": "Fishjam Proto",
66
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",

packages/js-server-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fishjam-cloud/js-server-sdk",
3-
"version": "0.22.1",
3+
"version": "0.23.0",
44
"description": "Fishjam server SDK for JavaScript",
55
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
66
"author": "Fishjam Team",

0 commit comments

Comments
 (0)