Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Feb 2, 2023
1 parent dc3f1dd commit 78e2ba9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 61 deletions.
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,6 +1,6 @@
{
"name": "purify-ts",
"version": "1.3.1",
"version": "1.3.2",
"description": "Functional programming standard library for TypeScript ",
"repository": "https://github.com/gigobyte/purify.git",
"author": "gigobyte <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion site/src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Sidebar extends React.Component {
<Container>
<Header>
<HeaderTitle to="/">Purify</HeaderTitle>
<HeaderTitleVersion>v1.3.1</HeaderTitleVersion>
<HeaderTitleVersion>v1.3.2</HeaderTitleVersion>
<HamburgerMenu
onClick={this.toggleMenu}
opened={this.state.isMenuShown}
Expand Down
62 changes: 5 additions & 57 deletions site/src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const versionStyle = css`
border-radius: 6px;
text-decoration: none;
color: #2877ad;
width: 42px;
min-width: 42px;
text-align: center;
height: 25px;
`
Expand Down Expand Up @@ -52,64 +52,12 @@ const Changelog = (props) => (
<div>
<h1>Choose version:</h1>
<VersionContainer>
<VersionStatic>1.3.1</VersionStatic>
<VersionStatic>1.0.0 - 1.3.2</VersionStatic>
<Description>
Check out the release on{' '}
<a href="https://github.com/gigobyte/purify/releases/tag/v1.3.1">
GitHub
</a>
</Description>
<Date>January 2023</Date>
</VersionContainer>
<VersionContainer>
<VersionStatic>1.3.0</VersionStatic>
<Description>
Check out the release on{' '}
<a href="https://github.com/gigobyte/purify/releases/tag/v1.3.0">
GitHub
</a>
</Description>
<Date>August 2022</Date>
</VersionContainer>
<VersionContainer>
<VersionStatic>1.2.2</VersionStatic>
<Description>
Check out the release on{' '}
<a href="https://github.com/gigobyte/purify/releases/tag/v1.2.2">
GitHub
</a>
</Description>
<Date>June 2022</Date>
</VersionContainer>
<VersionContainer>
<VersionStatic>1.2.0</VersionStatic>
<Description>
Check out the release on{' '}
<a href="https://github.com/gigobyte/purify/releases/tag/v1.2.0">
GitHub
</a>
</Description>
<Date>March 2022</Date>
</VersionContainer>
<VersionContainer>
<VersionStatic>1.1.0</VersionStatic>
<Description>
Check out the release on{' '}
<a href="https://github.com/gigobyte/purify/releases/tag/v1.1.0">
GitHub
</a>
</Description>
<Date>October 2021</Date>
</VersionContainer>
<VersionContainer>
<VersionStatic>1.0.0</VersionStatic>
<Description>
Check out the release on{' '}
<a href="https://github.com/gigobyte/purify/releases/tag/v1.0.0">
GitHub
</a>
Since v1 purify follows semantic versioning, you can check out all
releases on{' '}
<a href="https://github.com/gigobyte/purify/releases">GitHub</a>
</Description>
<Date>July 2021</Date>
</VersionContainer>
<VersionContainer>
<VersionStatic>0.16.3</VersionStatic>
Expand Down

0 comments on commit 78e2ba9

Please sign in to comment.