Skip to content

Commit

Permalink
chore(release): 1.258.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.258.0](v1.257.1...v1.258.0) (2022-03-16)

### Bug Fixes

* **ActivitiesJsonAdapter:** use only ac Column components as children of ac ColumnSet component ([1d64874](1d64874))
* **WebexActivity:** do not display the message text if the message contains a card ([9b33781](9b33781))

### Features

* **Popup:** implement Popup component ([4e6610f](4e6610f))
  • Loading branch information
webex-components-publisher committed Mar 16, 2022
1 parent 4e6610f commit 3006643
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.258.0](https://github.com/webex/components/compare/v1.257.1...v1.258.0) (2022-03-16)


### Bug Fixes

* **ActivitiesJsonAdapter:** use only ac Column components as children of ac ColumnSet component ([1d64874](https://github.com/webex/components/commit/1d64874f07b19c6cf0d7cc8b3d28f8cbbdf6be98))
* **WebexActivity:** do not display the message text if the message contains a card ([9b33781](https://github.com/webex/components/commit/9b33781b1f6b0692457202e0cdad51ec3c3ecf1d))


### Features

* **Popup:** implement Popup component ([4e6610f](https://github.com/webex/components/commit/4e6610fe215f2a183bde688a6768aec8070c7871))

## [1.257.1](https://github.com/webex/components/compare/v1.257.0...v1.257.1) (2022-03-16)


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.257.1",
"version": "1.258.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 3006643

Please sign in to comment.