Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed May 13, 2022
1 parent bd1a5b0 commit 5de3bb3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.50](https://github.com/dstack-js/dstack/compare/v0.2.49...v0.2.50) (2022-05-13)

### Bug Fixes

- **deps:** update dependency libp2p-utils to v0.4.1 ([#79](https://github.com/dstack-js/dstack/issues/79)) ([3511261](https://github.com/dstack-js/dstack/commits/3511261acd0c2f1251ed28691843efe4faa1fb1a))
- **deps:** update dependency menoetius to v0.0.3 ([#78](https://github.com/dstack-js/dstack/issues/78)) ([6d51cfe](https://github.com/dstack-js/dstack/commits/6d51cfe9fa8441f06e7a0ca311e18fa398dc2234))
- **deps:** update dependency peer-id to v0.16.0 ([#83](https://github.com/dstack-js/dstack/issues/83)) ([e61aa66](https://github.com/dstack-js/dstack/commits/e61aa66672dcf467bf2de21b9552b1c82fd3cf08))
- **deps:** update dependency react-flow-renderer to v10.2.2 ([#72](https://github.com/dstack-js/dstack/issues/72)) ([14999cd](https://github.com/dstack-js/dstack/commits/14999cd45ce8a73b4c97df8cf5f011482a1fe524))
- upgrade lru-cache from 7.7.1 to 7.8.1 ([#95](https://github.com/dstack-js/dstack/issues/95)) ([f76d83b](https://github.com/dstack-js/dstack/commits/f76d83b26a90d54df67eb5bc3f0d303c3cef6fa5))
- upgrade redis from 4.0.4 to 4.0.6 ([#92](https://github.com/dstack-js/dstack/issues/92)) ([3c94993](https://github.com/dstack-js/dstack/commits/3c949932793fba2c777ee1f6161eed3fa8ef30c8))

### [0.2.49](https://github.com/dstack-js/dstack/compare/v0.2.48...v0.2.49) (2022-03-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json && scripts/publish",
"serve": "nx run-many --all --verbose --target=serve"
},
"version": "0.2.49",
"version": "0.2.50",
"workspaces": [
"packages/*",
"docs"
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"name": "@dstack-js/ipfs",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "commonjs",
"version": "0.2.49"
"version": "0.2.50"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"name": "@dstack-js/lib",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "commonjs",
"version": "0.2.49"
"version": "0.2.50"
}
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
},
"type": "commonjs",
"version": "0.2.49"
"version": "0.2.50"
}
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"license": "MIT",
"name": "@dstack-js/transport",
"type": "commonjs",
"version": "0.2.49"
"version": "0.2.50"
}

0 comments on commit 5de3bb3

Please sign in to comment.