Skip to content

Commit be0d58a

Browse files
authored
Merge pull request #514 from autonomys/chore-v1.6.9
chore: release v1.6.9
2 parents 339ba6a + 1e884b6 commit be0d58a

File tree

22 files changed

+96
-69
lines changed

22 files changed

+96
-69
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
Future changes will appear here.
44

5+
## [1.6.9] - 2026-02-11
6+
7+
No changes in this version.
8+
9+
## [1.6.8] - 2026-02-11
10+
11+
### Chores
12+
13+
- bump lerna version to 1.6.8 for clean 1.6.9 release ([#513](https://github.com/autonomys/auto-sdk/pull/513)) [@jim-counter](https://github.com/jim-counter)
14+
15+
## [1.6.7] - 2026-02-11
16+
17+
### Features
18+
19+
- add @autonomys/auto-wallet and @autonomys/auto-wallet-react packages ([#511](https://github.com/autonomys/auto-sdk/pull/511)) [@jim-counter](https://github.com/jim-counter)
20+
21+
### Chores
22+
23+
- add publishConfig for wallet packages ([#512](https://github.com/autonomys/auto-sdk/pull/512)) [@jim-counter](https://github.com/jim-counter)
24+
- release v1.6.6 ([#510](https://github.com/autonomys/auto-sdk/pull/510)) [@EmilFattakhov](https://github.com/EmilFattakhov)
25+
526
## [1.6.6] - 2026-01-14
627

728
### Chores
@@ -480,6 +501,12 @@ No changes in this version.
480501

481502
[1.6.4]: https://github.com/autonomys/auto-sdk/releases/tag/v1.6.4
482503

483-
[Unreleased]: https://github.com/autonomys/auto-sdk/compare/v1.6.6...HEAD
484-
[1.6.6]: https://github.com/autonomys/auto-sdk/compare/v1.6.5...v1.6.6
485504
[1.6.5]: https://github.com/autonomys/auto-sdk/releases/tag/v1.6.5
505+
506+
[1.6.6]: https://github.com/autonomys/auto-sdk/releases/tag/v1.6.6
507+
508+
[1.6.7]: https://github.com/autonomys/auto-sdk/releases/tag/v1.6.7
509+
510+
[Unreleased]: https://github.com/autonomys/auto-sdk/compare/v1.6.9...HEAD
511+
[1.6.9]: https://github.com/autonomys/auto-sdk/compare/v1.6.8...v1.6.9
512+
[1.6.8]: https://github.com/autonomys/auto-sdk/releases/tag/v1.6.8

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "1.6.6",
3+
"version": "1.6.9",
44
"private": true,
55
"license": "MIT",
66
"packageManager": "yarn@4.2.2",

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/integration-tests",
3-
"version": "1.6.6",
3+
"version": "1.6.9",
44
"private": true,
55
"description": "Integration tests for Autonomys SDK packages",
66
"type": "module",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"npmClient": "yarn"
55
}

packages/auto-agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-agents",
3-
"version": "1.6.6",
3+
"version": "1.6.9",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"type": "module",
@@ -26,8 +26,8 @@
2626
"README.md"
2727
],
2828
"dependencies": {
29-
"@autonomys/auto-dag-data": "^1.6.6",
30-
"@autonomys/auto-drive": "^1.6.6",
29+
"@autonomys/auto-dag-data": "^1.6.9",
30+
"@autonomys/auto-drive": "^1.6.9",
3131
"ethers": "6.13.5"
3232
},
3333
"devDependencies": {

packages/auto-consensus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-consensus",
3-
"version": "1.6.6",
3+
"version": "1.6.9",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"@autonomys/auto-utils": "^1.6.6",
28+
"@autonomys/auto-utils": "^1.6.9",
2929
"zod": "^3.24.2"
3030
},
3131
"devDependencies": {

packages/auto-dag-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autonomys/auto-dag-data",
33
"packageManager": "yarn@4.7.0",
4-
"version": "1.6.6",
4+
"version": "1.6.9",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"type": "module",
@@ -40,7 +40,7 @@
4040
"typescript": "^5.8.3"
4141
},
4242
"dependencies": {
43-
"@autonomys/asynchronous": "^1.6.6",
43+
"@autonomys/asynchronous": "^1.6.9",
4444
"@ipld/dag-pb": "^4.1.3",
4545
"@peculiar/webcrypto": "^1.5.0",
4646
"@webbuf/blake3": "^3.0.26",

packages/auto-design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autonomys/auto-design-system",
33
"packageManager": "yarn@4.7.0",
4-
"version": "1.6.6",
4+
"version": "1.6.9",
55
"license": "MIT",
66
"description": "Autonomys Design System",
77
"type": "module",
@@ -34,7 +34,7 @@
3434
"shadcn": "npx shadcn-ui@latest add"
3535
},
3636
"dependencies": {
37-
"@autonomys/design-tokens": "^1.6.6",
37+
"@autonomys/design-tokens": "^1.6.9",
3838
"@floating-ui/react": "^0.27.8",
3939
"@headlessui/react": "^2.2.3",
4040
"@heroicons/react": "^2.2.0",

packages/auto-drive/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autonomys/auto-drive",
33
"packageManager": "yarn@4.7.0",
4-
"version": "1.6.6",
4+
"version": "1.6.9",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -42,9 +42,9 @@
4242
"typescript": "^5.8.3"
4343
},
4444
"dependencies": {
45-
"@autonomys/asynchronous": "^1.6.6",
46-
"@autonomys/auto-dag-data": "^1.6.6",
47-
"@autonomys/auto-utils": "^1.6.6",
45+
"@autonomys/asynchronous": "^1.6.9",
46+
"@autonomys/auto-dag-data": "^1.6.9",
47+
"@autonomys/auto-utils": "^1.6.9",
4848
"blockstore-core": "^5.0.2",
4949
"jszip": "^3.10.1",
5050
"mime-types": "^3.0.2",

packages/auto-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-files",
3-
"version": "1.6.6",
3+
"version": "1.6.9",
44
"packageManager": "yarn@4.7.0",
55
"scripts": {
66
"build": "tsc"
@@ -21,6 +21,6 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@autonomys/auto-drive": "^1.6.6"
24+
"@autonomys/auto-drive": "^1.6.9"
2525
}
2626
}

0 commit comments

Comments
 (0)