Skip to content

Commit

Permalink
Merge pull request #75 from whereby/changeset-release/development
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
thyal authored Feb 16, 2024
2 parents 9cba4e5 + 05c1702 commit f21973a
Showing 9 changed files with 55 additions and 14 deletions.
20 changes: 20 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"embed-element-app": "0.1.0",
"quiz-app": "0.1.0",
"sample-app": "0.1.0",
"telehealth-tutorial-app": "0.1.0",
"@whereby.com/browser-sdk": "2.1.0",
"@whereby.com/core": "0.1.0",
"@whereby.com/dummy": "0.5.0"
},
"changesets": [
"beige-moles-live",
"fuzzy-crews-smoke",
"gentle-walls-thank",
"good-moles-flash",
"weak-pugs-push"
]
}
2 changes: 1 addition & 1 deletion apps/embed-element-app/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@whereby.com/browser-sdk": "*",
"@whereby.com/browser-sdk": "2.2.0-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5"
2 changes: 1 addition & 1 deletion apps/quiz-app/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"@types/node": "^20.11.16",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@whereby.com/browser-sdk": "*",
"@whereby.com/browser-sdk": "2.2.0-beta.0",
"framer-motion": "^11.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
4 changes: 2 additions & 2 deletions apps/sample-app/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@whereby.com/browser-sdk": "*",
"@whereby.com/core": "*",
"@whereby.com/browser-sdk": "2.2.0-beta.0",
"@whereby.com/core": "0.2.0-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5"
14 changes: 7 additions & 7 deletions apps/telehealth-tutorial-app/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@whereby.com/browser-sdk": "*",
"@whereby.com/browser-sdk": "2.2.0-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5",
@@ -21,12 +21,12 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
14 changes: 14 additions & 0 deletions packages/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @whereby.com/browser-sdk

## 2.2.0-beta.0

### Minor Changes

- a604e63: Fix RTC stats bug
- 9e8bb39: Update repo field in package.json to point to this repository.
- 66b020f: Export grid component

### Patch Changes

- fd6c24f: Fix issue which kept camera light on after disabling video
- Updated dependencies [d983b09]
- @whereby.com/core@0.2.0-beta.0

## 2.1.0

### Minor Changes
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": "2.1.0",
"version": "2.2.0-beta.0",
"description": "Modules for integration Whereby video in web apps",
"author": "Whereby AS",
"license": "MIT",
@@ -88,7 +88,7 @@
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@swc/helpers": "^0.3.13",
"@whereby.com/core": "*",
"@whereby.com/core": "0.2.0-beta.0",
"heresy": "^1.0.4"
},
"peerDependencies": {
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @whereby.com/core

## 0.2.0-beta.0

### Minor Changes

- d983b09: Publish core package
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "@whereby.com/core",
"description": "Core library for whereby.com sdk",
"author": "Whereby AS",
"version": "0.1.0",
"version": "0.2.0-beta.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.js",

0 comments on commit f21973a

Please sign in to comment.