Skip to content

Commit ee71f58

Browse files
Release 0.18.0 (#367)
## Description Describe your changes in detail. ## Motivation and Context Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1 parent ad3ddc8 commit ee71f58

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fishjam-web-sdk",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/protobufs/fishjam/media_events/peer/peer.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protobufs/fishjam/media_events/server/server.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protobufs/fishjam/media_events/shared.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protobufs/fishjam/peer_notifications.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protobufs/fishjam/server_notifications.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-client/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/react-client",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "React client library for Fishjam",
55
"license": "Apache-2.0",
66
"author": "Fishjam Team",

packages/ts-client/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/ts-client",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Typescript client library for Fishjam",
55
"license": "Apache-2.0",
66
"author": "Fishjam Team",

packages/webrtc-client/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/webrtc-client",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine",
55
"license": "Apache-2.0",
66
"author": "Fishjam Team",

0 commit comments

Comments
 (0)