Skip to content

Commit

Permalink
ci(changesets): versioning packages (#99)
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/fungible-token@0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))
- Replace FRC20 with SRC20, by [@DefiCake](https://github.com/DefiCake)
(See [#102](#102))
- Use sway 0.48.1 and migrate from U256 to u256, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))
- Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake)
(See [#95](#95))

## @fuel-bridge/message-predicates@0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))
- Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake)
(See [#95](#95))

## @fuel-bridge/solidity-contracts@0.4.0

### Minor Changes

- ERC20 gateway with training wheels, by
[@DefiCake](https://github.com/DefiCake) (See
[#100](#100))
- Added deposit caps for native base asset (eth), by
[@DefiCake](https://github.com/DefiCake) (See
[#97](#97))

### Patch Changes

- 🐞 Fix prettier and apply it to current files, by
[@DefiCake](https://github.com/DefiCake) (See
[#98](#98))
- Remove deposit limitations on ether, by
[@DefiCake](https://github.com/DefiCake) (See
[#101](#101))
- Add deploy scripts, by [@DefiCake](https://github.com/DefiCake) (See
[#107](#107))
- Add beta 5 deployment artifacts, by
[@DefiCake](https://github.com/DefiCake) (See
[#110](#110))

## @fuel-bridge/test-utils@0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))

### Patch Changes

- ✨ feat: update fuels-ts to 0.71.1, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#118](#118))

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: DefiCake <rarore92@gmail.com>
  • Loading branch information
3 people committed Jan 23, 2024
1 parent f1ba6d3 commit 8adff15
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 62 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-coats-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-icons-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-candles-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-phones-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-bobcats-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-files-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-fans-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-fishes-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-apples-cross.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-dolphins-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-rabbits-leave.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](https://github.com/FuelLabs/fuel-bridge/pull/106))
- Replace FRC20 with SRC20, by [@DefiCake](https://github.com/DefiCake) (See [#102](https://github.com/FuelLabs/fuel-bridge/pull/102))
- Use sway 0.48.1 and migrate from U256 to u256, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](https://github.com/FuelLabs/fuel-bridge/pull/106))
- Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake) (See [#95](https://github.com/FuelLabs/fuel-bridge/pull/95))

## 0.3.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.3.0",
"version": "0.4.0",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/message-predicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-bridge/message-predicates

## 0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](https://github.com/FuelLabs/fuel-bridge/pull/106))
- Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake) (See [#95](https://github.com/FuelLabs/fuel-bridge/pull/95))

## 0.3.0

## 0.2.2
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.3.0",
"version": "0.4.0",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/solidity-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @fuel-bridge/solidity-contracts

## 0.4.0

### Minor Changes

- ERC20 gateway with training wheels, by [@DefiCake](https://github.com/DefiCake) (See [#100](https://github.com/FuelLabs/fuel-bridge/pull/100))
- Added deposit caps for native base asset (eth), by [@DefiCake](https://github.com/DefiCake) (See [#97](https://github.com/FuelLabs/fuel-bridge/pull/97))

### Patch Changes

- 🐞 Fix prettier and apply it to current files, by [@DefiCake](https://github.com/DefiCake) (See [#98](https://github.com/FuelLabs/fuel-bridge/pull/98))
- Remove deposit limitations on ether, by [@DefiCake](https://github.com/DefiCake) (See [#101](https://github.com/FuelLabs/fuel-bridge/pull/101))
- Add deploy scripts, by [@DefiCake](https://github.com/DefiCake) (See [#107](https://github.com/FuelLabs/fuel-bridge/pull/107))
- Add beta 5 deployment artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#110](https://github.com/FuelLabs/fuel-bridge/pull/110))

## 0.3.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.3.0",
"version": "0.4.0",
"description": "The Fuel v2 Solidity smart contracts.",
"license": "APACHE-2.0",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuel-bridge/test-utils

## 0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](https://github.com/FuelLabs/fuel-bridge/pull/106))

### Patch Changes

- ✨ feat: update fuels-ts to 0.71.1, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#118](https://github.com/FuelLabs/fuel-bridge/pull/118))

## 0.3.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.3.0",
"version": "0.4.0",
"description": "The Fuel Messaging Bridge integration tests.",
"license": "APACHE-2.0",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 8adff15

Please sign in to comment.