Skip to content

Commit

Permalink
release-1.4.0: changlelog and updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mgibson-casper committed Jun 22, 2023
1 parent 64f2ea4 commit 8ae9f22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - 2023-06-22

### Added

- Search params for table pagination/sorting
- More internal UI-kit components
- Unit tests for some critical components
- Fixed a small external package vulnerability
- Addressed minor UI styles for mobile
- Updated validators table to include next era

## [1.3.0] - 2023-05-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
Expand Down

0 comments on commit 8ae9f22

Please sign in to comment.