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

Merged
merged 1 commit into from
Sep 27, 2024
Merged
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/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
Loading