Skip to content

Commit

Permalink
upgrade vue app dependencies (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 5, 2024
1 parent dae87a6 commit 972ee4c
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 22 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Changelog for the SODAR project. Loosely follows the
`Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_ guidelines.


Unreleased
==========

Changed
-------

- **Samplesheets**
- Upgrade Vue app dependencies (#1986)

Fixed
-----

- **Samplesheets**
- ``generic`` assay plugin inline links pointing to ``ResultsReports`` (#1982)
- ``generic`` assay plugin cache update crash with row path built from ontology column (#1984)


v0.15.0 (2024-08-08)
====================

Expand Down
2 changes: 1 addition & 1 deletion docs_manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'BIH Core Unit Bioinformatics'

# The full version, including alpha/beta/rc tags
release = '0.15.0'
release = '0.15.1-WIP'


# -- General configuration ---------------------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions docs_manual/source/sodar_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ list of changes in current and previous releases, see the
:ref:`full changelog<sodar_changelog>`.


v0.15.1 (WIP)
=============

Release for minor updates, maintenance and bug fixes.

- Fix generic assay plugin issues
- Upgrade critical dependencies
- Minor updates and bug fixes


v0.15.0 (2024-08-08)
====================

Expand Down
29 changes: 9 additions & 20 deletions samplesheets/vueapp/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 samplesheets/vueapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samplesheets",
"version": "0.15.0",
"version": "0.15.1-WIP",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 972ee4c

Please sign in to comment.