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.46
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Mar 24, 2022
1 parent c381e54 commit c1ed10b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.46](https://github.com/dstack-js/dstack/compare/v0.2.45...v0.2.46) (2022-03-24)

### Bug Fixes

- **ipfs:** fix workspace dependency ([c381e54](https://github.com/dstack-js/dstack/commits/c381e54c2104e7749d96e4a363ba40e500ec05b9))

### [0.2.45](https://github.com/dstack-js/dstack/compare/v0.2.44...v0.2.45) (2022-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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 --target=serve"
},
"version": "0.2.45",
"version": "0.2.46",
"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": "module",
"version": "0.2.45"
"version": "0.2.46"
}
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.45"
"version": "0.2.46"
}
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
},
"type": "commonjs",
"version": "0.2.45"
"version": "0.2.46"
}
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.45"
"version": "0.2.46"
}

0 comments on commit c1ed10b

Please sign in to comment.