Skip to content

Commit

Permalink
v4.0.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook authored Aug 26, 2024
1 parent 64dabaa commit cf761e8
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 5 deletions.
13 changes: 13 additions & 0 deletions examples/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @0xsequence/kit-example-next

## 1.0.0

### Major Changes

- Migrated to Ethers v6.13.0 and Sequence v2.0.0

### Patch Changes

- Updated dependencies []:
- @0xsequence/kit-checkout@4.0.0
- @0xsequence/kit@4.0.0
- @0xsequence/kit-wallet@4.0.0

## 0.6.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/kit-example-next",
"version": "0.6.20",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 4444",
Expand Down
13 changes: 13 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @0xsequence/kit-example-react

## 1.0.0

### Major Changes

- Migrated to Ethers v6.13.0 and Sequence v2.0.0

### Patch Changes

- Updated dependencies []:
- @0xsequence/kit-checkout@4.0.0
- @0xsequence/kit@4.0.0
- @0xsequence/kit-wallet@4.0.0

## 0.7.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/kit-example-react",
"version": "0.7.20",
"version": "1.0.0",
"private": true,
"homepage": "kit",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/checkout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @0xsequence/kit-connectors

## 4.0.0

### Major Changes

- Migrated to Ethers v6.13.0 and Sequence v2.0.0

### Patch Changes

- Updated dependencies []:
- @0xsequence/kit@4.0.0

## 3.0.0

### Major Changes
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/kit-checkout",
"version": "3.0.0",
"version": "4.0.0",
"description": "Checkout UI for Sequence Kit",
"repository": "https://github.com/0xsequence/kit/tree/master/packages/checkout",
"author": "Horizon Blockchain Games",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @0xsequence/kit

## 4.0.0

### Major Changes

- Migrated to Ethers v6.13.0 and Sequence v2.0.0

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/kit",
"version": "3.0.0",
"version": "4.0.0",
"description": "Core package for Sequence Kit",
"keywords": [
"sequence",
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @0xsequence/kit-wallet

## 4.0.0

### Major Changes

- Migrated to Ethers v6.13.0 and Sequence v2.0.0

### Patch Changes

- Updated dependencies []:
- @0xsequence/kit@4.0.0

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/kit-wallet",
"version": "3.0.0",
"version": "4.0.0",
"description": "Wallet UI for Sequence Kit",
"repository": "https://github.com/0xsequence/kit/tree/master/packages/wallet",
"author": "Horizon Blockchain Games",
Expand Down

0 comments on commit cf761e8

Please sign in to comment.