Skip to content

Commit

Permalink
chore(release): 1.223.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.223.0](v1.222.0...v1.223.0) (2022-01-11)

### Features

* **AdaptiveCard:** configure templating support ([7d58328](7d58328))
* **AdaptiveCardsActionSet:** create ActionSet component ([ffaec88](ffaec88))
* **AdaptiveCardsComponent:** implement backgroundImage property ([abbc2ba](abbc2ba))
* **AdaptiveCardsInputNumber:** implement Input.Number component ([18be70c](18be70c))
  • Loading branch information
webex-components-publisher committed Jan 11, 2022
1 parent 18be70c commit 7818708
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.223.0](https://github.com/webex/components/compare/v1.222.0...v1.223.0) (2022-01-11)


### Features

* **AdaptiveCard:** configure templating support ([7d58328](https://github.com/webex/components/commit/7d583288a6e3604dfd4599f89a7c01b070c6ac8a))
* **AdaptiveCardsActionSet:** create ActionSet component ([ffaec88](https://github.com/webex/components/commit/ffaec88776aa878333577839bc5de5a6c04585c3))
* **AdaptiveCardsComponent:** implement backgroundImage property ([abbc2ba](https://github.com/webex/components/commit/abbc2ba9b813c9dda5a32916e07136fc6bccc47c))
* **AdaptiveCardsInputNumber:** implement Input.Number component ([18be70c](https://github.com/webex/components/commit/18be70cbb318b9e9a0427e9eb6da75039910be49))

# [1.222.0](https://github.com/webex/components/compare/v1.221.0...v1.222.0) (2021-12-22)


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.

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/components",
"version": "1.222.0",
"version": "1.223.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 7818708

Please sign in to comment.