Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Aug 3, 2024
1 parent 75e7e19 commit f7da4be
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 82 deletions.
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "onebacklog",
"version": "2.2.8",
"version": "2.2.9",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -23,20 +23,20 @@
"@fortawesome/vue-fontawesome": "^3.0.8",
"@popperjs/core": "^2.11.8",
"@vueup/vue-quill": "^1.2.0",
"axios": "^1.7.2",
"axios": "^1.7.3",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.2",
"mitt": "^3.0.1",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.4.0",
"vue-router": "^4.4.2",
"vuex": "^4.1.0"
},
"overrides": {
"quill": "^2.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5"
},
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.8',
appVersion: 'v.2.2.9',
logo: logo,
disableOkButton: false,
oldPassword: '',
Expand Down
12 changes: 12 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,18 @@
<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.9 - 3 August 2024 Bug fix, refactoring</h3>
<p>Bug fixes:</p>
<ul>
<li>Fix feature to add a selection on id or a search in titles on top of a filtered tree</li>
</ul>
<p>Refactoring</p>
<ul>
<li>Full integration of team change in local and remote detail view and planning board</li>
<li>Refactor team change using a new couchDb filter and the messenger document to efficiently trigger updates when syncing with other online users</li>
<li>Allow user to search on title when a selection on id is open and vice versa. The open selection/search is undone automatically</li>
<li>Make the log list scrollable</li>
</ul>
<h3>v.2.2.8 - 28 July 2024 Bug fix, refactoring</h3>
<p>Bug fixes:</p>
<ul>
Expand Down

0 comments on commit f7da4be

Please sign in to comment.