Skip to content

Commit

Permalink
feat: bump db package to 4.1.0 and use dep on that new version from c…
Browse files Browse the repository at this point in the history
…ron, api packages (#2362)

Motivation:
* I want to release the db change from here
#2352 in a way that the
api also gets released and making use of it
* When I merged that last PR, there was no release-please PR generated
for api. iiuc, that's because the PR only touched the db package, but
not the api package (that depends on db)
* hoping that this change that touches the api package.json will release
things as desired
  • Loading branch information
gobengo authored Mar 11, 2024
1 parent 6d1a6f5 commit 18af9c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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 packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@ucanto/principal": "^8.0.0",
"@web3-storage/car-block-validator": "^1.0.0",
"@web3-storage/content-claims": "^3.0.1",
"@web3-storage/db": "^4.0.0",
"@web3-storage/db": "^4.1.0",
"@web3-storage/w3up-launch": "^1.0.0",
"@web3-storage/multipart-parser": "^1.0.0",
"cardex": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@nftstorage/ipfs-cluster": "^5.0.1",
"@web-std/fetch": "^2.0.1",
"@web3-storage/db": "^4.0.0",
"@web3-storage/db": "^4.1.0",
"debug": "^4.3.1",
"dotenv": "^9.0.2",
"limiter": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/db",
"version": "4.0.4",
"version": "4.1.0",
"description": "Database schema and tools.",
"private": "true",
"main": "index.js",
Expand Down

0 comments on commit 18af9c6

Please sign in to comment.