Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/checkout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @0xsequence/checkout

## 6.0.0
## 5.4.0

### Major Changes

Expand All @@ -9,8 +9,8 @@
### Patch Changes

- Updated dependencies []:
- @0xsequence/connect@6.0.0
- @0xsequence/hooks@6.0.0
- @0xsequence/connect@5.4.0
- @0xsequence/hooks@5.4.0

## 5.3.29

Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/checkout",
"version": "6.0.0",
"version": "5.4.0",
"description": "Checkout UI for Sequence Web SDK",
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/checkout",
"author": "Horizon Blockchain Games",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @0xsequence/connect

## 6.0.0
## 5.4.0

### Major Changes

Expand All @@ -9,7 +9,7 @@
### Patch Changes

- Updated dependencies []:
- @0xsequence/hooks@6.0.0
- @0xsequence/hooks@5.4.0

## 5.3.29

Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/connect",
"version": "6.0.0",
"version": "5.4.0",
"description": "Connect package for Sequence Web SDK",
"keywords": [
"sequence",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/src/constants/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const WEB_SDK_VERSION = '6.0.0'
export const WEB_SDK_VERSION = '5.4.0'
2 changes: 1 addition & 1 deletion packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @0xsequence/hooks

## 6.0.0
## 5.4.0

### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/hooks",
"version": "6.0.0",
"version": "5.4.0",
"description": "React hooks for Sequence Web SDK",
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/hooks",
"author": "Horizon Blockchain Games",
Expand Down
4 changes: 2 additions & 2 deletions packages/immutable-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @0xsequence/immutable-connector

## 6.0.0
## 5.4.0

### Major Changes

Expand All @@ -9,7 +9,7 @@
### Patch Changes

- Updated dependencies []:
- @0xsequence/connect@6.0.0
- @0xsequence/connect@5.4.0

## 5.3.29

Expand Down
2 changes: 1 addition & 1 deletion packages/immutable-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/immutable-connector",
"version": "6.0.0",
"version": "5.4.0",
"description": "Immutable connector for Sequence Kit",
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/immutable-connector",
"author": "Horizon Blockchain Games",
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @0xsequence/kit-wallet

## 6.0.0
## 5.4.0

### Major Changes

Expand All @@ -9,9 +9,9 @@
### Patch Changes

- Updated dependencies []:
- @0xsequence/checkout@6.0.0
- @0xsequence/connect@6.0.0
- @0xsequence/hooks@6.0.0
- @0xsequence/checkout@5.4.0
- @0xsequence/connect@5.4.0
- @0xsequence/hooks@5.4.0

## 5.3.29

Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/wallet-widget",
"version": "6.0.0",
"version": "5.4.0",
"description": "Wallet UI for Sequence Web SDK",
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/wallet-widget",
"author": "Horizon Blockchain Games",
Expand Down