Skip to content

Commit

Permalink
[skip ci] Release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent b62502f commit d350cf1
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 82 deletions.
6 changes: 0 additions & 6 deletions .changeset/sweet-dolls-smile.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 @@ -13,7 +13,7 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.7.3",
"@e2b/sdk": "^0.11.9",
"@e2b/sdk": "^0.11.10",
"@headlessui/react": "^1.7.15",
"@headlessui/tailwindcss": "^0.2.0",
"@mdx-js/loader": "^2.1.5",
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/sdk",
"version": "0.11.9",
"version": "0.11.10",
"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.13.9",
"version": "0.13.10",
"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.13.9"
version = "0.13.10"
description = "E2B SDK that give agents cloud environments"
authors = ["e2b <hello@e2b.dev>"]
license = "MIT"
Expand Down
Loading

1 comment on commit d350cf1

@vercel
Copy link

@vercel vercel bot commented on d350cf1 Dec 8, 2023

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:

e2b-docs – ./apps/docs

e2b-docs-git-main-e2b.vercel.app
e2b-docs.vercel.app
e2b-docs-e2b.vercel.app

Please sign in to comment.