Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): versioning packages #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-hornets-watch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/eleven-teachers-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-bears-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-seahorses-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-eggs-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-singers-attend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-laws-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-ways-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-avocados-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-rice-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-lizards-wonder.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- update fuels package version to 0.96.1, by [@viraj124](https://github.com/viraj124) (See [#359](https://github.com/FuelLabs/fuel-bridge/pull/359))

### Patch Changes

- Build and publish docker images on arm, by [@arthurgeron](https://github.com/arthurgeron) (See [#348](https://github.com/FuelLabs/fuel-bridge/pull/348))

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

## 1.1.0

### Patch Changes

- Build and publish docker images on arm, by [@arthurgeron](https://github.com/arthurgeron) (See [#348](https://github.com/FuelLabs/fuel-bridge/pull/348))

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

## 1.1.0

### Minor Changes

- add manual ci for querying grant role events, by [@viraj124](https://github.com/viraj124) (See [#336](https://github.com/FuelLabs/fuel-bridge/pull/336))
- update fuels package version to 0.96.1, by [@viraj124](https://github.com/viraj124) (See [#359](https://github.com/FuelLabs/fuel-bridge/pull/359))
- ci for contract upgrade test suite, by [@viraj124](https://github.com/viraj124) (See [#381](https://github.com/FuelLabs/fuel-bridge/pull/381))
- add support for permit tokens in the erc20 gateway, by [@viraj124](https://github.com/viraj124) (See [#329](https://github.com/FuelLabs/fuel-bridge/pull/329))
- add transient storage version of the reentrancy guard, by [@viraj124](https://github.com/viraj124) (See [#324](https://github.com/FuelLabs/fuel-bridge/pull/324))

### Patch Changes

- 🐞 fix grant role event log generation ci, by [@viraj124](https://github.com/viraj124) (See [#353](https://github.com/FuelLabs/fuel-bridge/pull/353))
- Build and publish docker images on arm, by [@arthurgeron](https://github.com/arthurgeron) (See [#348](https://github.com/FuelLabs/fuel-bridge/pull/348))
- Removed mainnet deposit caps, by [@viraj124](https://github.com/viraj124) (See [#374](https://github.com/FuelLabs/fuel-bridge/pull/374))
- update natspec doc for reset rate limit method, by [@viraj124](https://github.com/viraj124) (See [#357](https://github.com/FuelLabs/fuel-bridge/pull/357))
- ts linting for test packages, by [@viraj124](https://github.com/viraj124) (See [#350](https://github.com/FuelLabs/fuel-bridge/pull/350))
- update manual verify upgrade payload file path in ci, by [@viraj124](https://github.com/viraj124) (See [#356](https://github.com/FuelLabs/fuel-bridge/pull/356))

## 1.0.0

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

## 1.1.0

### Minor Changes

- update fuels package version to 0.96.1, by [@viraj124](https://github.com/viraj124) (See [#359](https://github.com/FuelLabs/fuel-bridge/pull/359))
- ci for contract upgrade test suite, by [@viraj124](https://github.com/viraj124) (See [#381](https://github.com/FuelLabs/fuel-bridge/pull/381))
- add support for permit tokens in the erc20 gateway, by [@viraj124](https://github.com/viraj124) (See [#329](https://github.com/FuelLabs/fuel-bridge/pull/329))

### Patch Changes

- Build and publish docker images on arm, by [@arthurgeron](https://github.com/arthurgeron) (See [#348](https://github.com/FuelLabs/fuel-bridge/pull/348))
- ts linting for test packages, by [@viraj124](https://github.com/viraj124) (See [#350](https://github.com/FuelLabs/fuel-bridge/pull/350))

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