Skip to content

Commit

Permalink
fix(client): bump version (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Jun 18, 2024
1 parent e5c32a4 commit a2e56c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit a2e56c0

Please sign in to comment.