Skip to content

Commit

Permalink
Version bump for [email protected] (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylonChime authored Apr 12, 2024
1 parent f86eb0d commit 88216ed
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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.9.0] - 2024-04-12

### Added

### Removed

### Changed

### Fixed

## [3.8.0] - 2023-06-05

### Added
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

8 changes: 4 additions & 4 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.8.0",
"version": "3.9.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.20.0",
"amazon-chime-sdk-js": "^3.21.1",
"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.14.1",
"amazon-chime-sdk-js": "^3.21.1",
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0",
"styled-components": "^5.0.0",
Expand All @@ -135,4 +135,4 @@
"prettier": {
"singleQuote": true
}
}
}

0 comments on commit 88216ed

Please sign in to comment.