Skip to content

Commit

Permalink
Merge pull request #210 from SuperViz/feat/superviz-react
Browse files Browse the repository at this point in the history
refactor: rename packages/react to packages/react-sdk
  • Loading branch information
carlossantos74 authored Jan 20, 2025
2 parents 860745e + 863dc0b commit f51dd9a
Show file tree
Hide file tree
Showing 66 changed files with 12 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-packages.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Check for changes in React SDK and dependencies
id: check_react_and_dependencies_changes
id: check_react_sdk_and_dependencies_changes
run: |
git diff --quiet HEAD^ HEAD -- packages/react ':(exclude)packages/react/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
git diff --quiet HEAD^ HEAD -- packages/react-sdk ':(exclude)packages/react-sdk/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
git diff --quiet HEAD^ HEAD -- packages/sdk ':(exclude)packages/sdk/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
git diff --quiet HEAD^ HEAD -- packages/autodesk ':(exclude)packages/autodesk/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
git diff --quiet HEAD^ HEAD -- packages/matterport ':(exclude)packages/matterport/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
git diff --quiet HEAD^ HEAD -- packages/three ':(exclude)packages/three/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
git diff --quiet HEAD^ HEAD -- packages/yjs ':(exclude)packages/yjs/package.json' || echo "react_changed=true" >> $GITHUB_OUTPUT
- name: Publish react package
if: steps.check_react_and_dependencies_changes.outputs.react_changed == 'true'
- name: Publish React SDK package
if: steps.check_react_sdk_and_dependencies_changes.outputs.react_changed == 'true'
run: npm whoami && pnpm run semantic-release --filter=@superviz/react-sdk
env:
NPM_CONFIG_USERCONFIG: .npmrc.ci
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 8 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f51dd9a

Please sign in to comment.