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

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

### Features

- **lib, ipfs, transport, relay, explorer:** namespacing ([#70](https://github.com/dstack-js/dstack/issues/70)) ([bedd869](https://github.com/dstack-js/dstack/commits/bedd869ce87e8d8d3bca391329f81f4174df2974)), closes [#65](https://github.com/dstack-js/dstack/issues/65)

### Bug Fixes

- **deps:** pin dependencies ([#75](https://github.com/dstack-js/dstack/issues/75)) ([ca594d5](https://github.com/dstack-js/dstack/commits/ca594d5fd82b79ef95f0e41576b5d09f2d875822))
- **deps:** update dependency @mui/material to v5.5.2 ([#62](https://github.com/dstack-js/dstack/issues/62)) ([6e2b478](https://github.com/dstack-js/dstack/commits/6e2b47869cdf6eeaa994e7d0481d63f8a023e297))
- **deps:** update dependency debug to v4.3.4 ([#76](https://github.com/dstack-js/dstack/issues/76)) ([e4f51bb](https://github.com/dstack-js/dstack/commits/e4f51bb285f4330ef9ed6135639f8362b8cb6deb))
- **deps:** update dependency mercurius to v9.3.6 ([#74](https://github.com/dstack-js/dstack/issues/74)) ([e46ed32](https://github.com/dstack-js/dstack/commits/e46ed3298db227c58b113067a326af262d5838b7))
- **deps:** update dependency react-flow-renderer to v10 ([#57](https://github.com/dstack-js/dstack/issues/57)) ([5358ad7](https://github.com/dstack-js/dstack/commits/5358ad7f8fee93c10040ecfedfa580e5f565e549))

### [0.2.42](https://github.com/dstack-js/dstack/compare/v0.2.41...v0.2.42) (2022-03-22)

### Features
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",
"serve": "nx run-many --all --target=serve"
},
"version": "0.2.42",
"version": "0.2.43",
"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 @@ -9,5 +9,5 @@
"name": "@dstack-js/ipfs",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "module",
"version": "0.2.42"
"version": "0.2.43"
}
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.42"
"version": "0.2.43"
}
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.42"
"version": "0.2.43"
}
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
},
"name": "@dstack-js/transport",
"type": "commonjs",
"version": "0.0.1"
"version": "0.2.43"
}

0 comments on commit 7552b0d

Please sign in to comment.