Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Oct 1, 2024
1 parent 7c4f16b commit c49eb04
Show file tree
Hide file tree
Showing 7 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,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.6.1",
"version": "0.6.2",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/auto-consensus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-consensus",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"url": "https://www.autonomys.net"
},
"dependencies": {
"@autonomys/auto-utils": "^0.6.1"
"@autonomys/auto-utils": "^0.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-drive",
"packageManager": "yarn@4.1.1",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-id",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@autonomys/auto-utils": "^0.6.1",
"@autonomys/auto-utils": "^0.6.2",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/webcrypto": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-utils",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-xdm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-xdm",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"url": "https://www.autonomys.net"
},
"dependencies": {
"@autonomys/auto-utils": "^0.6.1"
"@autonomys/auto-utils": "^0.6.2"
},
"devDependencies": {
"@polkadot/types-codec": "^11.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-consensus@workspace:packages/auto-consensus"
dependencies:
"@autonomys/auto-utils": "npm:^0.6.1"
"@autonomys/auto-utils": "npm:^0.6.2"
"@types/jest": "npm:^29.5.12"
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -64,7 +64,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-id@workspace:packages/auto-id"
dependencies:
"@autonomys/auto-utils": "npm:^0.6.1"
"@autonomys/auto-utils": "npm:^0.6.2"
"@peculiar/asn1-schema": "npm:^2.3.8"
"@peculiar/asn1-x509": "npm:^2.3.8"
"@peculiar/webcrypto": "npm:^1.5.0"
Expand Down Expand Up @@ -96,7 +96,7 @@ __metadata:
languageName: unknown
linkType: soft

"@autonomys/auto-utils@npm:^0.6.1, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
"@autonomys/auto-utils@npm:^0.6.2, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
version: 0.0.0-use.local
resolution: "@autonomys/auto-utils@workspace:packages/auto-utils"
dependencies:
Expand All @@ -117,7 +117,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-xdm@workspace:packages/auto-xdm"
dependencies:
"@autonomys/auto-utils": "npm:^0.6.1"
"@autonomys/auto-utils": "npm:^0.6.2"
"@polkadot/types-codec": "npm:^11.2.1"
"@types/jest": "npm:^29.5.12"
eslint: "npm:^8.57.0"
Expand Down

0 comments on commit c49eb04

Please sign in to comment.