[go: up one dir, main page]

Skip to content

Commit

Permalink
- CHG: Version bump for bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Jun 24, 2024
1 parent c3410f8 commit 83b942d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "germinate",
"version": "4.7.3",
"version": "4.7.4",
"description": "Germinate is an open source plant database infrastructure and application programming platform on which complex data from genetic resource collections can be stored, queried and visualized",
"author": "Sebastian Raubach",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/util.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import store from '@/store'
import { event } from 'vue-gtag'

const germinateVersion = '4.7.3'
const germinateVersion = '4.7.4'

/**
* Generates a v4 UUID
Expand Down
15 changes: 15 additions & 0 deletions src/plugins/changelog/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"version": "4.7.4",
"date": "2024-06-24",
"items": [
{
"type": "bugfix",
"title": "Trait data import",
"text": "Fixed an issue with the import of trials data where importing data for non-existent traits would fail.",
"categories": [
"admin",
"user"
]
}
]
},
{
"version": "4.7.3",
"date": "2024-06-05",
Expand Down

0 comments on commit 83b942d

Please sign in to comment.