Skip to content

Commit

Permalink
Merge pull request #160 from OpenAssistantGPT/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
marcolivierbouch authored Nov 5, 2024
2 parents 46e29d4 + b086a0c commit e0d1c85
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 707 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-feet-beam.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# core

## 0.3.4

### Patch Changes

- 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
- Updated dependencies [4bbfa94]
- @openassistantgpt/ui@0.3.4

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openassistantgpt",
"version": "0.3.3",
"version": "0.3.4",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openassistantgpt/ui

## 0.3.4

### Patch Changes

- 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

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openassistantgpt/ui",
"version": "0.3.3",
"version": "0.3.4",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit e0d1c85

Please sign in to comment.