Skip to content

Commit

Permalink
Version bump for amazon-chime-sdk-component-library-react@3.8.0 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
simmkyu authored Jun 5, 2023
1 parent 9db02cd commit d9d61c3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 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.8.0] - 2023-06-05

### Added

### Removed

### Changed

### Fixed

## [3.7.0] - 2023-04-25

### Added
Expand Down
24 changes: 12 additions & 12 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.7.0",
"version": "3.8.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.13.0",
"amazon-chime-sdk-js": "^3.14.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.13.0",
"amazon-chime-sdk-js": "^3.14.1",
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0",
"styled-components": "^5.0.0",
Expand Down

0 comments on commit d9d61c3

Please sign in to comment.