Skip to content

Commit

Permalink
3.3.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed May 15, 2024
1 parent b5fca67 commit a86f05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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,6 +1,6 @@
{
"name": "rpgkeeper",
"version": "3.2.0",
"version": "3.3.0-alpha.0",
"description": "A site for managing your digital character sheets.",
"main": "dist/server/server.js",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions src/client/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ declare module 'vue' {
BFormCheckbox: typeof import('bootstrap-vue-next')['BFormCheckbox']
BFormGroup: typeof import('bootstrap-vue-next')['BFormGroup']
BFormInput: typeof import('bootstrap-vue-next')['BFormInput']
BFormRadio: typeof import('bootstrap-vue-next')['BFormRadio']
BFormRow: typeof import('bootstrap-vue-next')['BFormRow']
BFormSelect: typeof import('bootstrap-vue-next')['BFormSelect']
BFormSpinbutton: typeof import('bootstrap-vue-next')['BFormSpinbutton']
BImg: typeof import('bootstrap-vue-next')['BImg']
BInputGroup: typeof import('bootstrap-vue-next')['BInputGroup']
BInputGroupAppend: typeof import('bootstrap-vue-next')['BInputGroupAppend']
BInputGroupPrepend: typeof import('bootstrap-vue-next')['BInputGroupPrepend']
BInputGroupText: typeof import('bootstrap-vue-next')['BInputGroupText']
BListGroup: typeof import('bootstrap-vue-next')['BListGroup']
BListGroupItem: typeof import('bootstrap-vue-next')['BListGroupItem']
BModal: typeof import('bootstrap-vue-next')['BModal']
Expand All @@ -46,7 +44,6 @@ declare module 'vue' {
BRow: typeof import('bootstrap-vue-next')['BRow']
BTab: typeof import('bootstrap-vue-next')['BTab']
BTable: typeof import('bootstrap-vue-next')['BTable']
BTableLite: typeof import('bootstrap-vue-next')['BTableLite']
BTableSimple: typeof import('bootstrap-vue-next')['BTableSimple']
BTabs: typeof import('bootstrap-vue-next')['BTabs']
BTbody: typeof import('bootstrap-vue-next')['BTbody']
Expand Down

0 comments on commit a86f05f

Please sign in to comment.