Skip to content

Commit

Permalink
Merge pull request #59 from ezewer/master
Browse files Browse the repository at this point in the history
Update submodules for release
  • Loading branch information
ezewer authored Aug 19, 2020
2 parents 91ec763 + 395c132 commit 39d0a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 62 files
+3 −3 package-lock.json
+1 −1 package.json
+42 −3 public/locales/en-US/translations.json
+5 −5 src/components/AccountSummary/AccountSummary.fees.js
+1 −1 src/components/AccountSummary/AccountSummary.js
+6 −2 src/components/AccountSummary/AccountSummary.marginFunds.js
+6 −2 src/components/AccountSummary/AccountSummary.volume.js
+5 −1 src/components/Auth/SignIn/SignIn.js
+10 −8 src/components/Auth/SignUp/SignUp.js
+4 −1 src/components/ConcentrationRisk/ConcentrationRisk.js
+6 −5 src/components/FundingCreditHistory/FundingCreditHistory.columns.js
+6 −5 src/components/FundingLoanHistory/FundingLoanHistory.columns.js
+4 −0 src/components/Ledgers/Ledgers.container.js
+45 −11 src/components/Ledgers/Ledgers.js
+1 −0 src/components/Ledgers/Ledgers.props.js
+2 −2 src/components/Main/Main.js
+5 −0 src/components/Preferences/Preferences.js
+1 −1 src/components/PublicFunding/PublicFunding.columns.js
+1 −1 src/components/PublicTrades/PublicTrades.columns.js
+1 −1 src/components/Snapshots/TickersSnapshot/TickersSnapshot.js
+1 −0 src/components/TaxReport/Result/Result.js
+11 −1 src/components/Wallets/Wallets.data.js
+1 −0 src/components/Wallets/var/index.js
+2 −1 src/state/affiliatesEarnings/saga.js
+10 −4 src/state/auth/Authenticator.js
+0 −6 src/state/base/reducer.js
+28 −10 src/state/filters/reducer.js
+5 −2 src/state/filters/utils.js
+2 −1 src/state/fundingPayment/saga.js
+12 −0 src/state/ledgers/actions.js
+1 −0 src/state/ledgers/constants.js
+43 −13 src/state/ledgers/reducer.js
+5 −2 src/state/ledgers/saga.js
+2 −0 src/state/ledgers/selectors.js
+9 −5 src/state/query/saga.js
+2 −2 src/state/query/utils.js
+2 −1 src/state/stakingPayments/saga.js
+10 −0 src/state/timeRange/actions.js
+1 −0 src/state/timeRange/constants.js
+19 −0 src/state/timeRange/reducer.js
+2 −0 src/state/timeRange/selectors.js
+13 −0 src/state/utils.js
+10 −4 src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.columns.js
+9 −7 src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.js
+61 −10 src/ui/ColumnsFilter/ColumnsFilter.js
+1 −0 src/ui/ColumnsFilter/FilterTypeSelector/FilterTypeSelector.js
+43 −0 src/ui/ColumnsFilter/Selectors/SideSelector.js
+14 −4 src/ui/ColumnsFilter/_ColumnsFilter.scss
+3 −4 src/ui/ColumnsFilter/var/defaultFilters.js
+1 −1 src/ui/ColumnsSelect/ColumnsSelect.js
+1 −1 src/ui/DataTable/DataTable.js
+8 −2 src/ui/DataTable/_DataTable.scss
+74 −0 src/ui/LedgersCategorySelect/LedgersCategorySelect.js
+3 −0 src/ui/LedgersCategorySelect/index.js
+2 −2 src/ui/Select/Select.props.js
+18 −0 src/ui/TimeRangePreservePref/TimeRangePreservePref.container.js
+21 −0 src/ui/TimeRangePreservePref/TimeRangePreservePref.js
+8 −0 src/ui/TimeRangePreservePref/TimeRangePreservePref.props.js
+3 −0 src/ui/TimeRangePreservePref/index.js
+64 −3 src/ui/utils.js
+1 −1 src/var/config.js
+7 −0 src/var/ledgersCategories.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report-electron",
"version": "3.0.3",
"version": "3.0.4",
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
"description": "Reporting tool",
"author": "bitfinex.com",
Expand Down

0 comments on commit 39d0a24

Please sign in to comment.