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

Commit b8781bb

Browse files
committed
chore(release): 0.2.41
1 parent 2b4f580 commit b8781bb

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
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"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"license": "GPL-3.0",
1212
"name": "@dstack-js/ipfs",
1313
"type": "commonjs",
14-
"version": "0.2.40"
14+
"version": "0.2.41"
1515
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
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
}

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
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
}

0 commit comments

Comments
 (0)