Skip to content

Commit

Permalink
ci(changesets): versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
1 parent 6315bbb commit bdf2a1c
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 49 deletions.
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/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.

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.

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

## 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

### 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
16 changes: 16 additions & 0 deletions packages/solidity-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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))
- 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))
- 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
11 changes: 11 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fuel-bridge/test-utils

## 1.1.0

### Minor Changes

- 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

0 comments on commit bdf2a1c

Please sign in to comment.