Skip to content

Commit

Permalink
ci(changesets): versioning packages (#71)
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/solidity-contracts@0.1.0

### Minor Changes

- Add a rescueETH function for ERC20Gateway to address TOB-6, by
[@DefiCake](https://github.com/DefiCake) (See
[#73](#73))

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by
[@luizstacio](https://github.com/luizstacio) (See
[#69](#69))
- ✨ feat: release test-utils and solidity-contracts packs, by
[@luizstacio](https://github.com/luizstacio) (See
[#72](#72))

## @fuel-bridge/fungible-token@0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by
[@luizstacio](https://github.com/luizstacio) (See
[#69](#69))

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

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by
[@luizstacio](https://github.com/luizstacio) (See
[#69](#69))

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

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by
[@luizstacio](https://github.com/luizstacio) (See
[#69](#69))
- ✨ feat: release test-utils and solidity-contracts packs, by
[@luizstacio](https://github.com/luizstacio) (See
[#72](#72))

---------

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 Sep 21, 2023
1 parent cad3939 commit cd6ccaa
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/orange-cooks-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-pens-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-dragons-protect.md

This file was deleted.

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

## 0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))

## 0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))
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.0.1",
"version": "0.1.0",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/message-predicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @fuel-bridge/message-predicates

## 0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))

## 0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))
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.0.1",
"version": "0.1.0",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
23 changes: 23 additions & 0 deletions packages/solidity-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# @fuel-bridge/solidity-contracts

## 0.1.0

### Minor Changes

- Add a rescueETH function for ERC20Gateway to address TOB-6, by [@DefiCake](https://github.com/DefiCake) (See [#73](https://github.com/FuelLabs/fuel-bridge/pull/73))

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))
- ✨ feat: release test-utils and solidity-contracts packs, by [@luizstacio](https://github.com/luizstacio) (See [#72](https://github.com/FuelLabs/fuel-bridge/pull/72))

## 0.1.0

### Minor Changes

- Add a rescueETH function for ERC20Gateway to address TOB-6, by [@DefiCake](https://github.com/DefiCake) (See [#73](https://github.com/FuelLabs/fuel-bridge/pull/73))

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))
- ✨ feat: release test-utils and solidity-contracts packs, by [@luizstacio](https://github.com/luizstacio) (See [#72](https://github.com/FuelLabs/fuel-bridge/pull/72))
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.0.1",
"version": "0.1.0",
"description": "The Fuel v2 Solidity smart contracts.",
"license": "APACHE-2.0",
"files": [
Expand Down
15 changes: 15 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @fuel-bridge/test-utils

## 0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))
- ✨ feat: release test-utils and solidity-contracts packs, by [@luizstacio](https://github.com/luizstacio) (See [#72](https://github.com/FuelLabs/fuel-bridge/pull/72))

## 0.1.0

### Patch Changes

- ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](https://github.com/FuelLabs/fuel-bridge/pull/69))
- ✨ feat: release test-utils and solidity-contracts packs, by [@luizstacio](https://github.com/luizstacio) (See [#72](https://github.com/FuelLabs/fuel-bridge/pull/72))
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.0.1",
"version": "0.1.0",
"description": "The Fuel Messaging Bridge integration tests.",
"license": "APACHE-2.0",
"module": "dist/index.mjs",
Expand Down

0 comments on commit cd6ccaa

Please sign in to comment.