Skip to content

Commit

Permalink
Fix incorrect version bump and set correct version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
const8ine committed Sep 17, 2024
1 parent dc242e4 commit f798d3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

# Release v1.2.0

## Features
- #253. Add dynamic content to pages
- Pass data from content API to a wizard and footer section
- Optimize data loading for dynamic content
Expand All @@ -40,5 +39,18 @@
- Layout for static and dynamic hints in the carousel
- Added a new dataset for downloading — "Genes and confidence level"



# Release v1.2.1

- #310. Multiple fixes for datasets downloading
- Fix. Correct dataset name
- Fix. Column names in snake case
- Fix. Correct column names
- Fix. Generate correct table headers
- Disable strings sanitization
- Fix temperature columns, use two columns instead one
- Small improvements
- Noissue. Short logo in header
- Noissue. Search by multiple random genes
- Noissue. Highlight Genes button
- Noissue. Remove a link to an outdated project board
- Noissue. Add support chat
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-genes-frontend",
"version": "1.3.0",
"version": "1.2.1",
"scripts": {
"spriteset-general": "svg-sprite --symbol --dest=src/assets/images/icons/sprites src/assets/images/icons/source/general/*.svg --symbol-sprite=general.sprite.svg",
"spriteset-no-content": "svg-sprite --symbol --dest=src/assets/images/icons/sprites src/assets/images/icons/source/no-content/*.svg --symbol-sprite=no-content.sprite.svg",
Expand Down

0 comments on commit f798d3d

Please sign in to comment.