Skip to content

Commit

Permalink
fix: add packages/vue-query to lerna (wundergraph#1128)
Browse files Browse the repository at this point in the history
Otherwise it's not picked up for releases

Fixes wundergraph#1115
  • Loading branch information
fiam committed Jul 14, 2023
1 parent ed4e1ad commit 62169eb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@
"loglevel": "verbose",
"changelogPreset": "conventional-changelog-conventionalcommits",
"packages": [
"packages/create-wundergraph-app",
"packages/golang-client",
"packages/nextjs",
"packages/sdk",
"packages/orm",
"packages/protobuf",
"packages/golang-client",
"packages/swr",
"packages/create-wundergraph-app",
"packages/react-query",
"packages/react-relay",
"packages/sdk",
"packages/solid-query",
"packages/svelte-query",
"packages/react-relay",
"packages/orm"
"packages/swr",
"packages/vue-query"
],
"npmClient": "pnpm",
"version": "independent"
Expand Down

0 comments on commit 62169eb

Please sign in to comment.