Skip to content

Commit

Permalink
Merge pull request #200 from autonomys/chore/v1.0.13
Browse files Browse the repository at this point in the history
Bumped to v1.1.0
  • Loading branch information
clostao authored Dec 11, 2024
2 parents 6d0ccf9 + 65f59ec commit 78863c8
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion examples/next/src/components/actions/balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Balance = () => {
</button>
{balanceFree && (
<div className='mt-4'>
<b>Free:</b> {parseTokenAmount(balanceFree)} tSSC
<b>Free:</b> {String(parseTokenAmount(balanceFree))} tSSC
</div>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/next/src/components/layout/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const Body: FC = () => {
<div className='relative height-full w-1/2'>
{walletName && (
<>
<b>{walletName}</b> wallet has {parseTokenAmount(currentWalletBalance)} tSSC
<b>{walletName}</b> wallet has {String(parseTokenAmount(currentWalletBalance))} tSSC
</>
)}
{networkToDisplay && (
Expand Down
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.12",
"version": "1.1.0",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 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": "1.0.12",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-utils": "^1.0.12"
"@autonomys/auto-utils": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand All @@ -35,5 +35,5 @@
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"gitHead": "aead187672e1a487b54d0f6b973b6a546e2f7e99"
"gitHead": "8729780d591683cf6fd62333526cd91789994c87"
}
4 changes: 2 additions & 2 deletions packages/auto-dag-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-dag-data",
"packageManager": "yarn@4.1.1",
"version": "1.0.12",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -51,5 +51,5 @@
"protons": "^7.6.0",
"protons-runtime": "^5.5.0"
},
"gitHead": "aead187672e1a487b54d0f6b973b6a546e2f7e99"
"gitHead": "8729780d591683cf6fd62333526cd91789994c87"
}
6 changes: 3 additions & 3 deletions 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.2.2",
"version": "1.0.12",
"version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,13 +40,13 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@autonomys/auto-dag-data": "^1.0.12",
"@autonomys/auto-dag-data": "^1.1.0",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"process": "^0.11.10",
"rxjs": "^7.8.1",
"stream": "^0.0.3",
"zod": "^3.23.8"
},
"gitHead": "aead187672e1a487b54d0f6b973b6a546e2f7e99"
"gitHead": "8729780d591683cf6fd62333526cd91789994c87"
}
6 changes: 3 additions & 3 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": "1.0.12",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"@autonomys/auto-utils": "^1.0.12",
"@autonomys/auto-utils": "^1.1.0",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/webcrypto": "^1.5.0",
Expand All @@ -39,5 +39,5 @@
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"gitHead": "aead187672e1a487b54d0f6b973b6a546e2f7e99"
"gitHead": "8729780d591683cf6fd62333526cd91789994c87"
}
4 changes: 2 additions & 2 deletions packages/auto-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-utils",
"version": "1.0.12",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -41,5 +41,5 @@
"browser": {
"fs": false
},
"gitHead": "aead187672e1a487b54d0f6b973b6a546e2f7e99"
"gitHead": "8729780d591683cf6fd62333526cd91789994c87"
}
6 changes: 3 additions & 3 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": "1.0.12",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-utils": "^1.0.12"
"@autonomys/auto-utils": "^1.1.0"
},
"devDependencies": {
"@polkadot/types-codec": "^14.3.1",
Expand All @@ -36,5 +36,5 @@
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"gitHead": "aead187672e1a487b54d0f6b973b6a546e2f7e99"
"gitHead": "8729780d591683cf6fd62333526cd91789994c87"
}
12 changes: 6 additions & 6 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:^1.0.12"
"@autonomys/auto-utils": "npm:^1.1.0"
"@types/jest": "npm:^29.5.12"
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
Expand All @@ -43,7 +43,7 @@ __metadata:
languageName: unknown
linkType: soft

"@autonomys/auto-dag-data@npm:^1.0.12, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
"@autonomys/auto-dag-data@npm:^1.1.0, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
version: 0.0.0-use.local
resolution: "@autonomys/auto-dag-data@workspace:packages/auto-dag-data"
dependencies:
Expand All @@ -70,7 +70,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-drive@workspace:packages/auto-drive"
dependencies:
"@autonomys/auto-dag-data": "npm:^1.0.12"
"@autonomys/auto-dag-data": "npm:^1.1.0"
"@prerenderer/rollup-plugin": "npm:^0.3.12"
"@rollup/plugin-commonjs": "npm:^28.0.1"
"@rollup/plugin-json": "npm:^6.1.0"
Expand All @@ -94,7 +94,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-id@workspace:packages/auto-id"
dependencies:
"@autonomys/auto-utils": "npm:^1.0.12"
"@autonomys/auto-utils": "npm:^1.1.0"
"@peculiar/asn1-schema": "npm:^2.3.8"
"@peculiar/asn1-x509": "npm:^2.3.8"
"@peculiar/webcrypto": "npm:^1.5.0"
Expand Down Expand Up @@ -126,7 +126,7 @@ __metadata:
languageName: unknown
linkType: soft

"@autonomys/auto-utils@npm:^1.0.12, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
"@autonomys/auto-utils@npm:^1.1.0, @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 @@ -147,7 +147,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-xdm@workspace:packages/auto-xdm"
dependencies:
"@autonomys/auto-utils": "npm:^1.0.12"
"@autonomys/auto-utils": "npm:^1.1.0"
"@polkadot/types-codec": "npm:^14.3.1"
"@types/jest": "npm:^29.5.12"
eslint: "npm:^8.57.0"
Expand Down

0 comments on commit 78863c8

Please sign in to comment.