Skip to content

Version Packages#104

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#104
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@vercel/sandbox@1.9.0

Minor Changes

  • Add support for setting file permissions (mode) in the writeFiles API. Files can now include an optional mode property to set permissions on the tarball, avoiding the need for a separate chmod command. (#90)

    await sandbox.writeFiles([
      {
        path: "/usr/local/bin/myscript",
        content: Buffer.from("#!/bin/bash\necho hello"),
        mode: 0o755,
      },
    ]);

sandbox@2.5.6

Patch Changes

sandbox-filesystem-snapshots@0.0.11

Patch Changes

@vercel
Copy link

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sandbox Ready Ready Preview, Comment, Open in v0 Mar 19, 2026 4:18pm
sandbox-cli Ready Ready Preview, Comment Mar 19, 2026 4:18pm
sandbox-sdk Ready Ready Preview, Comment Mar 19, 2026 4:18pm
sandbox-sdk-ai-example Ready Ready Preview, Comment Mar 19, 2026 4:18pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants