Skip to content

Commit

Permalink
Fix types in @vercel/examples-ui 2.0.0 (#747)
Browse files Browse the repository at this point in the history
### 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?
  • Loading branch information
lfades authored Jul 17, 2023
1 parent cd38955 commit b7ec053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions internal/.changeset/tame-actors-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vercel/examples-ui': patch
---

Fixed published types
2 changes: 1 addition & 1 deletion internal/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typesVersions": {
"*": {
"index": [
"dist/*/index.d.ts"
"dist/index.d.ts"
],
"tailwind": [
"dist/tailwind.d.cts"
Expand Down

4 comments on commit b7ec053

@vercel
Copy link

@vercel vercel bot commented on b7ec053 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blob-starter – ./storage/blob-starter

blob-starter-vercel-labs.vercel.app
blob-starter-git-main-vercel-labs.vercel.app
blob-starter.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b7ec053 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b7ec053 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

postgres-starter – ./storage/postgres-starter

postgres-starter-git-main-vercel-labs.vercel.app
postgres-starter.vercel.app
postgres-starter-vercel-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b7ec053 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-flask – ./python/nextjs-flask

nextjs-python.vercel.app
nextjs-flask-starter.vercel.app
next-flask-vercel-labs.vercel.app
next-flask-git-main-vercel-labs.vercel.app

Please sign in to comment.