Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed May 29, 2024
1 parent 97d585e commit 0500f93
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.5",
"version": "1.0.6",
"packages": ["packages/*"]
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aleph-sdk/client",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aleph-sdk/message",
"version": "1.0.5",
"version": "1.0.6",
"description": "Aleph.im message CRUD API",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/superfluid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aleph-sdk/superfluid",
"version": "1.0.5",
"version": "1.0.6",
"description": "Aleph.im account wrapper for interacting with the Superfluid Avalanche Contract",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 0500f93

Please sign in to comment.