Skip to content

Commit 3052ecb

Browse files
authored
fix: trigger new releases with Trusted Publishing (#7)
Make some silly changes in each package to trigger a patch bump in each.
1 parent 127cee1 commit 3052ecb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/nuxt-module/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ npm run test:watch
5656

5757
[npm-version-src]: https://img.shields.io/npm/v/@netlify/nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
5858
[npm-version-href]: https://npmjs.com/package/@netlify/nuxt
59-
[npm-downloads-src]: https://img.shields.io/npm/dm/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
60-
[npm-downloads-href]: https://npm.chart.dev/@netlify/nuxt
6159
[license-src]: https://img.shields.io/npm/l/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
6260
[license-href]: https://npmjs.com/package/@netlify/nuxt
6361
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js

packages/vite-plugin-tanstack-start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The plugin accepts the following options:
2929
enabled: false,
3030
},
3131
// ... All dev options are supported here.
32-
// See https://www.npmjs.com/package/@netlify/vite-plugin.
32+
// See https://www.npmx.dev/package/@netlify/vite-plugin.
3333
},
3434
}
3535
```

packages/vite-plugin/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Vite plugin that emulates Netlify's platform features within your Vite dev serve
1010
| Edge Functions | ✅ Yes |
1111
| Blobs | ✅ Yes |
1212
| Cache API | ✅ Yes |
13+
| AI Gateway | ✅ Yes |
14+
| Database | ✅ Yes |
1315
| Redirects and Rewrites | ✅ Yes |
1416
| Headers | ✅ Yes |
1517
| Environment Variables | ✅ Yes |
@@ -20,7 +22,7 @@ Vite plugin that emulates Netlify's platform features within your Vite dev serve
2022
## Installation
2123

2224
```bash
23-
npm install @netlify/vite-plugin
25+
npm install -D @netlify/vite-plugin
2426
```
2527

2628
## Configuration options

0 commit comments

Comments
 (0)