Skip to content

Commit

Permalink
ci(changesets): versioning packages (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Jun 29, 2024
1 parent f3e7c4b commit bf7d988
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-phones-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-masks-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-islands-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-kings-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-cherries-arrive.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/bako-safe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuel-connectors/bako-safe

## 0.8.0

### Minor Changes

- [#126](https://github.com/FuelLabs/fuel-connectors/pull/126) [`f3e7c4b`](https://github.com/FuelLabs/fuel-connectors/commit/f3e7c4ba68e6fd5f2e9cba8599e234ac145ce4ca) Thanks [@guimroque](https://github.com/guimroque)! - fix positioning/size of bako popup

- [#139](https://github.com/FuelLabs/fuel-connectors/pull/139) [`a6af7f3`](https://github.com/FuelLabs/fuel-connectors/commit/a6af7f3417dddb571f54d80feb231e4ee088d3ec) Thanks [@helciofranco](https://github.com/helciofranco)! - Fix `disconnect` test to use a mocked API instead of the actual connector

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/bako-safe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/bako-safe",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/burner-wallet-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-connectors/burner-wallet-connector

## 0.8.0

## 0.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/burner-wallet-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/burner-wallet-connector",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuels/connectors

## 0.8.0

### Minor Changes

- [#126](https://github.com/FuelLabs/fuel-connectors/pull/126) [`f3e7c4b`](https://github.com/FuelLabs/fuel-connectors/commit/f3e7c4ba68e6fd5f2e9cba8599e234ac145ce4ca) Thanks [@guimroque](https://github.com/guimroque)! - add bako safe connector to the default connectors

## 0.7.0

## 0.6.0
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.7.0",
"version": "0.8.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/evm-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-connectors/evm-connector

## 0.8.0

### Minor Changes

- [#139](https://github.com/FuelLabs/fuel-connectors/pull/139) [`a6af7f3`](https://github.com/FuelLabs/fuel-connectors/commit/a6af7f3417dddb571f54d80feb231e4ee088d3ec) Thanks [@helciofranco](https://github.com/helciofranco)! - Import `FuelConnectorEventType` constant from `fuels` instead of relying on the hard-coded value.

## 0.7.0

### Patch Changes
Expand Down
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.7.0",
"version": "0.8.0",
"private": true,
"type": "module",
"files": ["dist"],
Expand Down
2 changes: 2 additions & 0 deletions packages/fuel-development-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-connectors/fuel-development-wallet

## 0.8.0

## 0.7.0

## 0.6.0
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.7.0",
"version": "0.8.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fuel-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-connectors/fuel-wallet

## 0.8.0

### Minor Changes

- [#139](https://github.com/FuelLabs/fuel-connectors/pull/139) [`a6af7f3`](https://github.com/FuelLabs/fuel-connectors/commit/a6af7f3417dddb571f54d80feb231e4ee088d3ec) Thanks [@helciofranco](https://github.com/helciofranco)! - Import `FuelConnectorEventType` constant from `fuels` instead of relying on the hard-coded value.

## 0.7.0

## 0.6.0
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.7.0",
"version": "0.8.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/fuelet-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-connectors/fuelet-wallet

## 0.8.0

## 0.7.0

## 0.6.0
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.7.0",
"version": "0.8.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/walletconnect-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-connectors/walletconnect-connector

## 0.8.0

### Minor Changes

- [#139](https://github.com/FuelLabs/fuel-connectors/pull/139) [`a6af7f3`](https://github.com/FuelLabs/fuel-connectors/commit/a6af7f3417dddb571f54d80feb231e4ee088d3ec) Thanks [@helciofranco](https://github.com/helciofranco)! - `ping` method should never take more than 1 second.
Specially when it's the `WalletConnect`, since it doesn't relate to the Fuel network directly.

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-connectors/walletconnect-connector",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"files": ["dist"],
"main": "./dist/wallet-connector-walletconnect.umd.cjs",
Expand Down

0 comments on commit bf7d988

Please sign in to comment.