Skip to content

Commit

Permalink
Update chat-client package version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsaws committed Nov 20, 2024
1 parent a602f19 commit 2adb68c
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 30 deletions.
12 changes: 11 additions & 1 deletion chat-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Changelog

## [0.0.9] - 2024-11-20

### Changed

- Updated dependency: `@aws/mynah-ui` from 4.16.0 to 4.18.1.

## [0.0.8] - 2024-11-13

### Changed
- Reverted dependency: `@aws/mynah-ui` from 4.18.0 to 4.16.0:

- Reverted dependency: `@aws/mynah-ui` from 4.18.0 to 4.16.0.

## [0.0.7] - 2024-11-08

### Added

- Add new `COPY_TO_CLIPBOARD` event to the chat client

### Changed

- Changed legal text in the footer
- Update `@aws/chat-client-ui-types` to 0.0.8
- Update `@aws/language-server-runtimes-types` to to 0.0.7
Expand Down
4 changes: 2 additions & 2 deletions chat-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/chat-client",
"version": "0.0.8",
"version": "0.0.9",
"description": "AWS Chat Client",
"main": "out/index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@aws/chat-client-ui-types": "^0.0.8",
"@aws/language-server-runtimes-types": "^0.0.7",
"@aws/mynah-ui": "^4.16.0"
"@aws/mynah-ui": "^4.18.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
Expand Down
Loading

0 comments on commit 2adb68c

Please sign in to comment.