Skip to content

Commit eefca86

Browse files
Release Automation Botczerwiukk
authored andcommitted
chore: bump version to 0.29.0
1 parent dd4328f commit eefca86

25 files changed

Lines changed: 874 additions & 36 deletions

File tree

examples/multimodal/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multimodal-demo",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1",
66
"format": "prettier --write .",
@@ -20,6 +20,5 @@
2020
"prettier": "^3.6.2",
2121
"typescript": "^5.9.3"
2222
},
23-
"module": "src/index.js",
24-
"stableVersion": "0.28.1"
23+
"module": "src/index.js"
2524
}

examples/room-manager/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "room-manager",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -34,6 +34,5 @@
3434
"*.{ts,tsx,js,jsx}": [
3535
"eslint --fix"
3636
]
37-
},
38-
"stableVersion": "0.28.1"
37+
}
3938
}

examples/selective-subscription/backend/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selective-subscription-backend",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"scripts": {
55
"dev": "bun run --watch src/index.ts",
66
"typecheck": "tsc --noEmit"
@@ -17,6 +17,5 @@
1717
"bun-types": "latest",
1818
"typescript": "^5.9.3"
1919
},
20-
"module": "src/index.js",
21-
"stableVersion": "0.28.1"
20+
"module": "src/index.js"
2221
}

examples/selective-subscription/frontend/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "selective-subscription-frontend",
33
"private": true,
4-
"version": "0.29.0-rc.2",
4+
"version": "0.29.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -20,6 +20,5 @@
2020
"@vitejs/plugin-react": "^5.0.3",
2121
"typescript": "^5.9.3",
2222
"vite": "^7.1.9"
23-
},
24-
"stableVersion": "0.28.1"
23+
}
2524
}

examples/selective-subscription/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selective-subscription-demo",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"workspaces": [
55
"frontend",
66
"backend"
@@ -16,6 +16,5 @@
1616
"concurrently": "^9.2.1",
1717
"prettier": "^3.6.2",
1818
"typescript": "^5.9.3"
19-
},
20-
"stableVersion": "0.28.1"
19+
}
2120
}

examples/transcription/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transcription-demo",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1",
66
"format": "prettier --write .",
@@ -20,6 +20,5 @@
2020
"prettier": "^3.6.2",
2121
"typescript": "^5.9.3"
2222
},
23-
"module": "src/index.js",
24-
"stableVersion": "0.28.1"
23+
"module": "src/index.js"
2524
}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.29.0-rc.2",
2+
"version": "0.29.0",
33
"license": "Apache-2.0",
44
"workspaces": [
55
"packages/*",
@@ -33,6 +33,5 @@
3333
},
3434
"lint-staged": {
3535
"*.{ts,tsx,mjs,cjs,json,md,mdx,yaml,yml}": "prettier --write"
36-
},
37-
"stableVersion": "0.28.1"
36+
}
3837
}

packages/composition/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fishjam-cloud/composition",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"description": "React hooks and event bus for building Fishjam composition templates",
55
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
66
"author": "Fishjam Team",
@@ -81,6 +81,5 @@
8181
"*.{js,ts,tsx,mjs,cjs}": [
8282
"eslint --fix --config eslint.config.mjs"
8383
]
84-
},
85-
"stableVersion": "0.29.0-rc.0"
84+
}
8685
}

packages/fishjam-openapi/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fishjam-cloud/fishjam-openapi",
3-
"version": "0.29.0-rc.2",
3+
"version": "0.29.0",
44
"private": true,
55
"description": "Fishjam OpenAPI",
66
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
@@ -44,6 +44,5 @@
4444
},
4545
"engines": {
4646
"node": ">=18"
47-
},
48-
"stableVersion": "0.28.1"
47+
}
4948
}

packages/fishjam-openapi/src/generated/.openapi-generator/FILES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apis/CredentialsApi.ts
22
apis/MoQApi.ts
3+
apis/RecordingsApi.ts
34
apis/RoomsApi.ts
45
apis/StreamersApi.ts
56
apis/StreamsApi.ts
@@ -11,6 +12,7 @@ models/AgentOutput.ts
1112
models/AudioFormat.ts
1213
models/AudioSampleRate.ts
1314
models/CompositionInfo.ts
15+
models/CompositionSource.ts
1416
models/ModelError.ts
1517
models/MoqAccess.ts
1618
models/MoqAccessConfig.ts
@@ -28,6 +30,12 @@ models/PeerRefreshTokenResponse.ts
2830
models/PeerRefreshTokenResponseData.ts
2931
models/PeerStatus.ts
3032
models/PeerType.ts
33+
models/Recording.ts
34+
models/RecordingConfig.ts
35+
models/RecordingDetailsResponse.ts
36+
models/RecordingListResponse.ts
37+
models/RecordingSource.ts
38+
models/RecordingStatus.ts
3139
models/Room.ts
3240
models/RoomConfig.ts
3341
models/RoomCreateDetailsResponse.ts

0 commit comments

Comments
 (0)