Skip to content

Commit

Permalink
chore: release 1.1.2 (#424)
Browse files Browse the repository at this point in the history
* fix: changelog bug

* chore: release 1.1.0

* chore: 1.1.1

* chore: 1.1.1

* chore: 1.1.2

* chore: release 1.1.2
  • Loading branch information
yutingzhao1991 authored Dec 29, 2023
1 parent 60a2f56 commit 7428550
Show file tree
Hide file tree
Showing 20 changed files with 180 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .changeset/eight-lizards-peel.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gold-shrimps-buy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/large-drinks-provide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/metal-pots-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-chefs-divide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-yaks-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-chefs-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-lamps-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-owls-destroy.md

This file was deleted.

9 changes: 8 additions & 1 deletion .dumi/theme/builtins/IconSearch/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ const chain = [
'Avalanche',
];

const tool = ['CoinbaseWallet', 'Etherscan', 'MetaMask', 'WalletConnect', 'TokenPocket', 'Safeheron'];
const tool = [
'CoinbaseWallet',
'Etherscan',
'MetaMask',
'WalletConnect',
'TokenPocket',
'Safeheron',
];

const datum = [...chain, ...tool];

Expand Down
37 changes: 37 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @ant-design/web3-assets

## 1.1.2

### Patch Changes

- d6a5339: chore: release 1.1.2 for republish
- Updated dependencies [d6a5339]
- @ant-design/web3-common@1.1.2
- @ant-design/web3-icons@1.1.2

## 1.1.1

### Patch Changes

- 32f276a: chore: 1.1.1
- Updated dependencies [32f276a]
- @ant-design/web3-common@1.1.1
- @ant-design/web3-icons@1.1.1

## 1.1.0

### Minor Changes

- b00a377: feat: add TokenPocket wallet icon and metadata
- b3e95c2: feat: support safeheron browser wallet

### Patch Changes

- 69a3597: fix: Improve the package.json information and add a main field to accommodate more projects.
- Updated dependencies [73e8e32]
- Updated dependencies [69a3597]
- Updated dependencies [b00a377]
- Updated dependencies [b3e95c2]
- Updated dependencies [3547f6b]
- Updated dependencies [9de319c]
- @ant-design/web3-common@1.1.0
- @ant-design/web3-icons@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/web3-assets",
"version": "1.0.0",
"version": "1.1.2",
"main": "dist/lib/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @ant-design/web3-common

## 1.1.2

### Patch Changes

- d6a5339: chore: release 1.1.2 for republish

## 1.1.1

### Patch Changes

- 32f276a: chore: 1.1.1

## 1.1.0

### Minor Changes

- 3547f6b: feat: ConnectButton support internationalization

### Patch Changes

- 73e8e32: feat: ConnectModal support Intl
- 69a3597: fix: Improve the package.json information and add a main field to accommodate more projects.
- 9de319c: feat: NFTCard support intl

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/web3-common",
"version": "1.0.0",
"version": "1.1.2",
"main": "dist/lib/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
23 changes: 23 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @ant-design/web3-icons

## 1.1.2

### Patch Changes

- d6a5339: chore: release 1.1.2 for republish

## 1.1.1

### Patch Changes

- 32f276a: chore: 1.1.1

## 1.1.0

### Minor Changes

- b00a377: feat: add TokenPocket wallet icon and metadata
- b3e95c2: feat: support safeheron browser wallet

### Patch Changes

- 69a3597: fix: Improve the package.json information and add a main field to accommodate more projects.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/web3-icons",
"version": "1.0.0",
"version": "1.1.2",
"main": "dist/lib/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
38 changes: 38 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @ant-design/web3-wagmi

## 1.1.2

### Patch Changes

- d6a5339: chore: release 1.1.2 for republish
- Updated dependencies [d6a5339]
- @ant-design/web3-assets@1.1.2
- @ant-design/web3-common@1.1.2

## 1.1.1

### Patch Changes

- 32f276a: chore: 1.1.1
- Updated dependencies [32f276a]
- @ant-design/web3-assets@1.1.1
- @ant-design/web3-common@1.1.1

## 1.1.0

### Minor Changes

- b00a377: feat: add TokenPocket wallet icon and metadata
- b3e95c2: feat: support safeheron browser wallet
- 3547f6b: feat: ConnectButton support internationalization

### Patch Changes

- 69a3597: fix: Improve the package.json information and add a main field to accommodate more projects.
- Updated dependencies [73e8e32]
- Updated dependencies [69a3597]
- Updated dependencies [b00a377]
- Updated dependencies [b3e95c2]
- Updated dependencies [3547f6b]
- Updated dependencies [9de319c]
- @ant-design/web3-common@1.1.0
- @ant-design/web3-assets@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/web3-wagmi",
"version": "1.0.0",
"version": "1.1.2",
"main": "dist/lib/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
45 changes: 45 additions & 0 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @ant-design/web3

## 1.1.2

### Patch Changes

- d6a5339: chore: release 1.1.2 for republish
- Updated dependencies [d6a5339]
- @ant-design/web3-assets@1.1.2
- @ant-design/web3-common@1.1.2
- @ant-design/web3-icons@1.1.2

## 1.1.1

### Patch Changes

- 32f276a: chore: 1.1.1
- Updated dependencies [32f276a]
- @ant-design/web3-assets@1.1.1
- @ant-design/web3-common@1.1.1
- @ant-design/web3-icons@1.1.1

## 1.1.0

### Minor Changes

- b3e95c2: feat: support safeheron browser wallet
- 3547f6b: feat: ConnectButton support internationalization

### Patch Changes

- 73e8e32: feat: ConnectModal support Intl
- 69a3597: fix: Improve the package.json information and add a main field to accommodate more projects.
- f5a1b82: refactor: Update deprecated antd Modal props
- 9de319c: feat: NFTCard support intl
- f8dce24: perf: use `??` Instead of `||`
- 13d0207: fix: debug connect-button ui
- Updated dependencies [73e8e32]
- Updated dependencies [69a3597]
- Updated dependencies [b00a377]
- Updated dependencies [b3e95c2]
- Updated dependencies [3547f6b]
- Updated dependencies [9de319c]
- @ant-design/web3-common@1.1.0
- @ant-design/web3-assets@1.1.0
- @ant-design/web3-icons@1.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/web3",
"version": "1.0.1",
"version": "1.1.2",
"main": "dist/lib/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 7428550

Please sign in to comment.