Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Aug 23, 2022
1 parent 3a68530 commit feb3b2d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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.2.2",
"version": "1.3.0",
"description": "Functional programming standard library for TypeScript ",
"repository": "https://github.com/gigobyte/purify.git",
"author": "gigobyte <gigobest2@gmail.com>",
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.2.2</HeaderTitleVersion>
<HeaderTitleVersion>v1.3.0</HeaderTitleVersion>
<HamburgerMenu
onClick={this.toggleMenu}
opened={this.state.isMenuShown}
Expand Down
10 changes: 10 additions & 0 deletions site/src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ const Changelog = (props) => (
<Layout location={props.location}>
<div>
<h1>Choose version:</h1>
<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>
Expand Down

0 comments on commit feb3b2d

Please sign in to comment.