Skip to content

Commit 30c8697

Browse files
authored
Merge pull request #19 from 1001-digital/changeset-release/main
Version Packages
2 parents 4139a02 + e51a7a8 commit 30c8697

File tree

7 files changed

+16
-26
lines changed

7 files changed

+16
-26
lines changed

.changeset/fresh-candies-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-camels-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/puny-donkeys-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strict-houses-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-emus-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @1001-digital/erc721-extensions
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`4139a02`](https://github.com/1001-digital/erc721-extensions/commit/4139a020f23c031a06ef46dbd4bb2cc77df6eab1) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Refactor / simplify OfferWithdrawn event emition. Fixes [#16](https://github.com/1001-digital/erc721-extensions/issues/16)
8+
9+
- [`997511d`](https://github.com/1001-digital/erc721-extensions/commit/997511d9a2063e5376ab0036826bb86fa0ee4b46) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Upgrade to OpenZeppelin V5
10+
11+
- [`997511d`](https://github.com/1001-digital/erc721-extensions/commit/997511d9a2063e5376ab0036826bb86fa0ee4b46) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Add more test coverage
12+
13+
- [`997511d`](https://github.com/1001-digital/erc721-extensions/commit/997511d9a2063e5376ab0036826bb86fa0ee4b46) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Ensure price consistency when filling orders
14+
15+
- [`997511d`](https://github.com/1001-digital/erc721-extensions/commit/997511d9a2063e5376ab0036826bb86fa0ee4b46) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Upgrade to hardhat3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1001-digital/erc721-extensions",
3-
"version": "0.0.19",
3+
"version": "0.1.0",
44
"description": "Composable smart contract extensions for the OpenZeppelin base contracts",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)