Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(client): bump version #1151

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
- name: Release | Lerna Publish
run: lerna publish from-package --yes


# Publish to GitHub packages too

- name: "GitHub packages: Setup GitHub npm registry"
Expand All @@ -110,5 +109,4 @@ jobs:
- name: "GitHub packages: Publish"
run: |
cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
cd ../sandpack-react && npm publish --registry=https://npm.pkg.github.com &&
cd ../sandpack-themes && npm publish --registry=https://npm.pkg.github.com
cd ../sandpack-react && npm publish --registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion sandpack-client/.bundler
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Manually generated file to trigger new releases based on the bundler changes.
// The following value is the commit hash from codesandbox-client
be163a2b9464aac3da87b9a368fd4c8d8be47621
be163a2b9464aac3da87b9a368fd4c8d8be476211
Loading