Skip to content

Commit

Permalink
chore(release): 1.100.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.100.0](v1.99.0...v1.100.0) (2022-02-08)

### Bug Fixes

* **ActivitiesSdkAdapter:** rename mock sdk activity that contains adaptive card definition ([79b7370](79b7370))

### Features

* **ActivitiesSdkAdapter:** implement a method to post an activity ([b971b02](b971b02))
* **rooms:** add getRoomActivities method ([f84eb0e](f84eb0e))
  • Loading branch information
webex-components-publisher committed Feb 8, 2022
1 parent 79b7370 commit a753f51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.100.0](https://github.com/webex/sdk-component-adapter/compare/v1.99.0...v1.100.0) (2022-02-08)


### Bug Fixes

* **ActivitiesSdkAdapter:** rename mock sdk activity that contains adaptive card definition ([79b7370](https://github.com/webex/sdk-component-adapter/commit/79b737031500017590d32ea8181e595cd40420d4))


### Features

* **ActivitiesSdkAdapter:** implement a method to post an activity ([b971b02](https://github.com/webex/sdk-component-adapter/commit/b971b02fb7c40bb1209866b7b4565d486bdaff43))
* **rooms:** add getRoomActivities method ([f84eb0e](https://github.com/webex/sdk-component-adapter/commit/f84eb0ef28b489ef2f0340adc1b5f7a908cabadc))

# [1.99.0](https://github.com/webex/sdk-component-adapter/compare/v1.98.0...v1.99.0) (2022-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.99.0",
"version": "1.100.0",
"main": "dist/webexSDKComponentAdapter.esm.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit a753f51

Please sign in to comment.