Skip to content

Commit

Permalink
ci(changesets): versioning packages (#380)
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 Oct 12, 2024
1 parent cdac8d4 commit 8dd77ce
Show file tree
Hide file tree
Showing 26 changed files with 60 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-bugs-run.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/old-lions-lick.md

This file was deleted.

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

## 0.34.0

### Minor Changes

- [#381](https://github.com/FuelLabs/fuel-connectors/pull/381) [`cdac8d4`](https://github.com/FuelLabs/fuel-connectors/commit/cdac8d441bab8e6c7a4c86d60e02c772bdb2e856) Thanks [@luizstacio](https://github.com/luizstacio)! - feat!: change address return to use toString instead of b256

## 0.33.0

## 0.32.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.33.0",
"version": "0.34.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.34.0

### Minor Changes

- [#381](https://github.com/FuelLabs/fuel-connectors/pull/381) [`cdac8d4`](https://github.com/FuelLabs/fuel-connectors/commit/cdac8d441bab8e6c7a4c86d60e02c772bdb2e856) Thanks [@luizstacio](https://github.com/luizstacio)! - feat!: change address return to use toString instead of b256

## 0.33.0

## 0.32.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.33.0",
"version": "0.34.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.34.0

### Minor Changes

- [#381](https://github.com/FuelLabs/fuel-connectors/pull/381) [`cdac8d4`](https://github.com/FuelLabs/fuel-connectors/commit/cdac8d441bab8e6c7a4c86d60e02c772bdb2e856) Thanks [@luizstacio](https://github.com/luizstacio)! - feat!: change address return to use toString instead of b256

## 0.33.0

### Patch Changes
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.33.0",
"version": "0.34.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/connectors

## 0.34.0

## 0.33.0

### 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.33.0",
"version": "0.34.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.34.0

### Minor Changes

- [#381](https://github.com/FuelLabs/fuel-connectors/pull/381) [`cdac8d4`](https://github.com/FuelLabs/fuel-connectors/commit/cdac8d441bab8e6c7a4c86d60e02c772bdb2e856) Thanks [@luizstacio](https://github.com/luizstacio)! - feat!: change address return to use toString instead of b256

## 0.33.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.33.0",
"version": "0.34.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.34.0

## 0.33.0

## 0.32.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.33.0",
"version": "0.34.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.34.0

## 0.33.0

## 0.32.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.33.0",
"version": "0.34.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.34.0

### Minor Changes

- [#381](https://github.com/FuelLabs/fuel-connectors/pull/381) [`cdac8d4`](https://github.com/FuelLabs/fuel-connectors/commit/cdac8d441bab8e6c7a4c86d60e02c772bdb2e856) Thanks [@luizstacio](https://github.com/luizstacio)! - feat!: change address return to use toString instead of b256

## 0.33.0

## 0.32.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.33.0",
"version": "0.34.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.34.0

## 0.33.0

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

## 0.34.0

### Patch Changes

- [#379](https://github.com/FuelLabs/fuel-connectors/pull/379) [`cd36eda`](https://github.com/FuelLabs/fuel-connectors/commit/cd36edaac17522f2061850a5eea55a5bc38077cb) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: react to change in NETWORKS config passed to FuelProvider

## 0.33.0

## 0.32.0
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.33.0",
"version": "0.34.0",
"license": "Apache-2.0",
"main": "./src/index.ts",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/solana-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-connectors/solana-connector

## 0.34.0

## 0.33.0

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

## 0.34.0

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

0 comments on commit 8dd77ce

Please sign in to comment.