Skip to content

Commit

Permalink
chore(release): publish v0.6.1 - [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Dec 12, 2024
1 parent 09239c0 commit 90f161f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
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
}
2 changes: 1 addition & 1 deletion packages/api/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/dedot/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-specs/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/shape/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
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",
Expand Down

0 comments on commit 90f161f

Please sign in to comment.