Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e2b-dev/E2B
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed May 1, 2024
2 parents 9626b6b + b4d63fe commit a8e7dc4
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-ghosts-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-chairs-camp.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"autoprefixer": "^10.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"e2b": "^0.14.0",
"e2b": "^0.15.0",
"fast-glob": "^3.3.0",
"flexsearch": "^0.7.31",
"framer-motion": "7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2b/cli",
"version": "0.4.8",
"version": "0.5.0",
"description": "CLI for managing e2b sandbox templates",
"homepage": "https://e2b.dev",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,7 @@
"command-exists": "^1.2.9",
"commander": "^11.1.0",
"console-table-printer": "^2.11.2",
"e2b": "^0.14.0",
"e2b": "^0.15.0",
"inquirer": "^9.2.12",
"open": "^9.1.0",
"strip-ansi": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2b",
"version": "0.14.0",
"version": "0.15.0",
"description": "E2B SDK that give agents cloud environments",
"homepage": "https://e2b.dev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@e2b/python-sdk",
"private": true,
"version": "0.15.0",
"version": "0.16.0",
"scripts": {
"test": "poetry run pytest -n 1 --verbose -x",
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b"
version = "0.15.0"
version = "0.16.0"
description = "E2B SDK that give agents cloud environments"
authors = ["e2b <hello@e2b.dev>"]
license = "MIT"
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8e7dc4

Please sign in to comment.