Skip to content

Commit

Permalink
ci(changesets): versioning packages (#120)
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.5.0

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by
[@DefiCake](https://github.com/DefiCake) (See
[#126](#126))
- Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake)
(See [#119](#119))
- Workaround current fuel-rs small configurables (u8) limitation. Add
tests for decimal conversion, by
[@DefiCake](https://github.com/DefiCake) (See
[#123](#123))
- Bump forc to 0.51, by [@DefiCake](https://github.com/DefiCake) (See
[#141](#141))
- Remove b256-u256 conversions, use new sway utils that implement these
features, by [@DefiCake](https://github.com/DefiCake) (See
[#143](#143))

### Patch Changes

- Bump forc to 0.50.0, by [@DefiCake](https://github.com/DefiCake) (See
[#124](#124))
- Add CORS to deployment server + update typescript SDK, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#134](#134))
- Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See
[#122](#122))

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

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by
[@DefiCake](https://github.com/DefiCake) (See
[#126](#126))
- Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake)
(See [#119](#119))

### Patch Changes

- Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See
[#122](#122))

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

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by
[@DefiCake](https://github.com/DefiCake) (See
[#126](#126))

### Patch Changes

- Deployed beta5devnet, by [@DefiCake](https://github.com/DefiCake) (See
[#114](#114))
- Add CORS to deployment server + update typescript SDK, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#134](#134))

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

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by
[@DefiCake](https://github.com/DefiCake) (See
[#126](#126))

### Patch Changes

- Add CORS to deployment server + update typescript SDK, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#134](#134))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 13, 2024
1 parent abc8011 commit 3587c5c
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 56 deletions.
8 changes: 0 additions & 8 deletions .changeset/calm-spiders-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-snails-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-ladybugs-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-llamas-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-files-divide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-pumas-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-walls-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-spiders-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-eels-smell.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](https://github.com/FuelLabs/fuel-bridge/pull/126))
- Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](https://github.com/FuelLabs/fuel-bridge/pull/119))
- Workaround current fuel-rs small configurables (u8) limitation. Add tests for decimal conversion, by [@DefiCake](https://github.com/DefiCake) (See [#123](https://github.com/FuelLabs/fuel-bridge/pull/123))
- Bump forc to 0.51, by [@DefiCake](https://github.com/DefiCake) (See [#141](https://github.com/FuelLabs/fuel-bridge/pull/141))
- Remove b256-u256 conversions, use new sway utils that implement these features, by [@DefiCake](https://github.com/DefiCake) (See [#143](https://github.com/FuelLabs/fuel-bridge/pull/143))

### Patch Changes

- Bump forc to 0.50.0, by [@DefiCake](https://github.com/DefiCake) (See [#124](https://github.com/FuelLabs/fuel-bridge/pull/124))
- Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](https://github.com/FuelLabs/fuel-bridge/pull/134))
- Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](https://github.com/FuelLabs/fuel-bridge/pull/122))

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

## 0.5.0

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](https://github.com/FuelLabs/fuel-bridge/pull/126))
- Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](https://github.com/FuelLabs/fuel-bridge/pull/119))

### Patch Changes

- Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](https://github.com/FuelLabs/fuel-bridge/pull/122))

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

## 0.5.0

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](https://github.com/FuelLabs/fuel-bridge/pull/126))

### Patch Changes

- Deployed beta5devnet, by [@DefiCake](https://github.com/DefiCake) (See [#114](https://github.com/FuelLabs/fuel-bridge/pull/114))
- Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](https://github.com/FuelLabs/fuel-bridge/pull/134))

## 0.4.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.4.0",
"version": "0.5.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.5.0

### Minor Changes

- Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](https://github.com/FuelLabs/fuel-bridge/pull/126))

### Patch Changes

- Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](https://github.com/FuelLabs/fuel-bridge/pull/134))

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

0 comments on commit 3587c5c

Please sign in to comment.