Skip to content

Commit

Permalink
Bump up yorkie-js-sdk to 0.5.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Sep 5, 2024
1 parent ba3d54d commit 9ece2bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.5.0"
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.5.0"
command: ["server", "--enable-pprof"]
restart: always
ports:
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"remark-math": "^6.0.0",
"validator": "^13.12.0",
"vite-plugin-package-version": "^1.1.0",
"yorkie-js-sdk": "0.4.31"
"yorkie-js-sdk": "0.5.0"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.20.1",
Expand Down

0 comments on commit 9ece2bd

Please sign in to comment.