Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Jul 25, 2023
1 parent 4131cc8 commit 29e3159
Show file tree
Hide file tree
Showing 46 changed files with 336 additions and 23 deletions.
28 changes: 28 additions & 0 deletions packages/0xsequence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# 0xsequence

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/abi@1.0.5
- @0xsequence/account@1.0.5
- @0xsequence/api@1.0.5
- @0xsequence/auth@1.0.5
- @0xsequence/core@1.0.5
- @0xsequence/guard@1.0.5
- @0xsequence/indexer@1.0.5
- @0xsequence/metadata@1.0.5
- @0xsequence/migration@1.0.5
- @0xsequence/multicall@1.0.5
- @0xsequence/network@1.0.5
- @0xsequence/provider@1.0.5
- @0xsequence/relayer@1.0.5
- @0xsequence/sessions@1.0.5
- @0xsequence/signhub@1.0.5
- @0xsequence/utils@1.0.5
- @0xsequence/wallet@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/0xsequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0xsequence",
"version": "1.0.4",
"version": "1.0.5",
"description": "Sequence: a modular web3 stack and smart wallet for Ethereum chains",
"repository": "https://github.com/0xsequence/sequence.js",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @0xsequence/abi

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/abi",
"version": "1.0.4",
"version": "1.0.5",
"description": "abi sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi",
"source": "src/index.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @0xsequence/account

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/core@1.0.5
- @0xsequence/migration@1.0.5
- @0xsequence/network@1.0.5
- @0xsequence/relayer@1.0.5
- @0xsequence/sessions@1.0.5
- @0xsequence/utils@1.0.5
- @0xsequence/wallet@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/account",
"version": "1.0.4",
"version": "1.0.5",
"description": "tools for migrating sequence wallets to new versions",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @0xsequence/api

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/api",
"version": "1.0.4",
"version": "1.0.5",
"description": "api sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",
"source": "src/index.ts",
Expand Down
23 changes: 23 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @0xsequence/auth

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/abi@1.0.5
- @0xsequence/account@1.0.5
- @0xsequence/api@1.0.5
- @0xsequence/core@1.0.5
- @0xsequence/indexer@1.0.5
- @0xsequence/metadata@1.0.5
- @0xsequence/migration@1.0.5
- @0xsequence/network@1.0.5
- @0xsequence/sessions@1.0.5
- @0xsequence/signhub@1.0.5
- @0xsequence/utils@1.0.5
- @0xsequence/wallet@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/auth",
"version": "1.0.4",
"version": "1.0.5",
"description": "auth sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/auth",
"source": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @0xsequence/core

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/abi@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "core primitives for interacting with the sequence wallet contracts",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core",
"source": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @0xsequence/deployer

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/utils@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/deployer",
"version": "1.0.4",
"version": "1.0.5",
"description": "deployer sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/deployer",
"source": "src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/estimator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @0xsequence/estimator

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/abi@1.0.5
- @0xsequence/core@1.0.5
- @0xsequence/utils@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/estimator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/estimator",
"version": "1.0.4",
"version": "1.0.5",
"description": "estimator sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/estimator",
"source": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @0xsequence/guard

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/core@1.0.5
- @0xsequence/signhub@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/guard",
"version": "1.0.4",
"version": "1.0.5",
"description": "guard sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/guard",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @0xsequence/indexer

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/indexer",
"version": "1.0.4",
"version": "1.0.5",
"description": "indexer sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/indexer",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @0xsequence/metadata

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/metadata",
"version": "1.0.4",
"version": "1.0.5",
"description": "metadata sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/metadata",
"source": "src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @0xsequence/migration

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/abi@1.0.5
- @0xsequence/core@1.0.5
- @0xsequence/wallet@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/migration",
"version": "1.0.4",
"version": "1.0.5",
"description": "tools for migrating sequence wallets to new versions",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/migration",
"source": "src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/multicall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @0xsequence/multicall

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/abi@1.0.5
- @0xsequence/network@1.0.5
- @0xsequence/utils@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/multicall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/multicall",
"version": "1.0.4",
"version": "1.0.5",
"description": "multicall sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/multicall",
"source": "src/index.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @0xsequence/network

## 1.0.5

### Patch Changes

- network: export network constants
- guard: use the correct global for fetch
- network: nova-explorer.arbitrum.io -> nova.arbiscan.io
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @0xsequence/core@1.0.5
- @0xsequence/indexer@1.0.5
- @0xsequence/relayer@1.0.5
- @0xsequence/utils@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/network",
"version": "1.0.4",
"version": "1.0.5",
"description": "network sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/network",
"source": "src/index.ts",
Expand Down
Loading

0 comments on commit 29e3159

Please sign in to comment.