Skip to content

Commit e240dec

Browse files
chore: update versions (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0617e0a commit e240dec

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/stale-houses-brush.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/vite-plugin-postgres/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @neondatabase/vite-plugin-postgres
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 0617e0a: Make sure the `postgresPlugin` runs first
8+
9+
adds `enforce:pre` to plugin configuration so it runs before everything.
10+
It's important to run first so the development server plugin does not grab the `.env` before we change it.
11+
312
## 0.2.1
413

514
### Patch Changes

packages/vite-plugin-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neondatabase/vite-plugin-postgres",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"keywords": [
55
"neon",
66
"database",

0 commit comments

Comments
 (0)