Skip to content

Commit

Permalink
ci(changesets): versioning packages (#285)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @fuel-bridge/[email protected]

### Major Changes

- Deploy mainnet contracts, by [@DefiCake](https://github.com/DefiCake)
(See [#252](#252))

### Minor Changes

- Upgrade testnet and devnet artifacts, by
[@DefiCake](https://github.com/DefiCake) (See
[#284](#284))
- Add rate limit status check for FuelMessagePortal, by
[@DefiCake](https://github.com/DefiCake) (See
[#316](#316))
- don't update current withdrawn amount when rate limit is reset, by
[@viraj124](https://github.com/viraj124) (See
[#290](#290))
- update comment, by [@viraj124](https://github.com/viraj124) (See
[#304](#304))
- add zero address check for time to finalise, by
[@viraj124](https://github.com/viraj124) (See
[#306](#306))
- ci proxy upgrade verification flow, by
[@viraj124](https://github.com/viraj124) (See
[#287](#287))
- add rate limit disabling/re-enabling, by
[@viraj124](https://github.com/viraj124) (See
[#311](#311))
- 🐞 Fix upgradability: reduce FuelERC20GatewayV4 \_\_gap variable, by
[@DefiCake](https://github.com/DefiCake) (See
[#318](#318))
- update naming convention for immutable var, by
[@viraj124](https://github.com/viraj124) (See
[#314](#314))

### Patch Changes

- Added base asset deploy script and documentation, by
[@DefiCake](https://github.com/DefiCake) (See
[#322](#322))
- Updated testnet deployment artifacts, by
[@DefiCake](https://github.com/DefiCake) (See
[#326](#326))
- Swap symbol and name in the metadata payload, by
[@DefiCake](https://github.com/DefiCake) (See
[#313](#313))

## @fuel-bridge/[email protected]

### Minor Changes

- Upgraded forc to 0.64.0, by [@DefiCake](https://github.com/DefiCake)
(See [#320](#320))
- Updated sway contracts compiler to forc v0.63.4, by
[@DefiCake](https://github.com/DefiCake) (See
[#282](#282))

## @fuel-bridge/[email protected]

### Minor Changes

- Improve sway scripts, by [@DefiCake](https://github.com/DefiCake) (See
[#280](#280))
- integrate fork tokens in e2e test, by
[@viraj124](https://github.com/viraj124) (See
[#267](#267))

## @fuel-bridge/[email protected]

### Patch Changes

- Added base asset deploy script and documentation, by
[@DefiCake](https://github.com/DefiCake) (See
[#322](#322))

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: DefiCake <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent e1bb95a commit 9229a0d
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 90 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-panthers-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-ghosts-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-rivers-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-forks-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-zebras-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-carrots-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-apricots-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-wombats-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-pears-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-mayflies-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-rice-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pots-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-carrots-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-chicken-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-mice-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-bugs-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-cups-retire.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/fungible-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-bridge/fungible-token

## 1.0.0

### Minor Changes

- Upgraded forc to 0.64.0, by [@DefiCake](https://github.com/DefiCake) (See [#320](https://github.com/FuelLabs/fuel-bridge/pull/320))
- Updated sway contracts compiler to forc v0.63.4, by [@DefiCake](https://github.com/DefiCake) (See [#282](https://github.com/FuelLabs/fuel-bridge/pull/282))

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fungible-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-bridge/fungible-token",
"version": "0.6.0",
"version": "1.0.0",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/message-predicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-bridge/message-predicates

## 1.0.0

### Patch Changes

- Added base asset deploy script and documentation, by [@DefiCake](https://github.com/DefiCake) (See [#322](https://github.com/FuelLabs/fuel-bridge/pull/322))

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/message-predicates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-bridge/message-predicates",
"version": "0.6.0",
"version": "1.0.0",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions packages/solidity-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @fuel-bridge/solidity-contracts

## 1.0.0

### Major Changes

- Deploy mainnet contracts, by [@DefiCake](https://github.com/DefiCake) (See [#252](https://github.com/FuelLabs/fuel-bridge/pull/252))

### Minor Changes

- Upgrade testnet and devnet artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#284](https://github.com/FuelLabs/fuel-bridge/pull/284))
- Add rate limit status check for FuelMessagePortal, by [@DefiCake](https://github.com/DefiCake) (See [#316](https://github.com/FuelLabs/fuel-bridge/pull/316))
- don't update current withdrawn amount when rate limit is reset, by [@viraj124](https://github.com/viraj124) (See [#290](https://github.com/FuelLabs/fuel-bridge/pull/290))
- update comment, by [@viraj124](https://github.com/viraj124) (See [#304](https://github.com/FuelLabs/fuel-bridge/pull/304))
- add zero address check for time to finalise, by [@viraj124](https://github.com/viraj124) (See [#306](https://github.com/FuelLabs/fuel-bridge/pull/306))
- ci proxy upgrade verification flow, by [@viraj124](https://github.com/viraj124) (See [#287](https://github.com/FuelLabs/fuel-bridge/pull/287))
- add rate limit disabling/re-enabling, by [@viraj124](https://github.com/viraj124) (See [#311](https://github.com/FuelLabs/fuel-bridge/pull/311))
- 🐞 Fix upgradability: reduce FuelERC20GatewayV4 \_\_gap variable, by [@DefiCake](https://github.com/DefiCake) (See [#318](https://github.com/FuelLabs/fuel-bridge/pull/318))
- update naming convention for immutable var, by [@viraj124](https://github.com/viraj124) (See [#314](https://github.com/FuelLabs/fuel-bridge/pull/314))

### Patch Changes

- Added base asset deploy script and documentation, by [@DefiCake](https://github.com/DefiCake) (See [#322](https://github.com/FuelLabs/fuel-bridge/pull/322))
- Updated testnet deployment artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#326](https://github.com/FuelLabs/fuel-bridge/pull/326))
- Swap symbol and name in the metadata payload, by [@DefiCake](https://github.com/DefiCake) (See [#313](https://github.com/FuelLabs/fuel-bridge/pull/313))

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solidity-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-bridge/solidity-contracts",
"version": "0.6.0",
"version": "1.0.0",
"description": "The Fuel v2 Solidity smart contracts.",
"license": "APACHE-2.0",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-bridge/test-utils

## 1.0.0

### Minor Changes

- Improve sway scripts, by [@DefiCake](https://github.com/DefiCake) (See [#280](https://github.com/FuelLabs/fuel-bridge/pull/280))
- integrate fork tokens in e2e test, by [@viraj124](https://github.com/viraj124) (See [#267](https://github.com/FuelLabs/fuel-bridge/pull/267))

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-bridge/test-utils",
"version": "0.6.0",
"version": "1.0.0",
"description": "The Fuel Messaging Bridge integration tests.",
"license": "APACHE-2.0",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 9229a0d

Please sign in to comment.