Skip to content

Commit

Permalink
chore(release): 1.252.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.252.0](v1.251.0...v1.252.0) (2022-02-18)

### Bug Fixes

* **InputField:** eliminate extra outline for input field ([51e111a](51e111a))

### Features

* **inputs:** create NumberInput component ([578c095](578c095))
  • Loading branch information
webex-components-publisher committed Feb 18, 2022
1 parent 51e111a commit 9cc0bc3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.252.0](https://github.com/webex/components/compare/v1.251.0...v1.252.0) (2022-02-18)


### Bug Fixes

* **InputField:** eliminate extra outline for input field ([51e111a](https://github.com/webex/components/commit/51e111a5492f7494b339522af49ca055cdc77146))


### Features

* **inputs:** create NumberInput component ([578c095](https://github.com/webex/components/commit/578c095e2928647cb6133073953b82160845c62d))

# [1.251.0](https://github.com/webex/components/compare/v1.250.1...v1.251.0) (2022-02-18)


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.251.0",
"version": "1.252.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 9cc0bc3

Please sign in to comment.