Skip to content

Commit

Permalink
ci(changesets): versioning packages (#75)
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/test-utils@0.1.1

### Patch Changes

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

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



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



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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 25, 2023
1 parent a0d276c commit 2735f41
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-olives-smash.md

This file was deleted.

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

## 0.1.1

## 0.1.0

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

## 0.1.1

## 0.1.0

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

## 0.1.1

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

## 0.1.1

### Patch Changes

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

## 0.1.0

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

0 comments on commit 2735f41

Please sign in to comment.