Skip to content

Commit

Permalink
Merge pull request #520 from whereby/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thyal authored Jan 16, 2025
2 parents a8c7b84 + 78427e2 commit 34761c0
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-crews-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-poems-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-drinks-perform.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @whereby.com/browser-sdk

## 3.11.0

### Minor Changes

- 5476530: Add basic breakout groups support

### Patch Changes

- Updated dependencies [5476530]
- @whereby.com/core@0.32.0

## 3.10.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whereby.com/browser-sdk",
"version": "3.10.12",
"version": "3.11.0",
"description": "Modules for integration Whereby video in web apps",
"author": "Whereby AS",
"license": "MIT",
Expand Down Expand Up @@ -80,7 +80,7 @@
"dependencies": {
"@radix-ui/react-popover": "^1.0.7",
"@reduxjs/toolkit": "^2.2.3",
"@whereby.com/core": "0.31.4",
"@whereby.com/core": "0.32.0",
"clsx": "^2.1.1",
"heresy": "^1.0.4",
"react-redux": "^9.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @whereby.com/core

## 0.32.0

### Minor Changes

- 5476530: Add basic breakout groups support

### Patch Changes

- Updated dependencies [5476530]
- @whereby.com/media@1.17.14

## 0.31.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@whereby.com/core",
"description": "Core library for whereby.com sdk",
"author": "Whereby AS",
"version": "0.31.4",
"version": "0.32.0",
"license": "MIT",
"scripts": {
"clean": "rimraf dist node_modules .turbo",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"@whereby.com/media": "1.17.13",
"@whereby.com/media": "1.17.14",
"axios": "^1.2.3",
"btoa": "^1.2.1",
"events": "^3.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @whereby.com/media

## 1.17.14

### Patch Changes

- 5476530: Add basic breakout groups support

## 1.17.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whereby.com/media",
"description": "Media library for Whereby",
"version": "1.17.13",
"version": "1.17.14",
"license": "MIT",
"homepage": "https://github.com/whereby/sdk",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @whereby.com/react-native-sdk

## 0.7.27

### Patch Changes

- Updated dependencies [5476530]
- @whereby.com/core@0.32.0

## 0.7.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whereby.com/react-native-sdk",
"version": "0.7.26",
"version": "0.7.27",
"description": "Modules for integration Whereby video in react native apps",
"source": "./src/index.tsx",
"exports": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"access": "public"
},
"dependencies": {
"@whereby.com/core": "0.31.4",
"@whereby.com/core": "0.32.0",
"react-native-webview": "13.8.6"
},
"devDependencies": {
Expand Down

0 comments on commit 34761c0

Please sign in to comment.