Skip to content

Commit 4529b9e

Browse files
committed
chore: sync
1 parent 3e01dc1 commit 4529b9e

7 files changed

Lines changed: 88 additions & 71 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v6.3.3...main
5+
6+
[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.3.3...main)
7+
8+
### 🩹 Fixes
9+
10+
- Add missing nitro presets to compatibility map ([#559](https://github.com/nuxt-modules/og-image/pull/559))
11+
12+
### 🏡 Chore
13+
14+
- Sync ([e2dcc301](https://github.com/nuxt-modules/og-image/commit/e2dcc301))
15+
- Sync ([bd3b422f](https://github.com/nuxt-modules/og-image/commit/bd3b422f))
16+
17+
### ❤️ Contributors
18+
19+
- Harlan Wilton ([@harlan-zw](https://github.com/harlan-zw))
20+
421
## v6.3.2...main
522

623
[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.3.2...main)

examples/basic-satori/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fontless": "^0.2.1",
1515
"nuxt": "^4.4.2",
1616
"nuxt-og-image": "latest",
17-
"nuxt-site-config": "^4.0.7",
17+
"nuxt-site-config": "^4.0.8",
1818
"satori": "^0.26.0",
1919
"tailwindcss": "^4.2.2",
2020
"vue": "^3.5.32"

examples/basic-takumi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"dependencies": {
1111
"@nuxt/fonts": "^0.14.0",
1212
"@tailwindcss/vite": "^4.2.2",
13-
"@takumi-rs/core": "^1.0.0-rc.16",
13+
"@takumi-rs/core": "^1.0.0-rc.17",
1414
"nuxt": "^4.4.2",
1515
"nuxt-og-image": "latest",
16-
"nuxt-site-config": "^4.0.7",
16+
"nuxt-site-config": "^4.0.8",
1717
"tailwindcss": "^4.2.2",
1818
"vue": "^3.5.32"
1919
}

examples/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fontless": "^0.2.1",
1616
"nuxt": "^4.4.2",
1717
"nuxt-og-image": "latest",
18-
"nuxt-site-config": "^4.0.7",
18+
"nuxt-site-config": "^4.0.8",
1919
"satori": "^0.26.0",
2020
"tailwindcss": "^4.2.2",
2121
"vue": "^3.5.32"

examples/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fontless": "^0.2.1",
1616
"nuxt": "^4.4.2",
1717
"nuxt-og-image": "latest",
18-
"nuxt-site-config": "^4.0.7",
18+
"nuxt-site-config": "^4.0.8",
1919
"satori": "^0.26.0",
2020
"tailwindcss": "^4.2.2",
2121
"vue": "^3.5.32"

0 commit comments

Comments
 (0)