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

Commit d179642

Browse files
committed
chore(release): 0.2.47
1 parent b459453 commit d179642

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.47](https://github.com/dstack-js/dstack/compare/v0.2.46...v0.2.47) (2022-03-26)
6+
7+
### Features
8+
9+
- **explorer, lib:** some refactoring, add custom namespace in explorer ([8c0b8b9](https://github.com/dstack-js/dstack/commits/8c0b8b92965e8087a261255a72bf435b817ccfc2))
10+
11+
### Bug Fixes
12+
13+
- **relay:** remove generate step ([b7f3462](https://github.com/dstack-js/dstack/commits/b7f34625829ce0b78d581685ef51e7c7e098eb20))
14+
515
### [0.2.46](https://github.com/dstack-js/dstack/compare/v0.2.45...v0.2.46) (2022-03-24)
616

717
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
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 --target=serve"
9292
},
93-
"version": "0.2.46",
93+
"version": "0.2.47",
9494
"workspaces": [
9595
"packages/*",
9696
"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.46"
13+
"version": "0.2.47"
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.46"
24+
"version": "0.2.47"
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.46"
28+
"version": "0.2.47"
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.46"
30+
"version": "0.2.47"
3131
}

0 commit comments

Comments
 (0)