Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Oct 9, 2024
1 parent 755b461 commit ecf735a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This is the log of notable changes to the `tsdk` that are developer-facing.


### 0.2.3 2024/10/9

- Feat: react hooks support custom handler
- Feat: add `Expand` types to API
- Fix: fix `from` field issue when run sync command
- Chore: update deps

### 0.2.2 2024/9/22

- Fix(types): support custom handler in `fe-sdk`
Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk-server-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk-server-adapters",
"version": "0.2.2",
"version": "0.2.3",
"main": "lib/index.js",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "Type-safe API development and code share tool for TypeScript projects.",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down

0 comments on commit ecf735a

Please sign in to comment.