Skip to content

Commit bf6e53a

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.17.0 (#30899)
GitOrigin-RevId: e71fec7e5c9edbf95e9d435b0fcc5b67083cd20f
1 parent 02d7fce commit bf6e53a

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

npm-packages/common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"policyName": "convex",
104104
"definitionName": "lockStepVersion",
105-
"version": "1.16.5",
105+
"version": "1.17.0",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 1.17.0
4+
5+
- Disallow extra arguments to CLI commands.
6+
- `--component` flags for `convex import` and `convex data`.
7+
- `--run-component` flag for `convex dev --run`
8+
- Remove prettier-ignore-start directives from generated code.
9+
- Fix file watcher bug where a syntax error could cause a file to stop being
10+
watched.
11+
- Downgrade jwt-decode dependency back to ^3.1.2.
12+
- Change refresh token renewal timing
13+
14+
## 1.16.6
15+
16+
- Detect TanStack Start projects and use environment variable name
17+
`VITE_CONVEX_URL`.
18+
19+
## 1.16.5
20+
21+
packageing changes logging changes
22+
23+
- restore --run flag of `convex import`, `convex data`,
24+
25+
## 1.16.4
26+
27+
- Don't typecheck dependent components by default, add --typecheckComponents
28+
flag to typecheck.
29+
330
## 1.16.3
431

532
- Fix some library typecheck errors introduced in 1.16.1. Workaround for
@@ -8,7 +35,7 @@
835

936
## 1.16.2
1037

11-
- Change some language around componets beta.
38+
- Change some language around components beta.
1239

1340
## 1.16.1
1441

npm-packages/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "convex",
33
"description": "Client for the Convex Cloud",
4-
"version": "1.16.5",
4+
"version": "1.17.0",
55
"author": "Convex, Inc. <[email protected]>",
66
"homepage": "https://convex.dev",
77
"repository": {

npm-packages/convex/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.16.5";
1+
export const version = "1.17.0";

0 commit comments

Comments
 (0)