Skip to content

Commit

Permalink
Downgrade yorkie-js-sdk to v0.4.27 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Sep 1, 2024
1 parent 02e92de commit ec76b55
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 192 deletions.
2 changes: 1 addition & 1 deletion backend/docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- "yorkie:yorkie"

yorkie:
image: "yorkieteam/yorkie:0.4.31"
image: "yorkieteam/yorkie:0.4.27"
command: ["server", "--enable-pprof"]
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion backend/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
yorkie:
image: "yorkieteam/yorkie:0.4.31"
image: "yorkieteam/yorkie:0.4.27"
command: ["server", "--enable-pprof"]
restart: always
ports:
Expand Down
Loading

0 comments on commit ec76b55

Please sign in to comment.