-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* f * add script * rm * fix * f * f * f
- Loading branch information
Showing
6 changed files
with
17 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@builder.io/mitosis-cli': patch | ||
--- | ||
|
||
fix release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# !/bin/bash | ||
|
||
# This script is used to update the version of @builderio/mitosis in the CLI package dependencies | ||
# Workaround for https://github.com/changesets/changesets/issues/432 | ||
|
||
VERSION_NUMBER=$(jq -r '.version' ../core/package.json) | ||
|
||
echo "Updating package.json to use version $VERSION_NUMBER of @builder.io/mitosis" | ||
jq --arg VERSION_NUMBER $VERSION_NUMBER '.dependencies."@builder.io/mitosis" = $VERSION_NUMBER' package.json >temp.json && mv temp.json package.json |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
e913d91
There was a problem hiding this comment.
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:
mitosis-fiddle – ./
mitosis-fiddle-builder-io.vercel.app
mitosis-fiddle-git-main-builder-io.vercel.app
mitosis.builder.io
mitosis-three.vercel.app