Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
RihanArfan committed Oct 24, 2024
2 parents 3af9654 + db89b0d commit aa3d09f
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 249 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v0.7.37

[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.36...v0.7.37)

### 📖 Documentation

- Add note about CSP when serving blobs ([47448a2](https://github.com/nuxt-hub/core/commit/47448a2))

### 🏡 Chore

- Use `compiled` hook from nitro to final build event ([#338](https://github.com/nuxt-hub/core/pull/338))
- Update deps ([9fd90f4](https://github.com/nuxt-hub/core/commit/9fd90f4))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](http://github.com/atinux))

## v0.7.36

[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.35...v0.7.36)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
"version": "0.7.36",
"version": "0.7.37",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@nuxt/devtools-kit": "^1.6.0",
"@nuxt/kit": "^3.13.2",
"@uploadthing/mime-types": "^0.3.0",
Expand All @@ -65,13 +65,13 @@
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.4",
"@nuxthub/core": "link:",
"@types/node": "^22.7.8",
"@types/node": "^22.7.9",
"changelogen": "^0.5.7",
"eslint": "^9.13.0",
"nuxt": "^3.13.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"wrangler": "^3.82.0"
"wrangler": "^3.83.0"
},
"packageManager": "pnpm@9.12.2"
}
Loading

0 comments on commit aa3d09f

Please sign in to comment.