Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Jul 13, 2024
1 parent 78dbf4d commit 5729050
Show file tree
Hide file tree
Showing 4 changed files with 18 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,7 +1,7 @@
{
"type": "module",
"name": "onebacklog",
"version": "2.2.5",
"version": "2.2.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function created() {

function data() {
return {
appVersion: 'v.2.2.5',
appVersion: 'v.2.2.6',
logo: logo,
disableOkButton: false,
oldPassword: '',
Expand Down
14 changes: 14 additions & 0 deletions src/components/rel-notes/Rel-Notes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
<BCol cols="12" class="left-column">
<h1>RELEASE NOTES</h1>
<p v-if="store.state.demo">Note: This is a demo version of the application.</p>
<h3>v.2.2.6 - 13 July 2024 New features, bug fix, refactoring</h3>
<p>New features</p>
<ul>
<li>Copy parent's change notices subcriptions on newly created item</li>
<li>Block firering bulk update of change notice subscriptions when busy, show 'Busy, please wait ...' on button</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Cannot insert user stories in the products overview, Fixed</li>
</ul>
<p>Refactoring:</p>
<ul>
<li>Add the subscribed users for change notices to the node data, so that these are easily available</li>
</ul>
<h3>v.2.2.5 - 9 July 2024 refactoring</h3>
<p>Changes</p>
<ul>
Expand Down

0 comments on commit 5729050

Please sign in to comment.