Skip to content

Commit 29ff134

Browse files
Merge pull request #167 from OpenAssistantGPT/changeset-release/main
Version Packages
2 parents 79eeb32 + ff4c5ff commit 29ff134

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/warm-mirrors-cheat.md

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

packages/assistant/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- afefea5: add more file type that we can upload and fix issue where python and ruby were not working correcltt
8+
39
## 0.2.2
410

511
### Patch Changes

packages/assistant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openassistantgpt/assistant",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# core
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- afefea5: add more file type that we can upload and fix issue where python and ruby were not working correcltt
8+
- Updated dependencies [afefea5]
9+
- @openassistantgpt/assistant@0.2.3
10+
311
## 0.3.5
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openassistantgpt",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)