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

Commit c1ed10b

Browse files
committed
chore(release): 0.2.46
1 parent c381e54 commit c1ed10b

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.46](https://github.com/dstack-js/dstack/compare/v0.2.45...v0.2.46) (2022-03-24)
6+
7+
### Bug Fixes
8+
9+
- **ipfs:** fix workspace dependency ([c381e54](https://github.com/dstack-js/dstack/commits/c381e54c2104e7749d96e4a363ba40e500ec05b9))
10+
511
### [0.2.45](https://github.com/dstack-js/dstack/compare/v0.2.44...v0.2.45) (2022-03-24)
612

713
### Bug Fixes

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 && scripts/publish",
9090
"serve": "nx run-many --all --target=serve"
9191
},
92-
"version": "0.2.45",
92+
"version": "0.2.46",
9393
"workspaces": [
9494
"packages/*",
9595
"docs"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"name": "@dstack-js/ipfs",
1111
"repository": "https://github.com/dstack-js/dstack.git",
1212
"type": "module",
13-
"version": "0.2.45"
13+
"version": "0.2.46"
1414
}

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.45"
24+
"version": "0.2.46"
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.45"
28+
"version": "0.2.46"
2929
}

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"license": "MIT",
2828
"name": "@dstack-js/transport",
2929
"type": "commonjs",
30-
"version": "0.2.45"
30+
"version": "0.2.46"
3131
}

0 commit comments

Comments
 (0)