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

Commit

Permalink
chore(release): 0.2.47
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Mar 26, 2022
1 parent b459453 commit d179642
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

### [0.2.47](https://github.com/dstack-js/dstack/compare/v0.2.46...v0.2.47) (2022-03-26)

### Features

- **explorer, lib:** some refactoring, add custom namespace in explorer ([8c0b8b9](https://github.com/dstack-js/dstack/commits/8c0b8b92965e8087a261255a72bf435b817ccfc2))

### Bug Fixes

- **relay:** remove generate step ([b7f3462](https://github.com/dstack-js/dstack/commits/b7f34625829ce0b78d581685ef51e7c7e098eb20))

### [0.2.46](https://github.com/dstack-js/dstack/compare/v0.2.45...v0.2.46) (2022-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json && scripts/publish",
"serve": "nx run-many --all --target=serve"
},
"version": "0.2.46",
"version": "0.2.47",
"workspaces": [
"packages/*",
"docs"
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"name": "@dstack-js/ipfs",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "module",
"version": "0.2.46"
"version": "0.2.47"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"name": "@dstack-js/lib",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "commonjs",
"version": "0.2.46"
"version": "0.2.47"
}
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
},
"type": "commonjs",
"version": "0.2.46"
"version": "0.2.47"
}
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"license": "MIT",
"name": "@dstack-js/transport",
"type": "commonjs",
"version": "0.2.46"
"version": "0.2.47"
}

0 comments on commit d179642

Please sign in to comment.