Skip to content

Commit

Permalink
chore(release): 1.217.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.217.0](v1.216.1...v1.217.0) (2021-12-21)

### Features

* **AdaptiveCardsComponent:** implement properties 'color' and 'isSubtle' ([61744e1](61744e1))
* **AdaptiveCardsFactSet:** create FactSet component ([cd7e0ec](cd7e0ec))
* **AdaptiveCardsRichTextBlock:** create RichTextBlock component ([416232d](416232d))
  • Loading branch information
webex-components-publisher committed Dec 21, 2021
1 parent cd7e0ec commit f25d604
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.217.0](https://github.com/webex/components/compare/v1.216.1...v1.217.0) (2021-12-21)


### Features

* **AdaptiveCardsComponent:** implement properties 'color' and 'isSubtle' ([61744e1](https://github.com/webex/components/commit/61744e1ed114774038e42248a0b8e3f126409366))
* **AdaptiveCardsFactSet:** create FactSet component ([cd7e0ec](https://github.com/webex/components/commit/cd7e0ecb516a39ca0f6f41794627dd046d0e54df))
* **AdaptiveCardsRichTextBlock:** create RichTextBlock component ([416232d](https://github.com/webex/components/commit/416232d0b5456b12a756f12f5659f9c5af2acafc))

## [1.216.1](https://github.com/webex/components/compare/v1.216.0...v1.216.1) (2021-12-20)


Expand Down
2 changes: 1 addition & 1 deletion docs/bundle-analysis-esm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle-analysis-umd.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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/components",
"version": "1.216.1",
"version": "1.217.0",
"browser": "dist/umd/webex-components.umd.min.js",
"unpkg": "dist/umd/webex-components.umd.min.js",
"module": "dist/es/webex-components.es.min.js",
Expand Down

0 comments on commit f25d604

Please sign in to comment.