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 Apr 4, 2024
1 parent 7fffdc2 commit 19f4bef
Show file tree
Hide file tree
Showing 19 changed files with 102 additions and 65 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-carpets-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-otters-juggle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/dull-dancers-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-deers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-suns-appear.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gentle-eggs-change.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/healthy-dodos-juggle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smart-roses-trade.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thick-tomatoes-dress.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @fuels/connectors

## 0.2.0

### Minor Changes

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - feat: Add EVM Connector

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - refactor evm connector

### Patch Changes

- [#22](https://github.com/FuelLabs/fuel-connectors/pull/22) [`332976e`](https://github.com/FuelLabs/fuel-connectors/commit/332976ef690f8fc1d20879c493496e2f57185cb7) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#19](https://github.com/FuelLabs/fuel-connectors/pull/19) [`e75249b`](https://github.com/FuelLabs/fuel-connectors/commit/e75249b61a8c3c2e57dcea9e7c3ca9951081b47b) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: remove redundant packages from the umbrella `@fuels/connectors` package

- [#23](https://github.com/FuelLabs/fuel-connectors/pull/23) [`adf2fa0`](https://github.com/FuelLabs/fuel-connectors/commit/adf2fa0c9116b4b7a57755d455dc3c544cd72d98) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#19](https://github.com/FuelLabs/fuel-connectors/pull/19) [`e75249b`](https://github.com/FuelLabs/fuel-connectors/commit/e75249b61a8c3c2e57dcea9e7c3ca9951081b47b) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update fuels to latest version (0.78.0)

- [#31](https://github.com/FuelLabs/fuel-connectors/pull/31) [`42d1054`](https://github.com/FuelLabs/fuel-connectors/commit/42d105443759ff6665dd4dbdaf3d5178b2138176) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/connectors",
"version": "0.1.1",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
29 changes: 29 additions & 0 deletions packages/evm-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# @fuel-connectors/evm-connector

## 0.2.0

### Minor Changes

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - feat: Add EVM Connector

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - refactor evm connector

### Patch Changes

- [#32](https://github.com/FuelLabs/fuel-connectors/pull/32) [`a7d59c5`](https://github.com/FuelLabs/fuel-connectors/commit/a7d59c5f5cc99297bd2499f7346af4e90be08c5e) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - fix fuel provider to async

- [#31](https://github.com/FuelLabs/fuel-connectors/pull/31) [`42d1054`](https://github.com/FuelLabs/fuel-connectors/commit/42d105443759ff6665dd4dbdaf3d5178b2138176) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

## 0.2.0

### Minor Changes

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - feat: Add EVM Connector

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - refactor evm connector

### Patch Changes

- [#32](https://github.com/FuelLabs/fuel-connectors/pull/32) [`a7d59c5`](https://github.com/FuelLabs/fuel-connectors/commit/a7d59c5f5cc99297bd2499f7346af4e90be08c5e) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - fix fuel provider to async

- [#31](https://github.com/FuelLabs/fuel-connectors/pull/31) [`42d1054`](https://github.com/FuelLabs/fuel-connectors/commit/42d105443759ff6665dd4dbdaf3d5178b2138176) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest
2 changes: 1 addition & 1 deletion packages/evm-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/evm-connector",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"type": "module",
"files": ["dist"],
Expand Down
16 changes: 16 additions & 0 deletions packages/fuel-development-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @fuel-connectors/fuel-development-wallet

## 0.2.0

### Minor Changes

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - refactor evm connector

### Patch Changes

- [#22](https://github.com/FuelLabs/fuel-connectors/pull/22) [`332976e`](https://github.com/FuelLabs/fuel-connectors/commit/332976ef690f8fc1d20879c493496e2f57185cb7) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#23](https://github.com/FuelLabs/fuel-connectors/pull/23) [`adf2fa0`](https://github.com/FuelLabs/fuel-connectors/commit/adf2fa0c9116b4b7a57755d455dc3c544cd72d98) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#19](https://github.com/FuelLabs/fuel-connectors/pull/19) [`e75249b`](https://github.com/FuelLabs/fuel-connectors/commit/e75249b61a8c3c2e57dcea9e7c3ca9951081b47b) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update fuels to latest version (0.78.0)

- [#31](https://github.com/FuelLabs/fuel-connectors/pull/31) [`42d1054`](https://github.com/FuelLabs/fuel-connectors/commit/42d105443759ff6665dd4dbdaf3d5178b2138176) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-development-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/fuel-development-wallet",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
16 changes: 16 additions & 0 deletions packages/fuel-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @fuel-connectors/fuel-wallet

## 0.2.0

### Minor Changes

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - refactor evm connector

### Patch Changes

- [#22](https://github.com/FuelLabs/fuel-connectors/pull/22) [`332976e`](https://github.com/FuelLabs/fuel-connectors/commit/332976ef690f8fc1d20879c493496e2f57185cb7) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#23](https://github.com/FuelLabs/fuel-connectors/pull/23) [`adf2fa0`](https://github.com/FuelLabs/fuel-connectors/commit/adf2fa0c9116b4b7a57755d455dc3c544cd72d98) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#19](https://github.com/FuelLabs/fuel-connectors/pull/19) [`e75249b`](https://github.com/FuelLabs/fuel-connectors/commit/e75249b61a8c3c2e57dcea9e7c3ca9951081b47b) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update fuels to latest version (0.78.0)

- [#31](https://github.com/FuelLabs/fuel-connectors/pull/31) [`42d1054`](https://github.com/FuelLabs/fuel-connectors/commit/42d105443759ff6665dd4dbdaf3d5178b2138176) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/fuel-wallet",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
16 changes: 16 additions & 0 deletions packages/fuelet-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @fuel-connectors/fuelet-wallet

## 0.2.0

### Minor Changes

- [#28](https://github.com/FuelLabs/fuel-connectors/pull/28) [`50cbc26`](https://github.com/FuelLabs/fuel-connectors/commit/50cbc266df3b4d4c74643302960ff5d58d00a91c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - refactor evm connector

### Patch Changes

- [#22](https://github.com/FuelLabs/fuel-connectors/pull/22) [`332976e`](https://github.com/FuelLabs/fuel-connectors/commit/332976ef690f8fc1d20879c493496e2f57185cb7) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#23](https://github.com/FuelLabs/fuel-connectors/pull/23) [`adf2fa0`](https://github.com/FuelLabs/fuel-connectors/commit/adf2fa0c9116b4b7a57755d455dc3c544cd72d98) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

- [#19](https://github.com/FuelLabs/fuel-connectors/pull/19) [`e75249b`](https://github.com/FuelLabs/fuel-connectors/commit/e75249b61a8c3c2e57dcea9e7c3ca9951081b47b) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update fuels to latest version (0.78.0)

- [#31](https://github.com/FuelLabs/fuel-connectors/pull/31) [`42d1054`](https://github.com/FuelLabs/fuel-connectors/commit/42d105443759ff6665dd4dbdaf3d5178b2138176) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/fuelet-wallet",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 19f4bef

Please sign in to comment.