Skip to content

Commit

Permalink
ci(changesets): versioning packages (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuel-service-user authored Oct 11, 2024
1 parent aa757db commit 2622540
Show file tree
Hide file tree
Showing 26 changed files with 64 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-cherries-cough.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-apples-beg.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.33.0

## 0.32.0

### Minor Changes
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.32.0",
"version": "0.33.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.33.0

## 0.32.0

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

### Patch Changes

- [#374](https://github.com/FuelLabs/fuel-connectors/pull/374) [`58d0388`](https://github.com/FuelLabs/fuel-connectors/commit/58d0388d78e455b5dc420cfca6fdf0c77db47456) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add sign message with custom curves for predicates

## 0.32.0

### Minor 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.32.0",
"version": "0.33.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"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.33.0

### Patch Changes

- [#374](https://github.com/FuelLabs/fuel-connectors/pull/374) [`58d0388`](https://github.com/FuelLabs/fuel-connectors/commit/58d0388d78e455b5dc420cfca6fdf0c77db47456) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add sign message with custom curves for predicates

## 0.32.0

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

### Patch Changes

- [#374](https://github.com/FuelLabs/fuel-connectors/pull/374) [`58d0388`](https://github.com/FuelLabs/fuel-connectors/commit/58d0388d78e455b5dc420cfca6fdf0c77db47456) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add sign message with custom curves for predicates

## 0.32.0

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

## 0.32.0

### Minor Changes
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.32.0",
"version": "0.33.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.33.0

## 0.32.0

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

## 0.32.0

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

## 0.32.0

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

## 0.33.0

## 0.32.0

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

## 0.33.0

### Minor Changes

- [#377](https://github.com/FuelLabs/fuel-connectors/pull/377) [`aa757db`](https://github.com/FuelLabs/fuel-connectors/commit/aa757dbddf0b458be14310251613ba39abd52413) Thanks [@helciofranco](https://github.com/helciofranco)! - Hide `All Wallets` option in the EVM and SVM connectors.

### Patch Changes

- [#374](https://github.com/FuelLabs/fuel-connectors/pull/374) [`58d0388`](https://github.com/FuelLabs/fuel-connectors/commit/58d0388d78e455b5dc420cfca6fdf0c77db47456) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add sign message with custom curves for predicates

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

### Minor Changes

- [#377](https://github.com/FuelLabs/fuel-connectors/pull/377) [`aa757db`](https://github.com/FuelLabs/fuel-connectors/commit/aa757dbddf0b458be14310251613ba39abd52413) Thanks [@helciofranco](https://github.com/helciofranco)! - Hide `All Wallets` option in the EVM and SVM connectors.

### Patch Changes

- [#374](https://github.com/FuelLabs/fuel-connectors/pull/374) [`58d0388`](https://github.com/FuelLabs/fuel-connectors/commit/58d0388d78e455b5dc420cfca6fdf0c77db47456) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add sign message with custom curves for predicates

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

0 comments on commit 2622540

Please sign in to comment.