Skip to content

Commit d70af8c

Browse files
fj-cloud-infraRelease Automation BotGawor270
authored
Release v0.28.0 (#277)
This PR updates the version to `0.28.0` as part of the release process. ## Changes - Updated version in project files to `0.28.0` - Updated any relevant documentation or changelog references ## Checklist - [x] Version has been updated correctly - [x] All tests pass - [x] Documentation has been updated (if needed) - [x] Ready to merge and release --- *This PR was automatically created by the [release-automation](https://github.com/fishjam-cloud/release-automation) workflow.* --------- Co-authored-by: Release Automation Bot <release-bot@fishjam-cloud.io> Co-authored-by: Bernard Gawor <gaworbernard@gmail.com>
1 parent 35757ab commit d70af8c

11 files changed

Lines changed: 11 additions & 11 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.27.0",
3+
"version": "0.28.0",
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.27.0",
3+
"version": "0.28.0",
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.27.0",
3+
"version": "0.28.0",
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.27.0",
4+
"version": "0.28.0",
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.27.0",
3+
"version": "0.28.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.27.0",
3+
"version": "0.28.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.27.0",
2+
"version": "0.28.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.27.0",
3+
"version": "0.28.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.27.0",
3+
"version": "0.28.0",
44
"private": true,
55
"description": "Fishjam Proto",
66
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",

packages/fishjam-proto/protos

Submodule protos updated 1 file

0 commit comments

Comments
 (0)