Skip to content

Commit 1af4d38

Browse files
authored
Revert "Version bump for [email protected] (#980)" (#984)
This reverts commit 2eb6e5d.
1 parent e7dd439 commit 1af4d38

File tree

4 files changed

+14
-24
lines changed

4 files changed

+14
-24
lines changed

CHANGELOG.md

-10
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ 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-
2010
## [3.10.0] - 2024-08-08
2111

2212
### Added

package-lock.json

+10-10
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.11.0",
3+
"version": "3.10.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.26.0",
88+
"amazon-chime-sdk-js": "^3.23.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.26.0",
129+
"amazon-chime-sdk-js": "^3.23.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

+1-1
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@18 react-dom@18']);
100+
spawnOrFail('npm', ['install react react-dom']);
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)