Skip to content

Commit ad25200

Browse files
authored
release 0.25.5 (#253)
1 parent 24b373a commit ad25200

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

examples/multimodal/package.json

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

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.25.4",
3+
"version": "0.25.5",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

examples/selective-subscription/backend/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-backend",
3-
"version": "0.25.4",
3+
"version": "0.25.5",
44
"scripts": {
55
"dev": "bun run --watch src/index.ts",
66
"typecheck": "tsc --noEmit"

examples/selective-subscription/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "selective-subscription-frontend",
33
"private": true,
4-
"version": "0.25.4",
4+
"version": "0.25.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.25.4",
3+
"version": "0.25.5",
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.25.4",
3+
"version": "0.25.5",
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.25.4",
2+
"version": "0.25.5",
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.25.4",
3+
"version": "0.25.5",
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.25.4",
3+
"version": "0.25.5",
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.25.4",
3+
"version": "0.25.5",
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)