@dcrackel/hematournamentui 1.0.111 → 1.0.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.111",
4
+ "version": "1.0.113",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -200,6 +200,7 @@ export default {
200
200
  this.showDirectorModal = true;
201
201
  this.selectedBout = updatedBout;
202
202
  }
203
+ this.$emit('update:directing-bout', updatedBout)
203
204
  },
204
205
  editBout(bout) {
205
206
  const updatedBout = this.bouts.find(b => b.BoutId === bout.BoutId);