Skip to content

Commit e4ab560

Browse files
authored
Merge pull request #98 from ProvableHQ/release/1.1.0
chore: release 1.1.0
2 parents 1e91da3 + 1b59d19 commit e4ab560

23 files changed

Lines changed: 110 additions & 17 deletions

File tree

.changeset/scope-program-grant.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/aleo-hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @provablehq/aleo-hooks
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb90940]
8+
- @provablehq/aleo-wallet-standard@1.1.0
9+
- @provablehq/aleo-types@1.0.1
10+
311
## 1.0.0
412

513
### Major Changes

packages/aleo-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@provablehq/aleo-hooks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Hooks for Aleo blockchain",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/aleo-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @provablehq/aleo-types
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- eb90940: Add optional `scopeProgram` to `AlgorithmGrant` for wrapper call sites: the wallet derives against `scopeProgram ?? program`, so a grant whose call site is a wrapper program can pin the inner program its derivation targets. Additive and backward compatible — omitting the field preserves call-site scoping.
8+
39
## 1.0.0
410

511
### Major Changes

packages/aleo-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@provablehq/aleo-types",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Types for Aleo blockchain",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/aleo-wallet-adaptor/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @provablehq/aleo-wallet-adaptor-core
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb90940]
8+
- @provablehq/aleo-wallet-standard@1.1.0
9+
- @provablehq/aleo-types@1.0.1
10+
311
## 1.0.0
412

513
### Major Changes

packages/aleo-wallet-adaptor/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@provablehq/aleo-wallet-adaptor-core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Core wallet adapter logic and utilities",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/aleo-wallet-adaptor/react-ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @provablehq/aleo-wallet-adaptor-react-ui
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb90940]
8+
- @provablehq/aleo-wallet-standard@1.1.0
9+
- @provablehq/aleo-types@1.0.1
10+
- @provablehq/aleo-wallet-adaptor-core@1.0.1
11+
- @provablehq/aleo-wallet-adaptor-react@1.0.1
12+
313
## 1.0.0
414

515
### Major Changes

packages/aleo-wallet-adaptor/react-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@provablehq/aleo-wallet-adaptor-react-ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "UI components for wallet adapter integration",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/aleo-wallet-adaptor/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @provablehq/aleo-wallet-adaptor-react
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb90940]
8+
- @provablehq/aleo-wallet-standard@1.1.0
9+
- @provablehq/aleo-types@1.0.1
10+
- @provablehq/aleo-wallet-adaptor-core@1.0.1
11+
312
## 1.0.0
413

514
### Major Changes

0 commit comments

Comments
 (0)