Skip to content

Commit d6bfecf

Browse files
Merge branch 'dargon789-master' of https://github.com/Dargon789/sequence.js into dargon789-master
2 parents 99548cf + 87cf349 commit d6bfecf

33 files changed

Lines changed: 386 additions & 85 deletions

extras/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/ui": "workspace:^",
16-
"next": "^15.5.14",
16+
"next": "^15.5.15",
1717
"react": "^19.2.3",
1818
"react-dom": "^19.2.3"
1919
},

extras/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/ui": "workspace:^",
16-
"next": "^15.5.14",
16+
"next": "^15.5.15",
1717
"react": "^19.2.3",
1818
"react-dom": "^19.2.3"
1919
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ox": "^0.9.17"
3434
}
3535
},
36-
"packageManager": "pnpm@10.24.0",
36+
"packageManager": "pnpm@10.33.4",
3737
"engines": {
3838
"node": ">=18"
3939
},

packages/services/api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @0xsequence/api
22

3+
## 3.0.9
4+
5+
### Patch Changes
6+
7+
- Fee options fixes
8+
9+
## 3.0.8
10+
11+
### Patch Changes
12+
13+
- Bug fix for relayer fee options handling
14+
315
## 3.0.7
416

517
### Patch Changes

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/api",
3-
"version": "3.0.7",
3+
"version": "3.0.9",
44
"description": "api sub-package for Sequence",
55
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/api",
66
"author": "Sequence Platforms ULC",

packages/services/builder/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @0xsequence/builder
22

3+
## 3.0.9
4+
5+
### Patch Changes
6+
7+
- Fee options fixes
8+
9+
## 3.0.8
10+
11+
### Patch Changes
12+
13+
- Bug fix for relayer fee options handling
14+
315
## 3.0.7
416

517
### Patch Changes

packages/services/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/builder",
3-
"version": "3.0.7",
3+
"version": "3.0.9",
44
"description": "builder sub-package for Sequence",
55
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/builder",
66
"author": "Sequence Platforms ULC",

packages/services/guard/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @0xsequence/guard
22

3+
## 3.0.9
4+
5+
### Patch Changes
6+
7+
- Fee options fixes
8+
9+
## 3.0.8
10+
11+
### Patch Changes
12+
13+
- Bug fix for relayer fee options handling
14+
315
## 3.0.7
416

517
### Patch Changes

packages/services/guard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/guard",
3-
"version": "3.0.7",
3+
"version": "3.0.9",
44
"description": "guard sub-package for Sequence",
55
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/guard",
66
"author": "Sequence Platforms ULC",

packages/services/identity-instrument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/identity-instrument",
3-
"version": "3.0.7",
3+
"version": "3.0.9",
44
"license": "Apache-2.0",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)