Skip to content

Commit

Permalink
ci(changesets): versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent b0a2f04 commit e6aa27c
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 [#340](https://github.com/FuelLabs/fuel-bridge/pull/340))
- Updated sway contracts compiler to forc v0.63.4, by [@DefiCake](https://github.com/DefiCake) (See [#340](https://github.com/FuelLabs/fuel-bridge/pull/340))

## 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 [#340](https://github.com/FuelLabs/fuel-bridge/pull/340))

## 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 [#340](https://github.com/FuelLabs/fuel-bridge/pull/340))

### Minor Changes

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

### Patch Changes

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

## 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 [#340](https://github.com/FuelLabs/fuel-bridge/pull/340))
- integrate fork tokens in e2e test, by [@DefiCake](https://github.com/DefiCake) (See [#340](https://github.com/FuelLabs/fuel-bridge/pull/340))

## 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 e6aa27c

Please sign in to comment.