Skip to content

Commit

Permalink
Bump connect-migrate target versions (#1330)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm authored Nov 19, 2024
1 parent 2eba85b commit 4242ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/connect-migrate/src/migrations/v2.0.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ import {
import { writeBufGenYamlFile } from "../lib/bufgenyaml";

export const targetVersionProtobufEs = "2.2.2";
export const targetVersionConnectEs = "2.0.0-rc.3"; // TODO
export const targetVersionConnectQuery = "2.0.0-rc.3"; // TODO
export const targetVersionConnectPlaywright = "0.5.0"; // TODO
export const targetVersionConnectEs = "2.0.0";
export const targetVersionConnectQuery = "2.0.0";
export const targetVersionConnectPlaywright = "0.6.0";

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

0 comments on commit 4242ad5

Please sign in to comment.