Skip to content

Commit 91c73d6

Browse files
committed
release: publish packages
1 parent a1101ca commit 91c73d6

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/great-spoons-march.md

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

packages/action-parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ui-tars/action-parser
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- a1101ca: fix(action_parser): null values while parsing action inputs (#28)
8+
- Updated dependencies [a1101ca]
9+
- @ui-tars/shared@1.0.1
10+
311
## 1.0.0
412

513
### Major Changes

packages/action-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-tars/action-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Action parser SDK for UI-TARS",
55
"keywords": [
66
"AI",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ui-tars/shared
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- a1101ca: fix(action_parser): null values while parsing action inputs (#28)
8+
39
## 1.0.0
410

511
### Major Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-tars/shared",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Shared types for UI-TARS",
55
"exports": {
66
"./types": {

0 commit comments

Comments
 (0)