Skip to content

Commit

Permalink
Develop (#46)
Browse files Browse the repository at this point in the history
* Making dialog buttons labels controlled by UIStore, and removing close onClick

* Fixing dialog test

* Feat/stories (#41)

* feat: input stories

* fix: onChange DateRange value

* chore: update storybook version

* chore(deps): bump node-fetch from 2.6.6 to 2.6.7 (#40)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 0.3.1

* lint: unused vars deleted

* fix: input imports

* 0.3.2

* 0.3.3

Co-authored-by: Yuri Pereira <yuri@eurekalabs.com.br>
Co-authored-by: Sampaio Leal <samp14hd@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Feb 2, 2022
1 parent 30202ed commit 25be47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@euk-labs/componentz",
"version": "0.3.2",
"version": "0.3.3",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Inputs/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './CurrencyField';
export * from './CurrencyField/NumberFormat';
export { default as CurrencyField } from './CurrencyField';
export { default as NumberFormat } from './CurrencyField/NumberFormat';
export * from './DateRangePicker';
export {
default as Autocomplete,
Expand Down

0 comments on commit 25be47e

Please sign in to comment.