Skip to content

Commit e0d1c85

Browse files
Merge pull request #160 from OpenAssistantGPT/changeset-release/main
Version Packages
2 parents 46e29d4 + b086a0c commit e0d1c85

File tree

6 files changed

+39
-707
lines changed

6 files changed

+39
-707
lines changed

.changeset/small-feet-beam.md

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

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.4
4+
5+
### Patch Changes
6+
7+
- 4bbfa94: Improve scrolling. Disable autoscroll when user is trying to scroll up when generating a message and add a button to scroll down when you are not at the buttom
8+
- Updated dependencies [4bbfa94]
9+
- @openassistantgpt/ui@0.3.4
10+
311
## 0.3.3
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.3",
3+
"version": "0.3.4",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/ui/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 4bbfa94: Improve scrolling. Disable autoscroll when user is trying to scroll up when generating a message and add a button to scroll down when you are not at the buttom
8+
39
## 0.3.3
410

511
### Patch Changes

packages/ui/package.json

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

0 commit comments

Comments
 (0)