diff --git a/.changeset/brave-ties-lie.md b/.changeset/brave-ties-lie.md deleted file mode 100644 index 191b2819..00000000 --- a/.changeset/brave-ties-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-bridge/test-utils': patch ---- - -Add a few helpers to aid in hardhat and integration tests diff --git a/.changeset/fifty-dots-rest.md b/.changeset/fifty-dots-rest.md deleted file mode 100644 index 981f82f5..00000000 --- a/.changeset/fifty-dots-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-bridge/fungible-token': minor ---- - -Add SRC-7 diff --git a/.changeset/healthy-dancers-train.md b/.changeset/healthy-dancers-train.md deleted file mode 100644 index 048d107a..00000000 --- a/.changeset/healthy-dancers-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-bridge/solidity-contracts': patch ---- - -Change erc721 tests to use their own fixture and remove some unrelated erc20 tests in them diff --git a/.changeset/orange-zebras-care.md b/.changeset/orange-zebras-care.md deleted file mode 100644 index de3012cb..00000000 --- a/.changeset/orange-zebras-care.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@fuel-bridge/solidity-contracts': patch -'@fuel-bridge/test-utils': patch ---- - -Refactor of erc20 tests, upgrade of hardhat diff --git a/.changeset/popular-feet-walk.md b/.changeset/popular-feet-walk.md deleted file mode 100644 index bd90297f..00000000 --- a/.changeset/popular-feet-walk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@fuel-bridge/solidity-contracts': minor -'@fuel-bridge/fungible-token': minor -'@fuel-bridge/test-utils': minor ---- - -Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2 diff --git a/.changeset/pretty-beds-approve.md b/.changeset/pretty-beds-approve.md deleted file mode 100644 index d2622335..00000000 --- a/.changeset/pretty-beds-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-bridge/fungible-token': minor ---- - -Bump forc version to 0.46.1 diff --git a/.changeset/shy-grapes-turn.md b/.changeset/shy-grapes-turn.md deleted file mode 100644 index e505359e..00000000 --- a/.changeset/shy-grapes-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@fuel-bridge/fungible-token': minor -'@fuel-bridge/test-utils': minor ---- - -Update to most recenta beta-4. fuel-core 0.20.7 + fuels 0.63.0 diff --git a/.changeset/sour-timers-wonder.md b/.changeset/sour-timers-wonder.md deleted file mode 100644 index e8452fa5..00000000 --- a/.changeset/sour-timers-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-bridge/solidity-contracts': patch ---- - -Added beta4 new deployments diff --git a/packages/fungible-token/CHANGELOG.md b/packages/fungible-token/CHANGELOG.md index 25e8e874..ca096443 100644 --- a/packages/fungible-token/CHANGELOG.md +++ b/packages/fungible-token/CHANGELOG.md @@ -1,5 +1,14 @@ # @fuel-bridge/fungible-token +## 0.3.0 + +### Minor Changes + +- Add SRC-7, by [@DefiCake](https://github.com/DefiCake) (See [#88](https://github.com/FuelLabs/fuel-bridge/pull/88)) +- Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2, by [@DefiCake](https://github.com/DefiCake) (See [#82](https://github.com/FuelLabs/fuel-bridge/pull/82)) +- Bump forc version to 0.46.1, by [@DefiCake](https://github.com/DefiCake) (See [#93](https://github.com/FuelLabs/fuel-bridge/pull/93)) +- Update to most recenta beta-4. fuel-core 0.20.7 + fuels 0.63.0, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#96](https://github.com/FuelLabs/fuel-bridge/pull/96)) + ## 0.2.2 ## 0.2.1 diff --git a/packages/fungible-token/package.json b/packages/fungible-token/package.json index f3872949..95b1a750 100644 --- a/packages/fungible-token/package.json +++ b/packages/fungible-token/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-bridge/fungible-token", - "version": "0.2.2", + "version": "0.3.0", "module": "dist/index.mjs", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", diff --git a/packages/message-predicates/CHANGELOG.md b/packages/message-predicates/CHANGELOG.md index faa25b8b..decf9859 100644 --- a/packages/message-predicates/CHANGELOG.md +++ b/packages/message-predicates/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-bridge/message-predicates +## 0.3.0 + ## 0.2.2 ## 0.2.1 diff --git a/packages/message-predicates/package.json b/packages/message-predicates/package.json index 5a510f1d..2f2b8292 100644 --- a/packages/message-predicates/package.json +++ b/packages/message-predicates/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-bridge/message-predicates", - "version": "0.2.2", + "version": "0.3.0", "module": "dist/index.mjs", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", diff --git a/packages/solidity-contracts/CHANGELOG.md b/packages/solidity-contracts/CHANGELOG.md index 8baac5ae..7fc1b46c 100644 --- a/packages/solidity-contracts/CHANGELOG.md +++ b/packages/solidity-contracts/CHANGELOG.md @@ -1,5 +1,17 @@ # @fuel-bridge/solidity-contracts +## 0.3.0 + +### Minor Changes + +- Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2, by [@DefiCake](https://github.com/DefiCake) (See [#82](https://github.com/FuelLabs/fuel-bridge/pull/82)) + +### Patch Changes + +- Change erc721 tests to use their own fixture and remove some unrelated erc20 tests in them, by [@DefiCake](https://github.com/DefiCake) (See [#87](https://github.com/FuelLabs/fuel-bridge/pull/87)) +- Refactor of erc20 tests, upgrade of hardhat, by [@DefiCake](https://github.com/DefiCake) (See [#80](https://github.com/FuelLabs/fuel-bridge/pull/80)) +- Added beta4 new deployments, by [@DefiCake](https://github.com/DefiCake) (See [#84](https://github.com/FuelLabs/fuel-bridge/pull/84)) + ## 0.2.2 ### Patch Changes diff --git a/packages/solidity-contracts/package.json b/packages/solidity-contracts/package.json index 30b30385..efd10777 100644 --- a/packages/solidity-contracts/package.json +++ b/packages/solidity-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-bridge/solidity-contracts", - "version": "0.2.2", + "version": "0.3.0", "description": "The Fuel v2 Solidity smart contracts.", "license": "APACHE-2.0", "files": [ diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 68616837..a085c0c8 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @fuel-bridge/test-utils +## 0.3.0 + +### Minor Changes + +- Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2, by [@DefiCake](https://github.com/DefiCake) (See [#82](https://github.com/FuelLabs/fuel-bridge/pull/82)) +- Update to most recenta beta-4. fuel-core 0.20.7 + fuels 0.63.0, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#96](https://github.com/FuelLabs/fuel-bridge/pull/96)) + +### Patch Changes + +- Add a few helpers to aid in hardhat and integration tests, by [@DefiCake](https://github.com/DefiCake) (See [#85](https://github.com/FuelLabs/fuel-bridge/pull/85)) +- Refactor of erc20 tests, upgrade of hardhat, by [@DefiCake](https://github.com/DefiCake) (See [#80](https://github.com/FuelLabs/fuel-bridge/pull/80)) + ## 0.2.2 ## 0.2.1 diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 19dad409..3fec09af 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-bridge/test-utils", - "version": "0.2.2", + "version": "0.3.0", "description": "The Fuel Messaging Bridge integration tests.", "license": "APACHE-2.0", "module": "dist/index.mjs",