Skip to content

Commit

Permalink
Upgraded from mysql2 3.3.4 to 3.9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Apr 26, 2024
1 parent c548c25 commit cd5db19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ outline: deep
* Fixed a bug where ving record fields of type 'int' were not being initialized properly.
* Removed unnecessary validation on Dropzone.
* Upgraded to Nuxt 3.11.2 from 3.10.0.
* NOTE: run "npm i"
* Merged VarChar, Text, and MediumText examples in docs into a String Examples section.
* Renamed dbString to dbVarChar, but kept an alias as dbString.
* Built ving schema validation system.
* Fixed a bunch of bugs in the ving schema documentation.
* Moved extensionMap from ving/record/records/S3File.mjs to ving/schema/schemas/S3File.mjs.
* Removed package-lock.json from git repo as it causes upstream conflicts like crazy.
* Upgraded from mysql2 3.3.4 to 3.9.7.
* NOTE: run "npm i"

## 2024-04-24
* Fixed a bug where an error when making calls on currentUserStore would destroy existing data.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"keyv": "^4.5.4",
"lodash": "^4.17.21",
"md-editor-v3": "^4.13.2",
"mysql2": "^2.3.3",
"mysql2": "^3.9.7",
"nodemailer": "^6.9.8",
"nunjucks": "^3.2.4",
"ofetch": "^1.3.4",
Expand Down

0 comments on commit cd5db19

Please sign in to comment.