Skip to content

Commit

Permalink
ci(changesets): versioning packages (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2023
1 parent b9e4e48 commit e3a0418
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-ties-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-dots-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-dancers-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-zebras-care.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/popular-feet-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-beds-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-grapes-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-timers-wonder.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.3.0

### Minor Changes

- Add SRC-7, by [@DefiCake](https://github.com/DefiCake) (See [#88](https://github.com/FuelLabs/fuel-bridge/pull/88))
- Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2, by [@DefiCake](https://github.com/DefiCake) (See [#82](https://github.com/FuelLabs/fuel-bridge/pull/82))
- Bump forc version to 0.46.1, by [@DefiCake](https://github.com/DefiCake) (See [#93](https://github.com/FuelLabs/fuel-bridge/pull/93))
- Update to most recenta beta-4. fuel-core 0.20.7 + fuels 0.63.0, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#96](https://github.com/FuelLabs/fuel-bridge/pull/96))

## 0.2.2

## 0.2.1
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.2.2",
"version": "0.3.0",
"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.3.0

## 0.2.2

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

## 0.3.0

### Minor Changes

- Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2, by [@DefiCake](https://github.com/DefiCake) (See [#82](https://github.com/FuelLabs/fuel-bridge/pull/82))

### Patch Changes

- Change erc721 tests to use their own fixture and remove some unrelated erc20 tests in them, by [@DefiCake](https://github.com/DefiCake) (See [#87](https://github.com/FuelLabs/fuel-bridge/pull/87))
- Refactor of erc20 tests, upgrade of hardhat, by [@DefiCake](https://github.com/DefiCake) (See [#80](https://github.com/FuelLabs/fuel-bridge/pull/80))
- Added beta4 new deployments, by [@DefiCake](https://github.com/DefiCake) (See [#84](https://github.com/FuelLabs/fuel-bridge/pull/84))

## 0.2.2

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

## 0.3.0

### Minor Changes

- Introduces a handshake protocol to avoid loss of funds while bridging assets from L1 to L2, by [@DefiCake](https://github.com/DefiCake) (See [#82](https://github.com/FuelLabs/fuel-bridge/pull/82))
- Update to most recenta beta-4. fuel-core 0.20.7 + fuels 0.63.0, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#96](https://github.com/FuelLabs/fuel-bridge/pull/96))

### Patch Changes

- Add a few helpers to aid in hardhat and integration tests, by [@DefiCake](https://github.com/DefiCake) (See [#85](https://github.com/FuelLabs/fuel-bridge/pull/85))
- Refactor of erc20 tests, upgrade of hardhat, by [@DefiCake](https://github.com/DefiCake) (See [#80](https://github.com/FuelLabs/fuel-bridge/pull/80))

## 0.2.2

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

0 comments on commit e3a0418

Please sign in to comment.