Skip to content

Commit ef18e82

Browse files
chore(release): 1.273.0 [skip ci]
# [1.273.0](v1.272.3...v1.273.0) (2024-07-04) ### Bug Fixes * **meetings:** add-bottom-padding-to-captcha-div ([793a865](793a865)) * **meetings:** add-styles-to-refresh-button ([7d648ae](7d648ae)) * **meetings:** added CapctchaInput element ([9ac78e8](9ac78e8)) * **meetings:** correction ([b354ab4](b354ab4)) * **meetings:** more additions, tested captcha flow with different scenarios ([2124d13](2124d13)) * **meetings:** test fix ([80a4531](80a4531)) ### Features * **meetings:** add-refresh-captcha-flow ([f673183](f673183))
1 parent 793a865 commit ef18e82

5 files changed

+21
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.273.0](https://github.com/webex/components/compare/v1.272.3...v1.273.0) (2024-07-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **meetings:** add-bottom-padding-to-captcha-div ([793a865](https://github.com/webex/components/commit/793a865bc9191c873392fd6a60cb399a7b375523))
7+
* **meetings:** add-styles-to-refresh-button ([7d648ae](https://github.com/webex/components/commit/7d648ae4f518397b2a1cea52622272dc8d3fb626))
8+
* **meetings:** added CapctchaInput element ([9ac78e8](https://github.com/webex/components/commit/9ac78e8f747791f7b607bdd7ebbc3797d36641bf))
9+
* **meetings:** correction ([b354ab4](https://github.com/webex/components/commit/b354ab4d311fba63331292e9b0512b632403ab59))
10+
* **meetings:** more additions, tested captcha flow with different scenarios ([2124d13](https://github.com/webex/components/commit/2124d132899d2f21d78482ba0375a2a81db5119e))
11+
* **meetings:** test fix ([80a4531](https://github.com/webex/components/commit/80a4531b35c471622220db3ce4091fec86839828))
12+
13+
14+
### Features
15+
16+
* **meetings:** add-refresh-captcha-flow ([f673183](https://github.com/webex/components/commit/f6731838e9144362f8e737b192c3a3d3d3694fd9))
17+
118
## [1.272.3](https://github.com/webex/components/compare/v1.272.2...v1.272.3) (2023-10-04)
219

320

docs/bundle-analysis-esm.html

+1-1
Large diffs are not rendered by default.

docs/bundle-analysis-umd.html

+1-1
Large diffs are not rendered by default.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webex/components",
3-
"version": "1.272.3",
3+
"version": "1.273.0",
44
"browser": "dist/umd/webex-components.umd.min.js",
55
"unpkg": "dist/umd/webex-components.umd.min.js",
66
"module": "dist/es/webex-components.es.min.js",

0 commit comments

Comments
 (0)