Skip to content

Commit 3587c5c

Browse files
ci(changesets): versioning packages (#120)
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>
1 parent abc8011 commit 3587c5c

17 files changed

+52
-56
lines changed

.changeset/calm-spiders-love.md

-8
This file was deleted.

.changeset/eight-snails-search.md

-5
This file was deleted.

.changeset/eleven-ladybugs-explain.md

-6
This file was deleted.

.changeset/mighty-llamas-know.md

-5
This file was deleted.

.changeset/real-files-divide.md

-5
This file was deleted.

.changeset/serious-pumas-sleep.md

-7
This file was deleted.

.changeset/sixty-walls-cry.md

-5
This file was deleted.

.changeset/tiny-spiders-serve.md

-5
This file was deleted.

.changeset/weak-eels-smell.md

-6
This file was deleted.

packages/fungible-token/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @fuel-bridge/fungible-token
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
- Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](https://github.com/FuelLabs/fuel-bridge/pull/119))
9+
- 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))
10+
- Bump forc to 0.51, by [@DefiCake](https://github.com/DefiCake) (See [#141](https://github.com/FuelLabs/fuel-bridge/pull/141))
11+
- 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))
12+
13+
### Patch Changes
14+
15+
- Bump forc to 0.50.0, by [@DefiCake](https://github.com/DefiCake) (See [#124](https://github.com/FuelLabs/fuel-bridge/pull/124))
16+
- Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](https://github.com/FuelLabs/fuel-bridge/pull/134))
17+
- Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](https://github.com/FuelLabs/fuel-bridge/pull/122))
18+
319
## 0.4.0
420

521
### Minor Changes

packages/fungible-token/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-bridge/fungible-token",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"module": "dist/index.mjs",
55
"types": "dist/index.d.ts",
66
"typings": "dist/index.d.ts",

packages/message-predicates/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @fuel-bridge/message-predicates
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
- Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](https://github.com/FuelLabs/fuel-bridge/pull/119))
9+
10+
### Patch Changes
11+
12+
- Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](https://github.com/FuelLabs/fuel-bridge/pull/122))
13+
314
## 0.4.0
415

516
### Minor Changes

packages/message-predicates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-bridge/message-predicates",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"module": "dist/index.mjs",
55
"types": "dist/index.d.ts",
66
"typings": "dist/index.d.ts",

packages/solidity-contracts/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @fuel-bridge/solidity-contracts
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
9+
### Patch Changes
10+
11+
- Deployed beta5devnet, by [@DefiCake](https://github.com/DefiCake) (See [#114](https://github.com/FuelLabs/fuel-bridge/pull/114))
12+
- Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](https://github.com/FuelLabs/fuel-bridge/pull/134))
13+
314
## 0.4.0
415

516
### Minor Changes

packages/solidity-contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-bridge/solidity-contracts",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The Fuel v2 Solidity smart contracts.",
55
"license": "APACHE-2.0",
66
"files": [

packages/test-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @fuel-bridge/test-utils
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
9+
### Patch Changes
10+
11+
- Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](https://github.com/FuelLabs/fuel-bridge/pull/134))
12+
313
## 0.4.0
414

515
### Minor Changes

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-bridge/test-utils",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The Fuel Messaging Bridge integration tests.",
55
"license": "APACHE-2.0",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)