Skip to content

Commit

Permalink
Production release PR (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored Jan 12, 2024
2 parents d7628f4 + 4141fa5 commit 487edd2
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

2 comments on commit 487edd2

@vercel
Copy link

@vercel vercel bot commented on 487edd2 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 487edd2 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

storybook-app – ./packages/roomkit-react

storybook-app-five.vercel.app
storybook-app-git-production-100mslive.vercel.app
storybook-app-100mslive.vercel.app
ui.100ms.live

Please sign in to comment.