diff --git a/chat-client/CHANGELOG.md b/chat-client/CHANGELOG.md index 3a83a38e..61a400f4 100644 --- a/chat-client/CHANGELOG.md +++ b/chat-client/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.0.8] - 2024-11-13 + +### Changed +- 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 diff --git a/chat-client/package.json b/chat-client/package.json index 94591ba4..0810687c 100644 --- a/chat-client/package.json +++ b/chat-client/package.json @@ -1,6 +1,6 @@ { "name": "@aws/chat-client", - "version": "0.0.7", + "version": "0.0.8", "description": "AWS Chat Client", "main": "out/index.js", "repository": { diff --git a/package-lock.json b/package-lock.json index 8564684e..2b03087e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -183,7 +183,7 @@ }, "chat-client": { "name": "@aws/chat-client", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "dependencies": { "@aws/chat-client-ui-types": "^0.0.8",