Skip to content

Commit

Permalink
Release 0.10.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwiukk authored Dec 4, 2024
1 parent 7427032 commit 084765a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/react-client/fishjam-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishjam-example/fishjam-chat",
"private": true,
"version": "0.0.0",
"version": "0.10.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-client/minimal-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishjam-example/minimal-react-example",
"private": true,
"version": "0.0.1",
"version": "0.10.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishjam-example/camera-and-microphone",
"private": true,
"version": "0.0.0",
"version": "0.10.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-client/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishjam-example/minimal",
"private": true,
"version": "0.0.1",
"version": "0.10.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-client/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishjam-example/simple-app",
"private": true,
"version": "0.0.1",
"version": "0.10.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fishjam-web-sdk",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/protobufs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/protobufs",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"exports": {
"./peer": "./fishjam/media_events/peer/peer.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-client",
"version": "0.9.0",
"version": "0.10.0",
"description": "React client library for Fishjam Cloud",
"license": "Apache-2.0",
"author": "Fishjam Cloud Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/webrtc-client",
"version": "0.9.0",
"version": "0.10.0",
"description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine",
"license": "Apache-2.0",
"author": "Fishjam Cloud Team",
Expand Down

0 comments on commit 084765a

Please sign in to comment.