Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Version bump for [email protected] #981

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.11.0] - 2025-01-15

### Added

### Removed

### Changed

### Fixed

## [3.10.0] - 2024-08-08

### Added
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-chime-sdk-component-library-react",
"version": "3.11.0",
"version": "3.10.0",
"description": "Amazon Chime SDK Component Library - React",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"add": "^2.0.6",
"amazon-chime-sdk-js": "^3.26.0",
"amazon-chime-sdk-js": "^3.23.0",
"babel-loader": "^8.1.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
"webpack-cli": "^4.9.2"
},
"peerDependencies": {
"amazon-chime-sdk-js": "^3.26.0",
"amazon-chime-sdk-js": "^3.23.0",
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0",
"styled-components": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const checkNPMDepsInstall = () => {
}
process.chdir(path.join(__dirname, '../../dependency-check-app'));
spawnOrFail('npm', ['init -y']);
spawnOrFail('npm', ['install react@18 react-dom@18']);
spawnOrFail('npm', ['install react react-dom']);

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