Skip to content

Commit c818450

Browse files
michhyun1ltrung
andauthored
Co-authored-by: Trung Le <[email protected]>
1 parent d9b33dd commit c818450

File tree

6 files changed

+26
-23
lines changed

6 files changed

+26
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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-
## [Unreleased]
10+
## [2.6.0] - 2021-06-16
1111

1212
### Fixed
1313

demo/meeting/package-lock.json

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/meeting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@typescript-eslint/eslint-plugin": "^2.19.2",
1010
"@typescript-eslint/parser": "^2.19.2",
1111
"amazon-chime-sdk-component-library-react": "file:.yalc/amazon-chime-sdk-component-library-react",
12-
"amazon-chime-sdk-js": "^2.10.0",
12+
"amazon-chime-sdk-js": "^2.11.0",
1313
"aws-sdk": "^2.731.0",
1414
"react": "^17.0.1",
1515
"react-dom": "^17.0.1",

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-chime-sdk-component-library-react",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Amazon Chime SDK Component Library - React",
55
"main": "lib/index.js",
66
"module": "lib/index.esm.js",
@@ -72,7 +72,7 @@
7272
"@types/throttle-debounce": "^2.1.0",
7373
"@types/uuid": "^7.0.3",
7474
"add": "^2.0.6",
75-
"amazon-chime-sdk-js": "^2.10.0",
75+
"amazon-chime-sdk-js": "^2.11.0",
7676
"babel-loader": "^8.1.0",
7777
"css-loader": "^2.1.1",
7878
"jest": "^26.6.3",
@@ -106,7 +106,7 @@
106106
"webpack-cli": "^3.3.2"
107107
},
108108
"peerDependencies": {
109-
"amazon-chime-sdk-js": "^2.10.0",
109+
"amazon-chime-sdk-js": "^2.11.0",
110110
"react": "^17.0.1",
111111
"react-dom": "^17.0.1",
112112
"styled-components": "^5.0.0",

src/versioning/Versioning.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export class Versioning {
1313
* Return string representation of SDK version
1414
*/
1515
static get sdkVersion(): string {
16-
return '2.5.0';
16+
return '2.6.0';
1717
}
1818
}

0 commit comments

Comments
 (0)