Skip to content

Commit

Permalink
Merge pull request #399 from whereby/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
kevinwhereby committed Sep 9, 2024
2 parents ac2331b + 772df0d commit 9c57b1c
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-ants-hammer.md

This file was deleted.

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

## 3.7.5

### Patch Changes

- Updated dependencies [58b9d4a]
- @whereby.com/core@0.25.0

## 3.7.4

### 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.7.4",
"version": "3.7.5",
"description": "Modules for integration Whereby video in web apps",
"author": "Whereby AS",
"license": "MIT",
Expand Down Expand Up @@ -79,7 +79,7 @@
"dependencies": {
"@radix-ui/react-popover": "^1.0.7",
"@reduxjs/toolkit": "^2.2.3",
"@whereby.com/core": "0.24.3",
"@whereby.com/core": "0.25.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.25.0

### Minor Changes

- 58b9d4a: Close RtcStats connection when App is stopped

### Patch Changes

- Updated dependencies [58b9d4a]
- @whereby.com/media@1.12.2

## 0.24.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.24.3",
"version": "0.25.0",
"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.12.1",
"@whereby.com/media": "1.12.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.12.2

### Patch Changes

- 58b9d4a: Close RtcStats connection when App is stopped

## 1.12.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.12.1",
"version": "1.12.2",
"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.5.2

### Patch Changes

- Updated dependencies [58b9d4a]
- @whereby.com/core@0.25.0

## 0.5.1

### 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.5.1",
"version": "0.5.2",
"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.24.3"
"@whereby.com/core": "0.25.0"
},
"devDependencies": {
"@react-native/eslint-config": "^0.73.1",
Expand Down

0 comments on commit 9c57b1c

Please sign in to comment.