diff --git a/.gitignore b/.gitignore index d45e1d179..b090f9bc2 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ gas_benchmark.md foundry_artifacts/ wagmi.config.bundled_*.mjs +packages/**/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05a315756..869c64d6e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,6 +12,7 @@ "packages/lsp8-contracts": "0.15.0", "packages/lsp9-contracts": "0.15.0", "packages/lsp10-contracts": "0.15.0", + "packages/lsp11-contracts": "0.0.0", "packages/lsp12-contracts": "0.15.0", "packages/lsp14-contracts": "0.15.0", "packages/lsp16-contracts": "0.15.0", @@ -20,6 +21,6 @@ "packages/lsp20-contracts": "0.15.0", "packages/lsp23-contracts": "0.15.0", "packages/lsp25-contracts": "0.15.0", - "packages/lsp26-contracts": "0.15.0", + "packages/lsp26-contracts": "0.0.0", "packages/universalprofile-contracts": "0.15.0" } diff --git a/package-lock.json b/package-lock.json index 32434b386..deecc59a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8995,105 +8995,6 @@ "typechain": "8.x" } }, - "node_modules/hardhat-packager/node_modules/@typechain/ethers-v5": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/@typechain/ethers-v5/-/ethers-v5-10.2.1.tgz", - "integrity": "sha512-n3tQmCZjRE6IU4h6lqUGiQ1j866n5MTCBJreNEHHVWXa2u9GJTaeYyU1/k+1qLutkyw+sS6VAN+AbeiTqsxd/A==", - "dev": true, - "peer": true, - "dependencies": { - "lodash": "^4.17.15", - "ts-essentials": "^7.0.1" - }, - "peerDependencies": { - "@ethersproject/abi": "^5.0.0", - "@ethersproject/providers": "^5.0.0", - "ethers": "^5.1.3", - "typechain": "^8.1.1", - "typescript": ">=4.3.0" - } - }, - "node_modules/hardhat-packager/node_modules/@typechain/hardhat": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-6.1.6.tgz", - "integrity": "sha512-BiVnegSs+ZHVymyidtK472syodx1sXYlYJJixZfRstHVGYTi8V1O7QG4nsjyb0PC/LORcq7sfBUcHto1y6UgJA==", - "dev": true, - "dependencies": { - "fs-extra": "^9.1.0" - }, - "peerDependencies": { - "@ethersproject/abi": "^5.4.7", - "@ethersproject/providers": "^5.4.7", - "@typechain/ethers-v5": "^10.2.1", - "ethers": "^5.4.7", - "hardhat": "^2.9.9", - "typechain": "^8.1.1" - } - }, - "node_modules/hardhat-packager/node_modules/@typechain/hardhat/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hardhat-packager/node_modules/ethers": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz", - "integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" - }, - { - "type": "individual", - "url": "https://www.buymeacoffee.com/ricmoo" - } - ], - "peer": true, - "dependencies": { - "@ethersproject/abi": "5.7.0", - "@ethersproject/abstract-provider": "5.7.0", - "@ethersproject/abstract-signer": "5.7.0", - "@ethersproject/address": "5.7.0", - "@ethersproject/base64": "5.7.0", - "@ethersproject/basex": "5.7.0", - "@ethersproject/bignumber": "5.7.0", - "@ethersproject/bytes": "5.7.0", - "@ethersproject/constants": "5.7.0", - "@ethersproject/contracts": "5.7.0", - "@ethersproject/hash": "5.7.0", - "@ethersproject/hdnode": "5.7.0", - "@ethersproject/json-wallets": "5.7.0", - "@ethersproject/keccak256": "5.7.0", - "@ethersproject/logger": "5.7.0", - "@ethersproject/networks": "5.7.1", - "@ethersproject/pbkdf2": "5.7.0", - "@ethersproject/properties": "5.7.0", - "@ethersproject/providers": "5.7.2", - "@ethersproject/random": "5.7.0", - "@ethersproject/rlp": "5.7.0", - "@ethersproject/sha2": "5.7.0", - "@ethersproject/signing-key": "5.7.0", - "@ethersproject/solidity": "5.7.0", - "@ethersproject/strings": "5.7.0", - "@ethersproject/transactions": "5.7.0", - "@ethersproject/units": "5.7.0", - "@ethersproject/wallet": "5.7.0", - "@ethersproject/web": "5.7.1", - "@ethersproject/wordlists": "5.7.0" - } - }, "node_modules/hardhat/node_modules/@noble/hashes": { "version": "1.2.0", "dev": true, @@ -18274,28 +18175,29 @@ "version": "0.15.0", "license": "Apache-2.0", "dependencies": { - "@lukso/lsp0-contracts": "*", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp10-contracts": "*", - "@lukso/lsp12-contracts": "*", - "@lukso/lsp14-contracts": "*", - "@lukso/lsp16-contracts": "*", - "@lukso/lsp17-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp1delegate-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp20-contracts": "*", - "@lukso/lsp23-contracts": "*", - "@lukso/lsp25-contracts": "*", - "@lukso/lsp26-contracts": "*", - "@lukso/lsp3-contracts": "*", - "@lukso/lsp4-contracts": "*", - "@lukso/lsp5-contracts": "*", - "@lukso/lsp6-contracts": "*", - "@lukso/lsp7-contracts": "*", - "@lukso/lsp8-contracts": "*", - "@lukso/lsp9-contracts": "*", - "@lukso/universalprofile-contracts": "*" + "@lukso/lsp0-contracts": "~0.15.0", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp10-contracts": "~0.15.0", + "@lukso/lsp11-contracts": "~0.1.0", + "@lukso/lsp12-contracts": "~0.15.0", + "@lukso/lsp14-contracts": "~0.15.0", + "@lukso/lsp16-contracts": "~0.15.0", + "@lukso/lsp17-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.16.0", + "@lukso/lsp1delegate-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp20-contracts": "~0.15.0", + "@lukso/lsp23-contracts": "~0.15.0", + "@lukso/lsp25-contracts": "~0.15.0", + "@lukso/lsp26-contracts": "~0.1.0", + "@lukso/lsp3-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.16.0", + "@lukso/lsp5-contracts": "~0.15.0", + "@lukso/lsp6-contracts": "~0.15.0", + "@lukso/lsp7-contracts": "~0.16.0", + "@lukso/lsp8-contracts": "~0.16.0", + "@lukso/lsp9-contracts": "~0.15.0", + "@lukso/universalprofile-contracts": "~0.15.0" } }, "packages/lsp0-contracts": { @@ -18304,12 +18206,21 @@ "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp14-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp20-contracts": "*", - "@openzeppelin/contracts": "^4.9.6" + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp14-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp20-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.3" + } + }, + "packages/lsp0-contracts/node_modules/@lukso/lsp17contractextension-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp17contractextension-contracts/-/lsp17contractextension-contracts-0.15.0.tgz", + "integrity": "sha512-fwLrXi1jyiw6DlP6mt+NTweSxyPI3KaKk5UN9OwuT5KbaC7Upm50TFuA/IX+V4gY8/iVdr6uhy7nLg1+LQpSAw==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp1-contracts": { @@ -18318,7 +18229,7 @@ "license": "Apache-2.0", "dependencies": { "@lukso/lsp2-contracts": "~0.15.0", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp10-contracts": { @@ -18326,8 +18237,18 @@ "version": "0.15.0", "license": "Apache-2.0", "dependencies": { - "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp2-contracts": "*" + "@erc725/smart-contracts": "^6.0.0", + "@lukso/lsp2-contracts": "~0.15.0" + } + }, + "packages/lsp10-contracts/node_modules/@erc725/smart-contracts": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@erc725/smart-contracts/-/smart-contracts-6.0.0.tgz", + "integrity": "sha512-6okutGGL9xbg/MSgAof2FU1UcSNE/z3p9TORlROVGaM3gi1A6FQQ7fDqtBYkPtvHureX8yS9gP7xPt3PRbP43Q==", + "dependencies": { + "@openzeppelin/contracts": "^4.9.3", + "@openzeppelin/contracts-upgradeable": "^4.9.3", + "solidity-bytes-utils": "0.8.0" } }, "packages/lsp11-contracts": { @@ -18336,8 +18257,8 @@ "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp25-contracts": "*", - "@openzeppelin/contracts": "^4.9.3" + "@lukso/lsp25-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.6" } }, "packages/lsp12-contracts": { @@ -18374,18 +18295,27 @@ "dependencies": { "@account-abstraction/contracts": "^0.6.0", "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp14-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp20-contracts": "*", - "@openzeppelin/contracts": "^4.9.6" + "@lukso/lsp14-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.15.0", + "@lukso/lsp20-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.3" + } + }, + "packages/lsp17-contracts/node_modules/@lukso/lsp17contractextension-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp17contractextension-contracts/-/lsp17contractextension-contracts-0.15.0.tgz", + "integrity": "sha512-fwLrXi1jyiw6DlP6mt+NTweSxyPI3KaKk5UN9OwuT5KbaC7Upm50TFuA/IX+V4gY8/iVdr6uhy7nLg1+LQpSAw==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp17contractextension-contracts": { "name": "@lukso/lsp17contractextension-contracts", - "version": "0.15.0", + "version": "0.16.0", "license": "Apache-2.0", "dependencies": { - "@openzeppelin/contracts": "^4.9.3" + "@openzeppelin/contracts": "^4.9.6" } }, "packages/lsp1delegate-contracts": { @@ -18394,13 +18324,57 @@ "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp10-contracts": "*", - "@lukso/lsp5-contracts": "*", - "@lukso/lsp7-contracts": "*", - "@lukso/lsp8-contracts": "*", - "@lukso/lsp9-contracts": "*", - "@openzeppelin/contracts": "^4.9.6" + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp10-contracts": "~0.15.0", + "@lukso/lsp5-contracts": "~0.15.0", + "@lukso/lsp7-contracts": "~0.15.0", + "@lukso/lsp8-contracts": "~0.15.0", + "@lukso/lsp9-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.3" + } + }, + "packages/lsp1delegate-contracts/node_modules/@lukso/lsp17contractextension-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp17contractextension-contracts/-/lsp17contractextension-contracts-0.15.0.tgz", + "integrity": "sha512-fwLrXi1jyiw6DlP6mt+NTweSxyPI3KaKk5UN9OwuT5KbaC7Upm50TFuA/IX+V4gY8/iVdr6uhy7nLg1+LQpSAw==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@openzeppelin/contracts": "^4.9.3" + } + }, + "packages/lsp1delegate-contracts/node_modules/@lukso/lsp4-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp4-contracts/-/lsp4-contracts-0.15.0.tgz", + "integrity": "sha512-M85S5DN3hqHTIfTs7Cs1dqM4EE2ftEZfh0RcPV00+Fgo2IID8QQxKNFiGP1I59Upn6GsDar/RJpFyV1SCnAOGw==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@lukso/lsp2-contracts": "~0.15.0" + } + }, + "packages/lsp1delegate-contracts/node_modules/@lukso/lsp7-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp7-contracts/-/lsp7-contracts-0.15.0.tgz", + "integrity": "sha512-9kQmwL49CA90vCF1dneG44DdtkNzmnWZ7JzLIopizLw8pnKxhvTAnnJFdsDUVZiDqH3l61RBY51IpEBj+u5yXA==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.3" + } + }, + "packages/lsp1delegate-contracts/node_modules/@lukso/lsp8-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp8-contracts/-/lsp8-contracts-0.15.0.tgz", + "integrity": "sha512-7iWN55lSivJ8PUchY5ocrHjeQ/SeaL2zVrLBW+224AkFQn3no1hhZ8q9mqAbwxv0CEIt5L2x+2RclZq3yMa2uw==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp2-contracts": { @@ -18408,7 +18382,8 @@ "version": "0.15.0", "license": "Apache-2.0", "dependencies": { - "@erc725/smart-contracts": "^7.0.0" + "@erc725/smart-contracts": "^7.0.0", + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp20-contracts": { @@ -18423,7 +18398,7 @@ "dependencies": { "@erc725/smart-contracts": "^7.0.0", "@lukso/universalprofile-contracts": "~0.15.0", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp25-contracts": { @@ -18436,7 +18411,7 @@ }, "packages/lsp26-contracts": { "name": "@lukso/lsp26-contracts", - "version": "0.15.0", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "@lukso/lsp0-contracts": "~0.15.0", @@ -18454,11 +18429,11 @@ }, "packages/lsp4-contracts": { "name": "@lukso/lsp4-contracts", - "version": "0.15.0", + "version": "0.16.0", "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts-v8": "npm:@erc725/smart-contracts@8.0.0", - "@lukso/lsp2-contracts": "*" + "@lukso/lsp2-contracts": "~0.15.0" } }, "packages/lsp5-contracts": { @@ -18482,19 +18457,28 @@ "@lukso/lsp2-contracts": "~0.15.0", "@lukso/lsp20-contracts": "~0.15.0", "@lukso/lsp25-contracts": "~0.15.0", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^4.9.3" + } + }, + "packages/lsp6-contracts/node_modules/@lukso/lsp17contractextension-contracts": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@lukso/lsp17contractextension-contracts/-/lsp17contractextension-contracts-0.15.0.tgz", + "integrity": "sha512-fwLrXi1jyiw6DlP6mt+NTweSxyPI3KaKk5UN9OwuT5KbaC7Upm50TFuA/IX+V4gY8/iVdr6uhy7nLg1+LQpSAw==", + "dependencies": { + "@erc725/smart-contracts": "^7.0.0", + "@openzeppelin/contracts": "^4.9.3" } }, "packages/lsp7-contracts": { "name": "@lukso/lsp7-contracts", - "version": "0.15.0", + "version": "0.16.0", "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts": "^8.0.0", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp4-contracts": "*", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.16.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.16.0", "@openzeppelin/contracts": "^4.9.6" } }, @@ -18509,14 +18493,14 @@ }, "packages/lsp8-contracts": { "name": "@lukso/lsp8-contracts", - "version": "0.15.0", + "version": "0.16.0", "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts": "^8.0.0", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp4-contracts": "*", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.16.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.16.0", "@openzeppelin/contracts": "^4.9.6" } }, @@ -18537,7 +18521,7 @@ "@erc725/smart-contracts": "^7.0.0", "@lukso/lsp1-contracts": "~0.15.0", "@lukso/lsp6-contracts": "~0.15.0", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^4.9.3" } }, "packages/universalprofile-contracts": { @@ -18546,10 +18530,10 @@ "license": "Apache-2.0", "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp0-contracts": "*", - "@lukso/lsp3-contracts": "*", - "@openzeppelin/contracts": "^4.9.6" + "@lukso/lsp0-contracts": "~0.15.0", + "@lukso/lsp3-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.3" } } } -} \ No newline at end of file +} diff --git a/packages/lsp-smart-contracts/package.json b/packages/lsp-smart-contracts/package.json index 5dead1d92..5a338878b 100644 --- a/packages/lsp-smart-contracts/package.json +++ b/packages/lsp-smart-contracts/package.json @@ -57,7 +57,7 @@ "build:js": "unbuild", "build:types": "npx wagmi generate", "build:docs": "hardhat dodoc && prettier -w ./docs && bash dodoc/postProcessingContracts.sh && dodoc/postProcessingLibraries.sh", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -68,27 +68,28 @@ "test:benchmark": "hardhat test --no-compile tests/Benchmark.test.ts" }, "dependencies": { - "@lukso/lsp0-contracts": "*", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp10-contracts": "*", - "@lukso/lsp12-contracts": "*", - "@lukso/lsp14-contracts": "*", - "@lukso/lsp16-contracts": "*", - "@lukso/lsp17-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp1delegate-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp20-contracts": "*", - "@lukso/lsp23-contracts": "*", - "@lukso/lsp25-contracts": "*", - "@lukso/lsp26-contracts": "*", - "@lukso/lsp3-contracts": "*", - "@lukso/lsp4-contracts": "*", - "@lukso/lsp5-contracts": "*", - "@lukso/lsp6-contracts": "*", - "@lukso/lsp7-contracts": "*", - "@lukso/lsp8-contracts": "*", - "@lukso/lsp9-contracts": "*", - "@lukso/universalprofile-contracts": "*" + "@lukso/lsp0-contracts": "~0.15.0", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp10-contracts": "~0.15.0", + "@lukso/lsp11-contracts": "~0.1.0", + "@lukso/lsp12-contracts": "~0.15.0", + "@lukso/lsp14-contracts": "~0.15.0", + "@lukso/lsp16-contracts": "~0.15.0", + "@lukso/lsp17-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.16.0", + "@lukso/lsp1delegate-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp20-contracts": "~0.15.0", + "@lukso/lsp23-contracts": "~0.15.0", + "@lukso/lsp25-contracts": "~0.15.0", + "@lukso/lsp26-contracts": "~0.1.0", + "@lukso/lsp3-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.16.0", + "@lukso/lsp5-contracts": "~0.15.0", + "@lukso/lsp6-contracts": "~0.15.0", + "@lukso/lsp7-contracts": "~0.16.0", + "@lukso/lsp8-contracts": "~0.16.0", + "@lukso/lsp9-contracts": "~0.15.0", + "@lukso/universalprofile-contracts": "~0.15.0" } } diff --git a/packages/lsp0-contracts/CHANGELOG.md b/packages/lsp0-contracts/CHANGELOG.md index b9626851c..26614a89a 100644 --- a/packages/lsp0-contracts/CHANGELOG.md +++ b/packages/lsp0-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.15.0-rc.0...lsp0-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.15.0-rc.0...lsp0-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp0-contracts-v0.14.0...lsp0-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp0-contracts/package.json b/packages/lsp0-contracts/package.json index d15f4c3ff..f4b3fad27 100644 --- a/packages/lsp0-contracts/package.json +++ b/packages/lsp0-contracts/package.json @@ -40,7 +40,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -49,11 +49,11 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@openzeppelin/contracts": "^4.9.6", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp14-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp20-contracts": "*" + "@openzeppelin/contracts": "^4.9.3", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp14-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.15.0", + "@lukso/lsp20-contracts": "~0.15.0" } } diff --git a/packages/lsp1-contracts/CHANGELOG.md b/packages/lsp1-contracts/CHANGELOG.md index e6eba0740..6f55ab3cb 100644 --- a/packages/lsp1-contracts/CHANGELOG.md +++ b/packages/lsp1-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.15.0-rc.0...lsp1-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.15.0-rc.0...lsp1-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1-contracts-v0.14.0...lsp1-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp1-contracts/package.json b/packages/lsp1-contracts/package.json index 84162f3ea..c3d2cd179 100644 --- a/packages/lsp1-contracts/package.json +++ b/packages/lsp1-contracts/package.json @@ -37,14 +37,14 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", "package": "hardhat prepare-package" }, "dependencies": { - "@openzeppelin/contracts": "^4.9.6", + "@openzeppelin/contracts": "^4.9.3", "@lukso/lsp2-contracts": "~0.15.0" } } diff --git a/packages/lsp10-contracts/CHANGELOG.md b/packages/lsp10-contracts/CHANGELOG.md index 5b95c92cf..a9970f5e7 100644 --- a/packages/lsp10-contracts/CHANGELOG.md +++ b/packages/lsp10-contracts/CHANGELOG.md @@ -44,28 +44,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.15.0-rc.0...lsp10-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.15.0-rc.0...lsp10-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp10-contracts-v0.14.0...lsp10-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp10-contracts/package.json b/packages/lsp10-contracts/package.json index c8d11bf38..027a62580 100644 --- a/packages/lsp10-contracts/package.json +++ b/packages/lsp10-contracts/package.json @@ -36,13 +36,13 @@ "scripts": { "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'" }, "dependencies": { - "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp2-contracts": "*" + "@erc725/smart-contracts": "^6.0.0", + "@lukso/lsp2-contracts": "~0.15.0" } } diff --git a/packages/lsp11-contracts/package.json b/packages/lsp11-contracts/package.json index bd50c4aa8..43a86827a 100644 --- a/packages/lsp11-contracts/package.json +++ b/packages/lsp11-contracts/package.json @@ -38,7 +38,7 @@ "build:foundry": "forge build", "build:types": "npx wagmi generate", "build:js": "unbuild", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -48,7 +48,7 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@lukso/lsp25-contracts": "*", - "@openzeppelin/contracts": "^4.9.3" + "@lukso/lsp25-contracts": "~0.15.0", + "@openzeppelin/contracts": "^4.9.6" } } diff --git a/packages/lsp12-contracts/CHANGELOG.md b/packages/lsp12-contracts/CHANGELOG.md index a5a53a68b..cf60f5670 100644 --- a/packages/lsp12-contracts/CHANGELOG.md +++ b/packages/lsp12-contracts/CHANGELOG.md @@ -44,28 +44,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp12-contracts-v0.15.0-rc.0...lsp12-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp12-contracts-v0.15.0-rc.0...lsp12-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp12-contracts-v0.14.0...lsp12-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp12-contracts/package.json b/packages/lsp12-contracts/package.json index 8a03aaa16..89ee91603 100644 --- a/packages/lsp12-contracts/package.json +++ b/packages/lsp12-contracts/package.json @@ -36,7 +36,7 @@ "scripts": { "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'" diff --git a/packages/lsp14-contracts/CHANGELOG.md b/packages/lsp14-contracts/CHANGELOG.md index de727acb7..a79b2db59 100644 --- a/packages/lsp14-contracts/CHANGELOG.md +++ b/packages/lsp14-contracts/CHANGELOG.md @@ -49,28 +49,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp14-contracts-v0.15.0-rc.0...lsp14-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp14-contracts-v0.15.0-rc.0...lsp14-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp14-contracts-v0.14.0...lsp14-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp14-contracts/package.json b/packages/lsp14-contracts/package.json index 3e0461d5a..d26b02f8f 100644 --- a/packages/lsp14-contracts/package.json +++ b/packages/lsp14-contracts/package.json @@ -37,7 +37,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", diff --git a/packages/lsp16-contracts/CHANGELOG.md b/packages/lsp16-contracts/CHANGELOG.md index 44318253e..00438c231 100644 --- a/packages/lsp16-contracts/CHANGELOG.md +++ b/packages/lsp16-contracts/CHANGELOG.md @@ -49,28 +49,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp16-contracts-v0.15.0-rc.0...lsp16-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp16-contracts-v0.15.0-rc.0...lsp16-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp16-contracts-v0.14.0...lsp16-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp16-contracts/package.json b/packages/lsp16-contracts/package.json index cefbe1dba..4fbae103d 100644 --- a/packages/lsp16-contracts/package.json +++ b/packages/lsp16-contracts/package.json @@ -36,7 +36,7 @@ "build": "hardhat compile --show-stack-traces", "build:foundry": "forge build", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", diff --git a/packages/lsp17-contracts/CHANGELOG.md b/packages/lsp17-contracts/CHANGELOG.md index 82c8288b8..831432d65 100644 --- a/packages/lsp17-contracts/CHANGELOG.md +++ b/packages/lsp17-contracts/CHANGELOG.md @@ -49,28 +49,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp17-contracts-v0.15.0-rc.0...lsp17-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp17-contracts-v0.15.0-rc.0...lsp17-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp17-contracts-v0.14.0...lsp17-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp17-contracts/package.json b/packages/lsp17-contracts/package.json index fd5a8a02f..c40c79ed5 100644 --- a/packages/lsp17-contracts/package.json +++ b/packages/lsp17-contracts/package.json @@ -37,7 +37,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -45,10 +45,10 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@openzeppelin/contracts": "^4.9.6", + "@openzeppelin/contracts": "^4.9.3", "@account-abstraction/contracts": "^0.6.0", - "@lukso/lsp14-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*", - "@lukso/lsp20-contracts": "*" + "@lukso/lsp14-contracts": "~0.15.0", + "@lukso/lsp17contractextension-contracts": "~0.15.0", + "@lukso/lsp20-contracts": "~0.15.0" } } diff --git a/packages/lsp17contractextension-contracts/CHANGELOG.md b/packages/lsp17contractextension-contracts/CHANGELOG.md index a5a11fa5c..eb89ab7b7 100644 --- a/packages/lsp17contractextension-contracts/CHANGELOG.md +++ b/packages/lsp17contractextension-contracts/CHANGELOG.md @@ -49,28 +49,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp17contractextension-contracts-v0.15.0-rc.0...lsp17contractextension-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp17contractextension-contracts-v0.15.0-rc.0...lsp17contractextension-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp17contractextension-contracts-v0.14.0...lsp17contractextension-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp17contractextension-contracts/package.json b/packages/lsp17contractextension-contracts/package.json index b974fe525..09d285a3d 100644 --- a/packages/lsp17contractextension-contracts/package.json +++ b/packages/lsp17contractextension-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp17contractextension-contracts", - "version": "0.15.0", + "version": "0.16.0", "description": "Package for the LSP17 Contract Extension standard", "license": "Apache-2.0", "author": "", @@ -37,13 +37,13 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", "package": "hardhat prepare-package" }, "dependencies": { - "@openzeppelin/contracts": "^4.9.3" + "@openzeppelin/contracts": "^4.9.6" } } diff --git a/packages/lsp1delegate-contracts/CHANGELOG.md b/packages/lsp1delegate-contracts/CHANGELOG.md index cd1c73d44..914d6a3f9 100644 --- a/packages/lsp1delegate-contracts/CHANGELOG.md +++ b/packages/lsp1delegate-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1delegate-contracts-v0.15.0-rc.0...lsp1delegate-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1delegate-contracts-v0.15.0-rc.0...lsp1delegate-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp1delegate-contracts-v0.14.0...lsp1delegate-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp1delegate-contracts/package.json b/packages/lsp1delegate-contracts/package.json index 10ce802ee..49141e60e 100644 --- a/packages/lsp1delegate-contracts/package.json +++ b/packages/lsp1delegate-contracts/package.json @@ -39,7 +39,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -47,12 +47,12 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@openzeppelin/contracts": "^4.9.6", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp5-contracts": "*", - "@lukso/lsp7-contracts": "*", - "@lukso/lsp8-contracts": "*", - "@lukso/lsp9-contracts": "*", - "@lukso/lsp10-contracts": "*" + "@openzeppelin/contracts": "^4.9.3", + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp5-contracts": "~0.15.0", + "@lukso/lsp7-contracts": "~0.15.0", + "@lukso/lsp8-contracts": "~0.15.0", + "@lukso/lsp9-contracts": "~0.15.0", + "@lukso/lsp10-contracts": "~0.15.0" } } diff --git a/packages/lsp2-contracts/CHANGELOG.md b/packages/lsp2-contracts/CHANGELOG.md index 9a99aaf3c..69fff3bfd 100644 --- a/packages/lsp2-contracts/CHANGELOG.md +++ b/packages/lsp2-contracts/CHANGELOG.md @@ -44,28 +44,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp2-contracts-v0.15.0-rc.0...lsp2-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp2-contracts-v0.15.0-rc.0...lsp2-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp2-contracts-v0.14.0...lsp2-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp2-contracts/package.json b/packages/lsp2-contracts/package.json index 93e62ab25..5b772f1cb 100644 --- a/packages/lsp2-contracts/package.json +++ b/packages/lsp2-contracts/package.json @@ -37,7 +37,7 @@ "build": "hardhat compile --show-stack-traces", "build:foundry": "forge build", "build:js": "unbuild", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -46,6 +46,7 @@ "test:coverage": "hardhat coverage" }, "dependencies": { - "@erc725/smart-contracts": "^7.0.0" + "@erc725/smart-contracts": "^7.0.0", + "@openzeppelin/contracts": "^4.9.3" } } diff --git a/packages/lsp20-contracts/package.json b/packages/lsp20-contracts/package.json index eef5d0f61..6c9273aea 100644 --- a/packages/lsp20-contracts/package.json +++ b/packages/lsp20-contracts/package.json @@ -37,7 +37,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", diff --git a/packages/lsp23-contracts/CHANGELOG.md b/packages/lsp23-contracts/CHANGELOG.md index ad7ad08cf..819081b8f 100644 --- a/packages/lsp23-contracts/CHANGELOG.md +++ b/packages/lsp23-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp23-contracts-v0.15.0-rc.0...lsp23-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp23-contracts-v0.15.0-rc.0...lsp23-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp23-contracts-v0.14.0...lsp23-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp23-contracts/package.json b/packages/lsp23-contracts/package.json index 2ad00fabb..598946249 100644 --- a/packages/lsp23-contracts/package.json +++ b/packages/lsp23-contracts/package.json @@ -38,7 +38,7 @@ "scripts": { "build": "hardhat compile --show-stack-traces", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -46,7 +46,7 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@lukso/universalprofile-contracts": "~0.15.0", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^4.9.3", + "@lukso/universalprofile-contracts": "~0.15.0" } } diff --git a/packages/lsp25-contracts/package.json b/packages/lsp25-contracts/package.json index 3430c3388..85ecb0733 100644 --- a/packages/lsp25-contracts/package.json +++ b/packages/lsp25-contracts/package.json @@ -38,7 +38,7 @@ "build:js": "unbuild", "build:types": "npx wagmi generate", "package": "hardhat prepare-package", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", diff --git a/packages/lsp26-contracts/package.json b/packages/lsp26-contracts/package.json index 32e78413c..a8a9b52d6 100644 --- a/packages/lsp26-contracts/package.json +++ b/packages/lsp26-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp26-contracts", - "version": "0.15.0", + "version": "0.1.0", "description": "Package for the LSP26 Follower System standard", "license": "Apache-2.0", "author": "", @@ -39,7 +39,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", diff --git a/packages/lsp3-contracts/CHANGELOG.md b/packages/lsp3-contracts/CHANGELOG.md index 658c48d09..e65230084 100644 --- a/packages/lsp3-contracts/CHANGELOG.md +++ b/packages/lsp3-contracts/CHANGELOG.md @@ -44,28 +44,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp3-contracts-v0.15.0-rc.0...lsp3-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp3-contracts-v0.15.0-rc.0...lsp3-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp3-contracts-v0.14.0...lsp3-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp3-contracts/package.json b/packages/lsp3-contracts/package.json index 99afad43e..865292394 100644 --- a/packages/lsp3-contracts/package.json +++ b/packages/lsp3-contracts/package.json @@ -36,7 +36,7 @@ "scripts": { "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'" }, diff --git a/packages/lsp4-contracts/CHANGELOG.md b/packages/lsp4-contracts/CHANGELOG.md index 249344a19..a3509455b 100644 --- a/packages/lsp4-contracts/CHANGELOG.md +++ b/packages/lsp4-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp4-contracts-v0.15.0-rc.0...lsp4-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp4-contracts-v0.15.0-rc.0...lsp4-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp4-contracts-v0.14.0...lsp4-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp4-contracts/package.json b/packages/lsp4-contracts/package.json index 105ad4a8d..bc3ee7a43 100644 --- a/packages/lsp4-contracts/package.json +++ b/packages/lsp4-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp4-contracts", - "version": "0.15.0", + "version": "0.16.0", "description": "Package for the LSP4 Digital Asset Metadata standard", "license": "Apache-2.0", "author": "", @@ -39,7 +39,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -49,6 +49,6 @@ }, "dependencies": { "@erc725/smart-contracts-v8": "npm:@erc725/smart-contracts@8.0.0", - "@lukso/lsp2-contracts": "*" + "@lukso/lsp2-contracts": "~0.15.0" } } diff --git a/packages/lsp5-contracts/CHANGELOG.md b/packages/lsp5-contracts/CHANGELOG.md index 36f2bb649..11f219409 100644 --- a/packages/lsp5-contracts/CHANGELOG.md +++ b/packages/lsp5-contracts/CHANGELOG.md @@ -49,28 +49,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp5-contracts-v0.15.0-rc.0...lsp5-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp5-contracts-v0.15.0-rc.0...lsp5-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp5-contracts-v0.14.0...lsp5-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp5-contracts/package.json b/packages/lsp5-contracts/package.json index efa7da8a5..0c01dedc5 100644 --- a/packages/lsp5-contracts/package.json +++ b/packages/lsp5-contracts/package.json @@ -36,7 +36,7 @@ "scripts": { "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", diff --git a/packages/lsp6-contracts/CHANGELOG.md b/packages/lsp6-contracts/CHANGELOG.md index 5078a2ade..53f45654b 100644 --- a/packages/lsp6-contracts/CHANGELOG.md +++ b/packages/lsp6-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp6-contracts-v0.15.0-rc.0...lsp6-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp6-contracts-v0.15.0-rc.0...lsp6-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp6-contracts-v0.14.0...lsp6-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp6-contracts/package.json b/packages/lsp6-contracts/package.json index 7a3c96865..679b948c7 100644 --- a/packages/lsp6-contracts/package.json +++ b/packages/lsp6-contracts/package.json @@ -40,7 +40,7 @@ "build:foundry": "forge build", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -49,7 +49,7 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@openzeppelin/contracts": "^4.9.6", + "@openzeppelin/contracts": "^4.9.3", "@lukso/lsp1-contracts": "~0.15.0", "@lukso/lsp2-contracts": "~0.15.0", "@lukso/lsp14-contracts": "~0.15.0", diff --git a/packages/lsp7-contracts/CHANGELOG.md b/packages/lsp7-contracts/CHANGELOG.md index 1b099e1ae..038dabeb6 100644 --- a/packages/lsp7-contracts/CHANGELOG.md +++ b/packages/lsp7-contracts/CHANGELOG.md @@ -59,28 +59,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp7-contracts-v0.15.0-rc.0...lsp7-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp7-contracts-v0.15.0-rc.0...lsp7-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp7-contracts-v0.15.0-rc.0...lsp7-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp7-contracts/package.json b/packages/lsp7-contracts/package.json index 11290fa5f..ff5319526 100644 --- a/packages/lsp7-contracts/package.json +++ b/packages/lsp7-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp7-contracts", - "version": "0.15.0", + "version": "0.16.0", "description": "Package for the LSP7 Digital Asset standard", "license": "Apache-2.0", "author": "", @@ -40,7 +40,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -49,9 +49,9 @@ "dependencies": { "@erc725/smart-contracts": "^8.0.0", "@openzeppelin/contracts": "^4.9.6", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp4-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*" + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.16.0", + "@lukso/lsp17contractextension-contracts": "~0.16.0" } } diff --git a/packages/lsp8-contracts/CHANGELOG.md b/packages/lsp8-contracts/CHANGELOG.md index 7b3c288d5..aa78e855f 100644 --- a/packages/lsp8-contracts/CHANGELOG.md +++ b/packages/lsp8-contracts/CHANGELOG.md @@ -59,28 +59,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp8-contracts-v0.15.0-rc.0...lsp8-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp8-contracts-v0.15.0-rc.0...lsp8-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp8-contracts-v0.15.0-rc.0...lsp8-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp8-contracts/package.json b/packages/lsp8-contracts/package.json index 1a5b12406..956853443 100644 --- a/packages/lsp8-contracts/package.json +++ b/packages/lsp8-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp8-contracts", - "version": "0.15.0", + "version": "0.16.0", "description": "Package for the LSP8 Identifiable Digital Asset standard", "license": "Apache-2.0", "author": "", @@ -40,7 +40,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -49,9 +49,9 @@ "dependencies": { "@erc725/smart-contracts": "^8.0.0", "@openzeppelin/contracts": "^4.9.6", - "@lukso/lsp1-contracts": "*", - "@lukso/lsp2-contracts": "*", - "@lukso/lsp4-contracts": "*", - "@lukso/lsp17contractextension-contracts": "*" + "@lukso/lsp1-contracts": "~0.15.0", + "@lukso/lsp2-contracts": "~0.15.0", + "@lukso/lsp4-contracts": "~0.16.0", + "@lukso/lsp17contractextension-contracts": "~0.16.0" } } diff --git a/packages/lsp9-contracts/CHANGELOG.md b/packages/lsp9-contracts/CHANGELOG.md index ed8a70e14..1f0e29909 100644 --- a/packages/lsp9-contracts/CHANGELOG.md +++ b/packages/lsp9-contracts/CHANGELOG.md @@ -54,28 +54,32 @@ ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp9-contracts-v0.15.0-rc.0...lsp9-contracts-v0.15.0-rc.0) (2024-03-07) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp9-contracts-v0.15.0-rc.0...lsp9-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## [0.15.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/lsp9-contracts-v0.14.0...lsp9-contracts-v0.15.0-rc.0) (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) ## 0.15.0-rc.0 (2024-03-06) + ### Miscellaneous Chores -- release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) -- release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) +* release 0.12.0 ([fbbec61](https://github.com/lukso-network/lsp-smart-contracts/commit/fbbec6199c6351721acedb35110fc1cc7bbb65ad)) +* release 0.13.0 ([#817](https://github.com/lukso-network/lsp-smart-contracts/issues/817)) ([1bd2f5f](https://github.com/lukso-network/lsp-smart-contracts/commit/1bd2f5f699ecdbef857527cdac50df50dc051002)) diff --git a/packages/lsp9-contracts/package.json b/packages/lsp9-contracts/package.json index 9e30750a7..a30335750 100644 --- a/packages/lsp9-contracts/package.json +++ b/packages/lsp9-contracts/package.json @@ -39,7 +39,7 @@ "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -47,7 +47,7 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@openzeppelin/contracts": "^4.9.6", + "@openzeppelin/contracts": "^4.9.3", "@lukso/lsp1-contracts": "~0.15.0", "@lukso/lsp6-contracts": "~0.15.0" } diff --git a/packages/universalprofile-contracts/package.json b/packages/universalprofile-contracts/package.json index 655bd476b..759174034 100644 --- a/packages/universalprofile-contracts/package.json +++ b/packages/universalprofile-contracts/package.json @@ -37,7 +37,7 @@ "scripts": { "build": "hardhat compile --show-stack-traces", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", @@ -45,8 +45,8 @@ }, "dependencies": { "@erc725/smart-contracts": "^7.0.0", - "@openzeppelin/contracts": "^4.9.6", - "@lukso/lsp0-contracts": "*", - "@lukso/lsp3-contracts": "*" + "@openzeppelin/contracts": "^4.9.3", + "@lukso/lsp0-contracts": "~0.15.0", + "@lukso/lsp3-contracts": "~0.15.0" } } diff --git a/template/README.md b/template/README.md index 44c90d86b..c7d2ad340 100644 --- a/template/README.md +++ b/template/README.md @@ -25,7 +25,7 @@ cp -r template packages/lsp-name If this LSP uses external dependencies like `@openzeppelin/contracts`, put them under `dependencies` with the version number. ```json -"@openzeppelin/contracts": "^4.9.3" +"@openzeppelin/contracts": "^4.9.6" ``` If this LSP uses other LSP as dependencies, put each LSP dependency as shown below. This will use the current code in the package: diff --git a/template/package.json b/template/package.json index 6c6368add..41beb771f 100644 --- a/template/package.json +++ b/template/package.json @@ -40,7 +40,7 @@ "build:foundry": "forge build", "build:js": "unbuild", "build:types": "npx wagmi generate", - "clean": "hardhat clean && rm -Rf dist/", + "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'",