Skip to content

Commit

Permalink
Merge branch 'main' of github.com:deriv-com/ui into aizad/FEQ-1560/pa…
Browse files Browse the repository at this point in the history
…ssword-input
  • Loading branch information
aizad-deriv committed Feb 1, 2024
2 parents fced196 + 63365d8 commit c401ee1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.2](https://github.com/deriv-com/ui/compare/v1.1.1...v1.1.2) (2024-02-01)


### 🐛 Bug Fixes

* exported missing components and hooks ([7471d04](https://github.com/deriv-com/ui/commit/7471d04183804c1d73c19f8184fe9b8349d8414c))
* exported missing components and hooks ([87c5c85](https://github.com/deriv-com/ui/commit/87c5c85ee7a24d2d1da1062872fe23c1b01445d6))

## [1.1.1](https://github.com/deriv-com/ui/compare/v1.1.0...v1.1.1) (2024-01-31)


Expand Down
8 changes: 5 additions & 3 deletions lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
export { Button } from "./components/Button";
export { Dropdown } from "./components/Dropdown";
export { Input } from "./components/Input";
export { PageLayout } from "./components/Layout";
export { Loader } from "./components/Loader";
export { PageLayout } from "./components/Layout";
export { Tab, Tabs } from "./components/Tabs";
export { Text } from "./components/Text";
export { Tooltip } from "./components/Tooltip";
export { ToggleSwitch } from "./components/ToggleSwitch";
export { PasswordInput } from "./components/PasswordInput";
export { Tooltip } from "./components/Tooltip";
export { useDevice } from "./hooks/useDevice";
export { useOnClickOutside } from "./hooks/useOnClickOutside";
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "@deriv-com/ui",
"private": false,
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"main": "dist/main.js",
"files": [
Expand Down

0 comments on commit c401ee1

Please sign in to comment.