version 1.4.3 changelog
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ node_modules
|
||||
.env
|
||||
dist
|
||||
junk
|
||||
.DS_Store
|
||||
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
@@ -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
4
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "supanuxt-saas",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"author": {
|
||||
"name": "Michael Dausmann",
|
||||
"email": "mdausmann@gmail.com",
|
||||
|
||||
Reference in New Issue
Block a user