Skip to content

Commit

Permalink
npm release version 1.17.2 (#31731)
Browse files Browse the repository at this point in the history
Bugfix release to revert the prettier formatting change

GitOrigin-RevId: 4e84c577ede8b6f671ec86bcc18d876ce9c80c55
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Nov 22, 2024
1 parent 922daec commit 47b7790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.17.1",
"version": "1.17.2",
"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.17.1",
"version": "1.17.2",
"author": "Convex, Inc. <no-reply@convex.dev>",
"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.17.1";
export const version = "1.17.2";

0 comments on commit 47b7790

Please sign in to comment.