Skip to content

Commit

Permalink
fix changesets for crypto and dids release (#839)
Browse files Browse the repository at this point in the history
* fix changesets for crypto and dids release

* Update packages/dev-env/docker-compose.yaml

Co-authored-by: Liran Cohen <[email protected]>

---------

Co-authored-by: Liran Cohen <[email protected]>
  • Loading branch information
shamilovtim and LiranCohen authored Aug 14, 2024
1 parent 5ed8798 commit 203cfd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .changeset/flat-students-compare.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"@web5/agent": minor
"@web5/api": patch
"@web5/credentials": patch
"@web5/crypto": patch
"@web5/crypto-aws-kms": patch
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@changesets/cli": "^2.27.5",
"@npmcli/package-json": "5.0.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@web5/dwn-server": "0.4.4",
"@web5/dwn-server": "0.4.5",
"audit-ci": "^7.0.1",
"eslint-plugin-mocha": "10.4.3",
"globals": "^13.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-env/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version: "3.98"
services:
dwn-server:
container_name: dwn-server
image: ghcr.io/tbd54566975/dwn-server:dwn-sdk-0.4.4
image: ghcr.io/tbd54566975/dwn-server:0.4.5
ports:
- "3000:3000"
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 203cfd2

Please sign in to comment.