Skip to content

Commit

Permalink
Version Packages (#469)
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 Nov 13, 2024
1 parent b5ec7b9 commit e59ee3e
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-jobs-grab.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.9.7

### Patch Changes

- @whereby.com/core@0.28.4

## 3.9.6

### 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.9.6",
"version": "3.9.7",
"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.28.3",
"@whereby.com/core": "0.28.4",
"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.28.4

### Patch Changes

- Updated dependencies [b5ec7b9]
- @whereby.com/media@1.16.2

## 0.28.3

### 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.28.3",
"version": "0.28.4",
"license": "MIT",
"scripts": {
"clean": "rimraf dist node_modules .turbo",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"@whereby.com/media": "1.16.1",
"@whereby.com/media": "1.16.2",
"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.16.2

### Patch Changes

- b5ec7b9: Extend PacketLossAnalyser to support additional scenario

## 1.16.1

### 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.16.1",
"version": "1.16.2",
"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.9

### Patch Changes

- @whereby.com/core@0.28.4

## 0.7.8

### 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.8",
"version": "0.7.9",
"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.28.3",
"@whereby.com/core": "0.28.4",
"react-native-webview": "13.8.6"
},
"devDependencies": {
Expand Down

0 comments on commit e59ee3e

Please sign in to comment.