Skip to content

Commit

Permalink
Merge pull request #2052 from CityOfZion/release/2.6.2
Browse files Browse the repository at this point in the history
Release/2.6.2
  • Loading branch information
comountainclimber committed Jan 18, 2021
2 parents eeefd3c + 74b3885 commit f371726
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __tests__/components/__snapshots__/Settings.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ exports[`Settings renders without crashing 1`] = `
Manage your neon wallet
</FormattedMessage>
- v
2.6.1
2.6.2
</div>
<div
className="settingsPanelHeaderItem"
Expand Down
38 changes: 35 additions & 3 deletions app/components/Modals/ReleaseNotesModal/ReleaseNotesModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,41 @@ const ReleaseNotesModal = ({ hideModal, theme }: Props) => (
)}
>
<div className={styles.releaseNotesContents}>
<div className={styles.release}>
<div className={styles.releaseContent}>
<small className={styles.date}>Jan 18th 2021 </small>
<h3>Patch v2.6.2</h3>

<p>
In this update you will find the following minor improvements:
<br />
<br />
<li>Fixes bug related to SWTH contract</li>
<li>
Adds dutch translation{' '}
<span aria-label="party" role="img">
🇳🇱🎉
</span>{' '}
</li>
<li>Performance enhancements</li>
<br />
View full details of this release on GitHub
<br />
</p>

<Github
onClick={() =>
electron.shell.openExternal(
'https://github.com/CityOfZion/neon-wallet/releases/tag/v2.6.2',
)
}
/>
</div>
<div className={styles.marketingImage}>
{theme === 'Light' ? <PatchLight /> : <PatchDark />}
</div>
</div>

<div className={styles.release}>
<div className={styles.releaseContent}>
<small className={styles.date}>Dec 1st 2020 </small>
Expand All @@ -67,9 +102,6 @@ const ReleaseNotesModal = ({ hideModal, theme }: Props) => (
}
/>
</div>
<div className={styles.marketingImage}>
{theme === 'Light' ? <PatchLight /> : <PatchDark />}
</div>
</div>

<div className={styles.release}>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.6.1",
"version": "2.6.2",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit f371726

Please sign in to comment.