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

Commit 7552b0d

Browse files
committed
chore(release): 0.2.43
1 parent 8cd0ebd commit 7552b0d

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
### [0.2.43](https://github.com/dstack-js/dstack/compare/v0.2.42...v0.2.43) (2022-03-24)
6+
7+
### Features
8+
9+
- **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)
10+
11+
### Bug Fixes
12+
13+
- **deps:** pin dependencies ([#75](https://github.com/dstack-js/dstack/issues/75)) ([ca594d5](https://github.com/dstack-js/dstack/commits/ca594d5fd82b79ef95f0e41576b5d09f2d875822))
14+
- **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))
15+
- **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))
16+
- **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))
17+
- **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))
18+
519
### [0.2.42](https://github.com/dstack-js/dstack/compare/v0.2.41...v0.2.42) (2022-03-22)
620

721
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json",
9090
"serve": "nx run-many --all --target=serve"
9191
},
92-
"version": "0.2.42",
92+
"version": "0.2.43",
9393
"workspaces": [
9494
"packages/*",
9595
"docs"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"name": "@dstack-js/ipfs",
1010
"repository": "https://github.com/dstack-js/dstack.git",
1111
"type": "module",
12-
"version": "0.2.42"
12+
"version": "0.2.43"
1313
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"name": "@dstack-js/lib",
2222
"repository": "https://github.com/dstack-js/dstack.git",
2323
"type": "commonjs",
24-
"version": "0.2.42"
24+
"version": "0.2.43"
2525
}

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
2626
},
2727
"type": "commonjs",
28-
"version": "0.2.42"
28+
"version": "0.2.43"
2929
}

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
},
2727
"name": "@dstack-js/transport",
2828
"type": "commonjs",
29-
"version": "0.0.1"
29+
"version": "0.2.43"
3030
}

0 commit comments

Comments
 (0)