Skip to content

Commit 82ec4c3

Browse files
authored
chore(main): release 2.0.2 (#123)
1 parent 6d455ad commit 82ec4c3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/codesandbox/codesandbox-sdk/compare/v2.0.1...v2.0.2) (2025-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add api client to runningvms query fn ([0119379](https://github.com/codesandbox/codesandbox-sdk/commit/0119379482320dd1142366838ec0679380800909))
9+
* add apiClient to context and pass to query fn ([75f56da](https://github.com/codesandbox/codesandbox-sdk/commit/75f56dafb1fe93ad395d9727ebab39425875de5d))
10+
* Template resolve files fixes ([#121](https://github.com/codesandbox/codesandbox-sdk/issues/121)) ([6d455ad](https://github.com/codesandbox/codesandbox-sdk/commit/6d455ad7eefe69f70b8ff4f20efb18d929e57613))
11+
312
## [0.12.0](https://github.com/codesandbox/codesandbox-sdk/compare/v0.11.2...v0.12.0) (2025-04-24)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sdk",
3-
"version": "2.1.0",
3+
"version": "2.0.2",
44
"description": "The CodeSandbox SDK",
55
"author": "CodeSandbox",
66
"license": "MIT",

0 commit comments

Comments
 (0)