Skip to content

Commit

Permalink
fix: generate version moving to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xantiagoma committed Sep 9, 2023
1 parent 0756ede commit a144448
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# drizzle-cursor

## 0.0.2

### Patch Changes

- Move drizzle-orm from dependencies to peerDependencies
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-cursor",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utils for Drizzle ORM cursor based pagination",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -9,6 +9,8 @@
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"lint": "tsc",
"generate:changelog": "changeset",
"generate:version": "changeset version",
"db:generate": "drizzle-kit generate:sqlite",
"db:migrate": "tsx src/lib/db/migrate.ts",
"db:drop": "drizzle-kit drop",
Expand Down

0 comments on commit a144448

Please sign in to comment.