Skip to content

Commit

Permalink
Version bump for [email protected] (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
michhyun1 authored May 6, 2022
1 parent 20cfe39 commit f8f9bf1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 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.2.0] - 2022-05-04

### Added

### Removed

### Changed

### Fixed

## [3.1.0] - 2022-04-11

### Added
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 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.1.0",
"version": "3.2.0",
"description": "Amazon Chime SDK Component Library - React",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -123,7 +123,7 @@
"webpack-cli": "^4.9.2"
},
"peerDependencies": {
"amazon-chime-sdk-js": "^3.0.0",
"amazon-chime-sdk-js": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.0.0",
Expand Down

0 comments on commit f8f9bf1

Please sign in to comment.