Skip to content

Commit 27afc9a

Browse files
authored
changed version to 6.0.0 to 5.4.0 (#553)
1 parent cedd0da commit 27afc9a

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

packages/checkout/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @0xsequence/checkout
22

3-
## 6.0.0
3+
## 5.4.0
44

55
### Major Changes
66

@@ -9,8 +9,8 @@
99
### Patch Changes
1010

1111
- Updated dependencies []:
12-
- @0xsequence/connect@6.0.0
13-
- @0xsequence/hooks@6.0.0
12+
- @0xsequence/connect@5.4.0
13+
- @0xsequence/hooks@5.4.0
1414

1515
## 5.3.29
1616

packages/checkout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/checkout",
3-
"version": "6.0.0",
3+
"version": "5.4.0",
44
"description": "Checkout UI for Sequence Web SDK",
55
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/checkout",
66
"author": "Horizon Blockchain Games",

packages/connect/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @0xsequence/connect
22

3-
## 6.0.0
3+
## 5.4.0
44

55
### Major Changes
66

@@ -9,7 +9,7 @@
99
### Patch Changes
1010

1111
- Updated dependencies []:
12-
- @0xsequence/hooks@6.0.0
12+
- @0xsequence/hooks@5.4.0
1313

1414
## 5.3.29
1515

packages/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/connect",
3-
"version": "6.0.0",
3+
"version": "5.4.0",
44
"description": "Connect package for Sequence Web SDK",
55
"keywords": [
66
"sequence",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const WEB_SDK_VERSION = '6.0.0'
1+
export const WEB_SDK_VERSION = '5.4.0'

packages/hooks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @0xsequence/hooks
22

3-
## 6.0.0
3+
## 5.4.0
44

55
### Major Changes
66

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/hooks",
3-
"version": "6.0.0",
3+
"version": "5.4.0",
44
"description": "React hooks for Sequence Web SDK",
55
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/hooks",
66
"author": "Horizon Blockchain Games",

packages/immutable-connector/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @0xsequence/immutable-connector
22

3-
## 6.0.0
3+
## 5.4.0
44

55
### Major Changes
66

@@ -9,7 +9,7 @@
99
### Patch Changes
1010

1111
- Updated dependencies []:
12-
- @0xsequence/connect@6.0.0
12+
- @0xsequence/connect@5.4.0
1313

1414
## 5.3.29
1515

packages/immutable-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/immutable-connector",
3-
"version": "6.0.0",
3+
"version": "5.4.0",
44
"description": "Immutable connector for Sequence Kit",
55
"repository": "https://github.com/0xsequence/web-sdk/tree/master/packages/immutable-connector",
66
"author": "Horizon Blockchain Games",

packages/wallet-widget/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @0xsequence/kit-wallet
22

3-
## 6.0.0
3+
## 5.4.0
44

55
### Major Changes
66

@@ -9,9 +9,9 @@
99
### Patch Changes
1010

1111
- Updated dependencies []:
12-
- @0xsequence/checkout@6.0.0
13-
- @0xsequence/connect@6.0.0
14-
- @0xsequence/hooks@6.0.0
12+
- @0xsequence/checkout@5.4.0
13+
- @0xsequence/connect@5.4.0
14+
- @0xsequence/hooks@5.4.0
1515

1616
## 5.3.29
1717

0 commit comments

Comments
 (0)