Skip to content

Commit

Permalink
Version Packages (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 11, 2024
1 parent 9304948 commit 40e2d27
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-socks-arrive.md

This file was deleted.

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

## 3.10.9

### Patch Changes

- @whereby.com/core@0.31.1

## 3.10.8

### 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.8",
"version": "3.10.9",
"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.0",
"@whereby.com/core": "0.31.1",
"clsx": "^2.1.1",
"heresy": "^1.0.4",
"react-redux": "^9.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @whereby.com/core

## 0.31.1

### Patch Changes

- Updated dependencies [9304948]
- @whereby.com/media@1.17.10

## 0.31.0

### Minor 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.0",
"version": "0.31.1",
"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.9",
"@whereby.com/media": "1.17.10",
"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.10

### Patch Changes

- 9304948: Handle failed SFU connection in bwtester

## 1.17.9

### 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.9",
"version": "1.17.10",
"license": "MIT",
"homepage": "https://github.com/whereby/sdk",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @whereby.com/react-native-sdk

## 0.7.23

### Patch Changes

- @whereby.com/core@0.31.1

## 0.7.22

### 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.22",
"version": "0.7.23",
"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.0",
"@whereby.com/core": "0.31.1",
"react-native-webview": "13.8.6"
},
"devDependencies": {
Expand Down

0 comments on commit 40e2d27

Please sign in to comment.