This repository was archived by the owner on Nov 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed
Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 22
33All 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.41] ( https://github.com/dstack-js/dstack/compare/v0.2.40...v0.2.41 ) (2022-03-19)
6+
7+ ### Features
8+
9+ - ** ci:** add npm workflow ([ 4f42ed4] ( https://github.com/dstack-js/dstack/commits/4f42ed47243269e153b7c2e5c333e17bb46950a8 ) )
10+ - ** ci:** add relay workflow ([ 7fcf995] ( https://github.com/dstack-js/dstack/commits/7fcf995559f2166ffc7fb9235dbcfa5babcafeb1 ) )
11+ - ** devcontainer:** add configuration ([ 1f1f722] ( https://github.com/dstack-js/dstack/commits/1f1f722107bf8a9637b892487090770fcc2497eb ) )
12+ - ** docs:** add demo gif ([ c87ddb5] ( https://github.com/dstack-js/dstack/commits/c87ddb5cbe3a4216c01735176c4495ac3fd49a5c ) )
13+ - ** docs:** add support ukraine announcement ([ f806264] ( https://github.com/dstack-js/dstack/commits/f80626429a93c9e375bd564b4cdbe36531a377cf ) )
14+ - ** docs:** deploy relay ([ 72dc07e] ( https://github.com/dstack-js/dstack/commits/72dc07e0492c3983f24f3036a76a2f1a9af87eb7 ) )
15+ - ** worspace:** upgrade yarn to berry ([ 4dcb6f5] ( https://github.com/dstack-js/dstack/commits/4dcb6f5775f8f41cc406840f80467843e77403bb ) )
16+
17+ ### Bug Fixes
18+
19+ - ** ci:** relay workflow missing deps ([ b9f6465] ( https://github.com/dstack-js/dstack/commits/b9f6465babeb4f977cea4a1a7f3988ab3d8b0f29 ) )
20+ - ** ci:** relay workflow missing nx ([ 129b741] ( https://github.com/dstack-js/dstack/commits/129b7412dd29013bbde4d41ba43a421ece20d8fb ) )
21+ - ** deps:** pin dependency socket.io to 4.4.1 ([ #42 ] ( https://github.com/dstack-js/dstack/issues/42 ) ) ([ 3b04f20] ( https://github.com/dstack-js/dstack/commits/3b04f201f8db32d29ecb3ad9b422e61ea95503fb ) )
22+ - ** docs:** remove nx-plus plugin ([ ae48e77] ( https://github.com/dstack-js/dstack/commits/ae48e770dc9d18b084128671692ea6506262a395 ) )
23+ - ** workspace:** remove prepare: services ([ 8fba20e] ( https://github.com/dstack-js/dstack/commits/8fba20e3101b559a0c3c0795f671d619a8be81f5 ) )
24+ - ** worspace:** upgrade yarn to berry ([ 3c2f9fa] ( https://github.com/dstack-js/dstack/commits/3c2f9fa5dedf803c711fa2f77f16f9bf66e4c2f2 ) )
25+
526### [ 0.2.40] ( https://github.com/dstack-js/dstack/compare/v0.2.39...v0.2.40 ) (2022-02-14)
627
728### Bug Fixes
Original file line number Diff line number Diff line change 8585 "release" : " standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json" ,
8686 "serve" : " nx run-many --all --target=serve"
8787 },
88- "version" : " 0.2.40 " ,
88+ "version" : " 0.2.41 " ,
8989 "workspaces" : [
9090 " packages/*" ,
9191 " docs"
Original file line number Diff line number Diff line change 1111 "license" : " GPL-3.0" ,
1212 "name" : " @dstack-js/ipfs" ,
1313 "type" : " commonjs" ,
14- "version" : " 0.2.40 "
14+ "version" : " 0.2.41 "
1515}
Original file line number Diff line number Diff line change 2020 "name" : " @dstack-js/lib" ,
2121 "repository" : " https://github.com/dstack-js/dstack.git" ,
2222 "type" : " commonjs" ,
23- "version" : " 0.2.40 "
23+ "version" : " 0.2.41 "
2424}
Original file line number Diff line number Diff line change 3030 "serve" : " node -r tsconfig-paths/register -r ts-node/register src/start.ts"
3131 },
3232 "type" : " commonjs" ,
33- "version" : " 0.2.40 "
33+ "version" : " 0.2.41 "
3434}
You can’t perform that action at this time.
0 commit comments