Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
chainswap: release 0.23.4 (#29)
Browse files Browse the repository at this point in the history
**General Checklist:**

- [x] Tests added for this feature/bug
- [x] All tests are passed
- [x] No lint error
- Review

  - [x] Has been reviewed

- [x] Conform by the [merge request performance guides]
- [x] Conform by the [style guides]
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

**Tasks Checklist**

- [x] Study requirement
- [x] Upgrade mm2 app
- [x] Build app
- [x] Test app
- [x] Merge new release to production branch

**What are the relevant issue numbers?**

Closes #28
  • Loading branch information
particle4dev committed Aug 9, 2019
1 parent bb21007 commit e8a7b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/atomicdex-app/app/containers/DexPage/index.js
Expand Up @@ -21,7 +21,7 @@ import { NavigationLayout } from '../Layout';
import CoinsSelectionDialog from '../CoinsSelectionDialog';
import HeaderTabs from './components/HeaderTabs';
import JoyrideGuilddance from './components/JoyrideGuilddance';
import TestSwap from './components/TestSwap';
// import TestSwap from './components/TestSwap';
import MyOrdersTab from './MyOrdersTab';
import PlaceOrderTab from './PlaceOrderTab';
import ProgressBar from './ProgressBar';
Expand Down Expand Up @@ -125,7 +125,7 @@ class DexPage extends React.Component<IDexPageProps, IDexPageState> {
<MyOrdersTab handleChangeTab={this.handleChange} />
</TabContainer>
</ErrorBoundary>
<TestSwap />
{/* <TestSwap /> */}
</NavigationLayout>
</React.Fragment>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/atomicdex-app/package.json
@@ -1,7 +1,7 @@
{
"name": "chainswap-app",
"productName": "Chainswap Application",
"version": "0.23.0",
"version": "0.23.4",
"private": true,
"description": "An instant exchange built on top of BarterDEX swap",
"homepage": "https://github.com/chainmakers/komodo-ui-mono-repository/tree/master/packages/atomicdex-app#readme",
Expand Down

0 comments on commit e8a7b21

Please sign in to comment.