Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into firefox-echo-sinkfix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Jan 12, 2024
2 parents 19be8b8 + 4141fa5 commit c877eac
Show file tree
Hide file tree
Showing 644 changed files with 1,160 additions and 33,989 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
}
}
],
"ignorePatterns": ["**/dist/**", "**/src/models/Noise.js", "playwright/**"]
"ignorePatterns": ["**/dist/**", "playwright/**"]
}
14 changes: 1 addition & 13 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,15 @@ jobs:
yarn global add lerna@5
lerna -v
echo $(lerna version $BUMP --no-git-tag-version --exact --yes --no-private)
lerna add @100mslive/hms-video --peer --scope=@100mslive/hms-virtual-background --exact
lerna add @100mslive/react-sdk --scope=@100mslive/roomkit-react --exact
lerna add @100mslive/react-icons --scope=@100mslive/roomkit-react --exact
lerna add @100mslive/hms-virtual-background --scope=@100mslive/roomkit-react --exact
lerna add @100mslive/hls-player --scope=@100mslive/roomkit-react --exact
lerna add @100mslive/hms-video-store --peer --scope=@100mslive/hms-virtual-background --exact
lerna add @100mslive/react-icons --scope=100ms-custom-app --exact
lerna add @100mslive/roomkit-react --scope=100ms-custom-app --exact
lerna add @100mslive/roomkit-react --scope=100ms_edtech_template --exact
lerna add @100mslive/hls-player --scope=100ms_edtech_template --exact
lerna add @100mslive/hms-virtual-background --scope=100ms_edtech_template --exact
lerna add @100mslive/react-icons --scope=100ms_edtech_template --exact
lerna add @100mslive/react-sdk --scope=100ms_edtech_template --exact
- name: Get current version
id: version
run: |
SDK_VERSION=$(cd packages/hms-video-web && node -p -e "require('./package.json').version")
echo $SDK_VERSION
STORE_VERSION=$(cd packages/hms-video-store && node -p -e "require('./package.json').version")
echo $STORE_VERSION
echo "::set-output name=sdk_version::$(echo $SDK_VERSION)"
echo "::set-output name=store_version::$(echo $STORE_VERSION)"
- uses: peter-evans/create-pull-request@v4
Expand Down
135 changes: 0 additions & 135 deletions .github/workflows/deploy-beam-prod.yml

This file was deleted.

109 changes: 0 additions & 109 deletions .github/workflows/deploy-beam-qa.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/push-to-webapp.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/slash-command.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/update-version.yml

This file was deleted.

Loading

0 comments on commit c877eac

Please sign in to comment.