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

Commit 5de3bb3

Browse files
committed
chore(release): 0.2.50
1 parent bd1a5b0 commit 5de3bb3

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.50](https://github.com/dstack-js/dstack/compare/v0.2.49...v0.2.50) (2022-05-13)
6+
7+
### Bug Fixes
8+
9+
- **deps:** update dependency libp2p-utils to v0.4.1 ([#79](https://github.com/dstack-js/dstack/issues/79)) ([3511261](https://github.com/dstack-js/dstack/commits/3511261acd0c2f1251ed28691843efe4faa1fb1a))
10+
- **deps:** update dependency menoetius to v0.0.3 ([#78](https://github.com/dstack-js/dstack/issues/78)) ([6d51cfe](https://github.com/dstack-js/dstack/commits/6d51cfe9fa8441f06e7a0ca311e18fa398dc2234))
11+
- **deps:** update dependency peer-id to v0.16.0 ([#83](https://github.com/dstack-js/dstack/issues/83)) ([e61aa66](https://github.com/dstack-js/dstack/commits/e61aa66672dcf467bf2de21b9552b1c82fd3cf08))
12+
- **deps:** update dependency react-flow-renderer to v10.2.2 ([#72](https://github.com/dstack-js/dstack/issues/72)) ([14999cd](https://github.com/dstack-js/dstack/commits/14999cd45ce8a73b4c97df8cf5f011482a1fe524))
13+
- upgrade lru-cache from 7.7.1 to 7.8.1 ([#95](https://github.com/dstack-js/dstack/issues/95)) ([f76d83b](https://github.com/dstack-js/dstack/commits/f76d83b26a90d54df67eb5bc3f0d303c3cef6fa5))
14+
- upgrade redis from 4.0.4 to 4.0.6 ([#92](https://github.com/dstack-js/dstack/issues/92)) ([3c94993](https://github.com/dstack-js/dstack/commits/3c949932793fba2c777ee1f6161eed3fa8ef30c8))
15+
516
### [0.2.49](https://github.com/dstack-js/dstack/compare/v0.2.48...v0.2.49) (2022-03-26)
617

718
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json && scripts/publish",
9191
"serve": "nx run-many --all --verbose --target=serve"
9292
},
93-
"version": "0.2.49",
93+
"version": "0.2.50",
9494
"workspaces": [
9595
"packages/*",
9696
"docs"

packages/ipfs/package.json

+1-1
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": "commonjs",
13-
"version": "0.2.49"
13+
"version": "0.2.50"
1414
}

packages/lib/package.json

+1-1
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.49"
24+
"version": "0.2.50"
2525
}

packages/relay/package.json

+1-1
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.49"
33+
"version": "0.2.50"
3434
}

packages/transport/package.json

+1-1
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.49"
30+
"version": "0.2.50"
3131
}

0 commit comments

Comments
 (0)