Skip to content

Commit

Permalink
ci(changesets): versioning packages (#269)
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 Sep 27, 2024
1 parent 7f719cc commit e6ecb0c
Show file tree
Hide file tree
Showing 40 changed files with 97 additions and 88 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-doors-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-tomatoes-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-news-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-snakes-change.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/odd-feet-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-coats-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-books-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-games-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-eagles-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-coats-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-horses-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-toys-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-games-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-ties-return.md

This file was deleted.

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

## 0.29.0

## 0.28.1

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

## 0.29.0

### Minor Changes

- [#296](https://github.com/FuelLabs/fuel-connectors/pull/296) [`3c29c36`](https://github.com/FuelLabs/fuel-connectors/commit/3c29c368ced7dd17a7768b048c576ec1c6392472) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - Allows predicated connectors to receive a providerUrl to configure their providers

## 0.28.1

## 0.28.0
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.28.1",
"version": "0.29.0",
"private": true,
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-connectors/common

## 0.29.0

### Minor Changes

- [#289](https://github.com/FuelLabs/fuel-connectors/pull/289) [`3c55d25`](https://github.com/FuelLabs/fuel-connectors/commit/3c55d250946fa920e371d914f7733217cf47ea16) Thanks [@luizstacio](https://github.com/luizstacio)! - Improve predicates setupProviders to remove delays by adding a new controlled flag `hasProviderSuccessed`.

## 0.28.1

## 0.28.0
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/common",
"version": "0.28.1",
"version": "0.29.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuels/connectors

## 0.29.0

### Minor Changes

- [#296](https://github.com/FuelLabs/fuel-connectors/pull/296) [`3c29c36`](https://github.com/FuelLabs/fuel-connectors/commit/3c29c368ced7dd17a7768b048c576ec1c6392472) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - Allows predicated connectors to receive a providerUrl to configure their providers

### Patch Changes

- [#282](https://github.com/FuelLabs/fuel-connectors/pull/282) [`50488ae`](https://github.com/FuelLabs/fuel-connectors/commit/50488ae7ab7c41202fa48234ef977978a752d992) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Burner is now only included in default connectors on dev mode.

## 0.28.1

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

## 0.27.1

### Patch Changes

- [#287](https://github.com/FuelLabs/fuel-connectors/pull/287) [`eb16e1a`](https://github.com/FuelLabs/fuel-connectors/commit/eb16e1a1b11d0131550d97aded4c5b441c9ff8c0) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fix wrong import paths in docs

## 0.27.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.27.0",
"version": "0.27.1",
"description": "",
"type": "module",
"scripts": {
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.29.0

### Minor Changes

- [#296](https://github.com/FuelLabs/fuel-connectors/pull/296) [`3c29c36`](https://github.com/FuelLabs/fuel-connectors/commit/3c29c368ced7dd17a7768b048c576ec1c6392472) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - Allows predicated connectors to receive a providerUrl to configure their providers

## 0.28.1

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

## 0.29.0

## 0.28.1

## 0.28.0
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-predicates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/evm-predicates",
"version": "0.28.1",
"version": "0.29.0",
"private": true,
"type": "module",
"exports": {
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.29.0

## 0.28.1

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

## 0.29.0

## 0.28.1

## 0.28.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.28.1",
"version": "0.29.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.29.0

## 0.28.1

## 0.28.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.28.1",
"version": "0.29.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
24 changes: 24 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @fuels/react

## 0.29.0

### Minor Changes

- [#289](https://github.com/FuelLabs/fuel-connectors/pull/289) [`3c55d25`](https://github.com/FuelLabs/fuel-connectors/commit/3c55d250946fa920e371d914f7733217cf47ea16) Thanks [@luizstacio](https://github.com/luizstacio)! - Add `suggestBridge` option to `FuelUIProvider` to enable/disable the bridge dialog for users flows.

- [#289](https://github.com/FuelLabs/fuel-connectors/pull/289) [`3c55d25`](https://github.com/FuelLabs/fuel-connectors/commit/3c55d250946fa920e371d914f7733217cf47ea16) Thanks [@luizstacio](https://github.com/luizstacio)! - Add Networks configuration to `FuelUIProvider` to allow users to provide a list of supported networks with their repesctive bridges.

- [#289](https://github.com/FuelLabs/fuel-connectors/pull/289) [`3c55d25`](https://github.com/FuelLabs/fuel-connectors/commit/3c55d250946fa920e371d914f7733217cf47ea16) Thanks [@luizstacio](https://github.com/luizstacio)! - Add `query` options for customization of `useNamedQuery` on hooks. This can help to improve number of requests in cases of multiple checks like balances.

- [#285](https://github.com/FuelLabs/fuel-connectors/pull/285) [`65924f3`](https://github.com/FuelLabs/fuel-connectors/commit/65924f35f2e76dc0f334bc68914806205ec10bfc) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Add FuelChainProvider

- [#289](https://github.com/FuelLabs/fuel-connectors/pull/289) [`3c55d25`](https://github.com/FuelLabs/fuel-connectors/commit/3c55d250946fa920e371d914f7733217cf47ea16) Thanks [@luizstacio](https://github.com/luizstacio)! - Add `useIsSupportedNetwork` hook to check if the current network is supported by the user.

### Patch Changes

- [#270](https://github.com/FuelLabs/fuel-connectors/pull/270) [`e2c5149`](https://github.com/FuelLabs/fuel-connectors/commit/e2c514959a54918a7a99f2730b68e83fc68daa2b) Thanks [@helciofranco](https://github.com/helciofranco)! - Render `Connect` modal using React.Portal in order to have a consistent modal stacking in external projects.

- [#268](https://github.com/FuelLabs/fuel-connectors/pull/268) [`ca76a50`](https://github.com/FuelLabs/fuel-connectors/commit/ca76a505967340f5085a271073710097d538b9d6) Thanks [@helciofranco](https://github.com/helciofranco)! - Remove `@types/react` from the bundle.

- [#285](https://github.com/FuelLabs/fuel-connectors/pull/285) [`65924f3`](https://github.com/FuelLabs/fuel-connectors/commit/65924f35f2e76dc0f334bc68914806205ec10bfc) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Moved icons and global stylings to HOC

- [#271](https://github.com/FuelLabs/fuel-connectors/pull/271) [`366ffa9`](https://github.com/FuelLabs/fuel-connectors/commit/366ffa92a1958894c5b4ec060a5008a4ef380c45) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Group connectors between native and external

## 0.28.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuels/react",
"description": "Interact with the Fuel Wallet Extension in React.",
"version": "0.28.1",
"version": "0.29.0",
"license": "Apache-2.0",
"main": "./src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/solana-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-connectors/solana-connector

## 0.29.0

### Minor Changes

- [#296](https://github.com/FuelLabs/fuel-connectors/pull/296) [`3c29c36`](https://github.com/FuelLabs/fuel-connectors/commit/3c29c368ced7dd17a7768b048c576ec1c6392472) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - Allows predicated connectors to receive a providerUrl to configure their providers

## 0.28.1

## 0.28.0
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-connectors/solana-connector",
"version": "0.28.1",
"version": "0.29.0",
"private": true,
"type": "module",
"files": ["dist"],
Expand Down
10 changes: 10 additions & 0 deletions packages/walletconnect-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuel-connectors/walletconnect-connector

## 0.29.0

### Minor Changes

- [#296](https://github.com/FuelLabs/fuel-connectors/pull/296) [`3c29c36`](https://github.com/FuelLabs/fuel-connectors/commit/3c29c368ced7dd17a7768b048c576ec1c6392472) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - Allows predicated connectors to receive a providerUrl to configure their providers

- [#289](https://github.com/FuelLabs/fuel-connectors/pull/289) [`3c55d25`](https://github.com/FuelLabs/fuel-connectors/commit/3c55d250946fa920e371d914f7733217cf47ea16) Thanks [@luizstacio](https://github.com/luizstacio)! - Improve predicates setupProviders to remove delays by adding a new controlled flag `hasProviderSuccessed`.

- [#275](https://github.com/FuelLabs/fuel-connectors/pull/275) [`17838cf`](https://github.com/FuelLabs/fuel-connectors/commit/17838cfb4e649cabc20b78f1d60c3a9bc041a626) Thanks [@luizstacio](https://github.com/luizstacio)! - Request message signature to validate access before connecting to applications

## 0.28.1

## 0.28.0
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.28.1",
"version": "0.29.0",
"type": "module",
"files": ["dist"],
"main": "./dist/wallet-connector-walletconnect.umd.cjs",
Expand Down

0 comments on commit e6ecb0c

Please sign in to comment.