Skip to content

Commit

Permalink
Also bump target version for connect-playwright
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm committed Oct 18, 2024
1 parent ce32f76 commit b433869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-migrate/src/migrations/v2.0.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { writeBufGenYamlFile } from "../lib/bufgenyaml";
export const targetVersionProtobufEs = "2.2.0";
export const targetVersionConnectEs = "2.0.0-rc.1"; // TODO
export const targetVersionConnectQuery = "2.0.0-rc.1"; // TODO
export const targetVersionConnectPlaywright = "0.4.0"; // TODO
export const targetVersionConnectPlaywright = "0.5.0"; // TODO

const dependencyMigrations: DependencyMigration[] = [
// https://github.com/bufbuild/protobuf-es
Expand Down

0 comments on commit b433869

Please sign in to comment.