version 1.4.3 changelog

This commit is contained in:
Michael Dausmann
2024-02-19 02:57:35 +11:00
parent d3391c21a6
commit 786665e84e
4 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ node_modules
.env
dist
junk
.DS_Store

View File

@@ -1,5 +1,18 @@
# Changelog
## Version 1.4.3
### Update All Dependencies to latest
- openai (3.3.0 -> 4.28.0)
- superjson (1.12.2 -> 2.2.1)
- node types (18.15.11 -> 20.11.19)
- stripe lib (11.12.0 -> 14.17.0)
- stripe api version (2022-11-15 -> 2023-10-16)
- cookie consent (2.9.2 -> 3.0.0)
- daisyui (2.51.5 -> 4.7.2)
- vitest (0.33.0 -> 1.3.0)
- other minor and patch versions
## Version 1.4.2
- Added Favicons and web manifest and referenced in nuxt.config (I used https://favicon.io/favicon-converter/ to generate the icon assets, seems to work well)
- Added patch folder to hold patch files, should make it easier to update repos based on earlier versions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "supanuxt-saas",
"version": "1.4.2",
"version": "1.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "supanuxt-saas",
"version": "1.4.2",
"version": "1.4.3",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "supanuxt-saas",
"version": "1.4.2",
"version": "1.4.3",
"author": {
"name": "Michael Dausmann",
"email": "mdausmann@gmail.com",