Skip to content

Commit be0cd83

Browse files
[skip ci] Release new versions
1 parent fa51958 commit be0cd83

File tree

6 files changed

+1036
-9
lines changed

6 files changed

+1036
-9
lines changed

.changeset/nice-cars-accept.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e2b/desktop",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"description": "E2B Desktop Sandbox - isolated cloud environment with a desktop-like interface powered by E2B. Ready for AI Computer Use",
66
"author": {

packages/python-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/desktop-python",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"scripts": {
66
"test": "poetry run pytest -n 4 --verbose -x",
77
"example": "poetry run python3 example.py",

packages/python-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-desktop"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "E2B Desktop Sandbox - Deskstop sandbox in cloud powered by E2B"
55
authors = ["e2b <hello@e2b.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)