Skip to content

Commit 1c80e7b

Browse files
authored
chore: release examples-ui with react 19 / layout export (#1344)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent e09e327 commit 1c80e7b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@vercel/examples-ui': patch
3+
---
4+
5+
Export layout, react 19

internal/packages/ui/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"index": [
2828
"src/index"
2929
],
30+
"layout": [
31+
"src/layout"
32+
],
3033
"tailwind": [
3134
"dist/tailwind.d.cts"
3235
]
@@ -38,6 +41,9 @@
3841
"index": [
3942
"dist/index.d.ts"
4043
],
44+
"layout": [
45+
"dist/layout.d.ts"
46+
],
4147
"tailwind": [
4248
"dist/tailwind.d.cts"
4349
]
@@ -46,8 +52,8 @@
4652
},
4753
"peerDependencies": {
4854
"next": "*",
49-
"react": "^17.0.2 || ^18.0.0-0",
50-
"react-dom": "^17.0.2 || ^18.0.0-0"
55+
"react": "^17.0.2 || ^18.0.0-0 || ^19.0.0-0",
56+
"react-dom": "^17.0.2 || ^18.0.0-0 || ^19.0.0-0"
5157
},
5258
"dependencies": {
5359
"@swc/helpers": "^0.5.1",

0 commit comments

Comments
 (0)