Skip to content

Commit

Permalink
chore(release): 5.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-rc.1](v4.17.0...v5.0.0-rc.1) (2024-06-21)

### Bug Fixes

* adjust MessageInput Autocomplete position above textarea with multiple rows ([#297](#297)) ([b3dd8de](b3dd8de))
* center message input elements ([615fff7](615fff7))
* remove emoji-mart from final builds, distribute separately ([#246](#246)) ([9ad33d5](9ad33d5))
* remove emoji-replacement from final builds, distribute separately ([#247](#247)) ([613f52d](613f52d))
* remove source maps ([8d923f2](8d923f2))
* remove str-chat class from emoji-replacement rules ([3bf8d68](3bf8d68))

### Features

* prepare for removal of legacy styles from stream-chat-react ([#296](#296)) ([e374e81](e374e81))

### BREAKING CHANGES

* emoji-replacement styles are now distributed separately (affects both styling versions)
* `emoji-mart` styles are now distributed separately
(affects both styling versions)
  • Loading branch information
semantic-release-bot committed Jun 21, 2024
1 parent 0c42f06 commit 3320660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stream-io/stream-chat-css",
"version": "4.17.0",
"version": "5.0.0-rc.1",
"main": "dist/css/index.css",
"description": "Bundled CSS for Stream Chat web SDKs",
"repository": "[email protected]:GetStream/stream-chat-css.git",
Expand Down

0 comments on commit 3320660

Please sign in to comment.