-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish v0.6.1 - [skip ci]
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"npmClient": "yarn", | ||
"granularPathspec": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/api", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/api", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/cli", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/cli", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/codecs", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Known codecs", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/codecs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/codegen", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Generate types", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/codegen", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/contracts", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Delightful ink! Contract APIs", | ||
"author": "Tung Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/contracts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dedot", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/providers", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "JSON-RPC Providers", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/providers", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/runtime-specs", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Known specs runtime apis", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/runtime-specs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/shape", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Basic codecs & shapes, extending existing subshape", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/shape", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/storage", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Storage for different purposes (caching...)", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/storage", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/types", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Known types", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/types", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dedot/utils", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Useful utilities for dedot apis", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/utils", | ||
|