From 4db026ff3bee1ad7b191125aa3300240ed978d23 Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Tue, 18 Jun 2024 12:22:10 +0000 Subject: [PATCH] fix(client): bump version --- .github/workflows/release.yml | 4 +--- sandpack-client/.bundler | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a723705c0..8e1671ad1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" @@ -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 \ No newline at end of file + cd ../sandpack-react && npm publish --registry=https://npm.pkg.github.com diff --git a/sandpack-client/.bundler b/sandpack-client/.bundler index d2e0905bb..cc030daf3 100644 --- a/sandpack-client/.bundler +++ b/sandpack-client/.bundler @@ -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