Skip to content

Commit

Permalink
chore(release): 1.269.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.269.0](v1.268.0...v1.269.0) (2022-07-28)

### Bug Fixes

* **WebexCreateSpace:** css fix webex search avatar ([78550c1](78550c1))
* **WebexCreateSpace:** remove extra space on top of search field and text alignment issue fixes ([770f619](770f619))

### Features

* **SignIn:** add style and children parameters ([774c9e1](774c9e1))
* **SignIn:** emit operational metrics ([7db12ed](7db12ed))
* **WebexCreateSpace:** add create space component ([a45533a](a45533a))
* **WebexSearchPeople:** add debounce method on the onChange event ([b235fa6](b235fa6))
* **WebexSearchPeople:** add search people component ([70100bd](70100bd))
  • Loading branch information
webex-components-publisher committed Jul 28, 2022
1 parent 770f619 commit efc1588
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.269.0](https://github.com/webex/components/compare/v1.268.0...v1.269.0) (2022-07-28)


### Bug Fixes

* **WebexCreateSpace:** css fix webex search avatar ([78550c1](https://github.com/webex/components/commit/78550c182795051d5478439c32fa2abef6d072ca))
* **WebexCreateSpace:** remove extra space on top of search field and text alignment issue fixes ([770f619](https://github.com/webex/components/commit/770f619970756c587c1185203ee2d31e182535d2))


### Features

* **SignIn:** add style and children parameters ([774c9e1](https://github.com/webex/components/commit/774c9e1d873a777871f447e2926d779720e82935))
* **SignIn:** emit operational metrics ([7db12ed](https://github.com/webex/components/commit/7db12ed6fc2866bb8cd99d2a2105824142b80e5a))
* **WebexCreateSpace:** add create space component ([a45533a](https://github.com/webex/components/commit/a45533a1d8dbf6c5a05df0fc0e50d2da81cddecf))
* **WebexSearchPeople:** add debounce method on the onChange event ([b235fa6](https://github.com/webex/components/commit/b235fa6e34ccd2cca9708e30edb3b09d98d3f119))
* **WebexSearchPeople:** add search people component ([70100bd](https://github.com/webex/components/commit/70100bd0d585663cb0f8035963bde720e45bbed8))

# [1.268.0](https://github.com/webex/components/compare/v1.267.3...v1.268.0) (2022-05-13)


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.268.0",
"version": "1.269.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 efc1588

Please sign in to comment.