Skip to content

Commit

Permalink
npm release version 1.19.0 (#34145)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7d08a7b4931c1b4fd3bcb5abe57a130e964ef7e5
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Feb 6, 2025
1 parent 9708f63 commit a26f9a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm-packages/@convex-dev/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0",
"convex": "^1.18.2"
"convex": "^1.19.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"policyName": "convex",
"definitionName": "lockStepVersion",
"version": "1.18.2",
"version": "1.19.0",
"nextBump": "patch"
}
]
2 changes: 1 addition & 1 deletion npm-packages/convex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "convex",
"description": "Client for the Convex Cloud",
"version": "1.18.2",
"version": "1.19.0",
"author": "Convex, Inc. <[email protected]>",
"homepage": "https://convex.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/convex/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.18.2";
export const version = "1.19.0";

0 comments on commit a26f9a3

Please sign in to comment.