@pocketprep/ui-kit 3.0.9 → 3.0.10

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.
@@ -1489,7 +1489,7 @@ export default class Question extends Vue {
1489
1489
  }
1490
1490
  }
1491
1491
 
1492
- @Emit('update:selectedChoices')
1492
+ @Emit('selectedChoices')
1493
1493
  emitSelectedChoices (selectedChoices: Study.Cloud.IQuizAnswer) {
1494
1494
  return selectedChoices
1495
1495
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {