Skip to content

Commit fe18b76

Browse files
authored
Version bump for [email protected] (#988)
1 parent 9246a0d commit fe18b76

File tree

3 files changed

+34
-21
lines changed

3 files changed

+34
-21
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [3.11.0] - 2025-02-27
11+
12+
### Added
13+
14+
### Removed
15+
16+
### Changed
17+
18+
### Fixed
19+
1020
## [3.10.0] - 2024-08-08
1121

1222
### Added

package-lock.json

+21-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-chime-sdk-component-library-react",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"description": "Amazon Chime SDK Component Library - React",
55
"main": "lib/index.js",
66
"module": "lib/index.esm.js",
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/eslint-plugin": "^4.33.0",
8585
"@typescript-eslint/parser": "^4.33.0",
8686
"add": "^2.0.6",
87-
"amazon-chime-sdk-js": "^3.23.0",
87+
"amazon-chime-sdk-js": "^3.27.1",
8888
"babel-loader": "^8.1.0",
8989
"css-loader": "^6.7.1",
9090
"eslint": "^7.32.0",
@@ -126,7 +126,7 @@
126126
"webpack-cli": "^4.9.2"
127127
},
128128
"peerDependencies": {
129-
"amazon-chime-sdk-js": "^3.23.0",
129+
"amazon-chime-sdk-js": "^3.27.1",
130130
"react": "^17.0.1 || ^18.0.0",
131131
"react-dom": "^17.0.1 || ^18.0.0",
132132
"styled-components": "^5.0.0 || ^6.0.0",

0 commit comments

Comments
 (0)