Skip to content

Commit ae22852

Browse files
fj-cloud-infraRelease Automation Bot
andauthored
Release v0.26.0 (#519)
This PR updates the version to `0.26.0` as part of the release process. ## Changes - Updated version in project files to `0.26.0` - Updated any relevant documentation or changelog references ## Checklist - [ ] Version has been updated correctly - [ ] All tests pass - [ ] Documentation has been updated (if needed) - [ ] 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>
1 parent f9c524f commit ae22852

7 files changed

Lines changed: 732 additions & 214 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fishjam-web-sdk",
3-
"version": "0.26.0-rc.1",
3+
"version": "0.26.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [
@@ -55,6 +55,5 @@
5555
"typedoc": "^0.28.2",
5656
"typedoc-material-theme": "^1.3.0",
5757
"typescript": "^5.8.3"
58-
},
59-
"stableVersion": "0.25.3"
58+
}
6059
}

packages/mobile-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-native-client",
3-
"version": "0.26.0-rc.1",
3+
"version": "0.26.0",
44
"description": "React Native client library for Fishjam",
55
"license": "Apache-2.0",
66
"author": "Fishjam Team",

0 commit comments

Comments
 (0)