Skip to content

Commit 2eb6e5d

Browse files
authored
Version bump for [email protected] (#980)
1 parent 662e0be commit 2eb6e5d

File tree

4 files changed

+24
-14
lines changed

4 files changed

+24
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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-01-15
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

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
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",
@@ -85,7 +85,7 @@
8585
"@typescript-eslint/eslint-plugin": "^4.33.0",
8686
"@typescript-eslint/parser": "^4.33.0",
8787
"add": "^2.0.6",
88-
"amazon-chime-sdk-js": "^3.23.0",
88+
"amazon-chime-sdk-js": "^3.26.0",
8989
"babel-loader": "^8.1.0",
9090
"css-loader": "^6.7.1",
9191
"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.26.0",
130130
"react": "^17.0.1 || ^18.0.0",
131131
"react-dom": "^17.0.1 || ^18.0.0",
132132
"styled-components": "^5.0.0",

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const checkNPMDepsInstall = () => {
9797
}
9898
process.chdir(path.join(__dirname, '../../dependency-check-app'));
9999
spawnOrFail('npm', ['init -y']);
100-
spawnOrFail('npm', ['install react react-dom']);
100+
spawnOrFail('npm', ['install react@18 react-dom@18']);
101101

102102
// As of June 5, 2023, running `npm install styled-components` fails due to this issue.
103103
// https://github.com/styled-components/styled-components/issues/3998

0 commit comments

Comments
 (0)