Skip to content

Commit a0cf75b

Browse files
ci(changesets): versioning packages
1 parent 98c6b5d commit a0cf75b

File tree

19 files changed

+89
-37
lines changed

19 files changed

+89
-37
lines changed

.changeset/chatty-shoes-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-experts-agree.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/eighty-ducks-think.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/khaki-seas-scream.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/proud-pigs-glow.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# @fuel-connectors/burner-wallet-connector
2+
3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
8+
9+
### Patch Changes
10+
11+
- [#58](https://github.com/FuelLabs/fuel-connectors/pull/58) [`eafe351`](https://github.com/FuelLabs/fuel-connectors/commit/eafe35145160f3c7fb21ae5965d108ab7c64022e) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - Refactor burner wallet connector
12+
13+
- [#49](https://github.com/FuelLabs/fuel-connectors/pull/49) [`fe8fe45`](https://github.com/FuelLabs/fuel-connectors/commit/fe8fe45ee5b582d1379a9d61a2690a708ceaf69c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - burner wallet connector implemented
14+
15+
## 0.3.0
16+
17+
### Minor Changes
18+
19+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
20+
21+
### Patch Changes
22+
23+
- [#58](https://github.com/FuelLabs/fuel-connectors/pull/58) [`eafe351`](https://github.com/FuelLabs/fuel-connectors/commit/eafe35145160f3c7fb21ae5965d108ab7c64022e) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - Refactor burner wallet connector
24+
25+
- [#49](https://github.com/FuelLabs/fuel-connectors/pull/49) [`fe8fe45`](https://github.com/FuelLabs/fuel-connectors/commit/fe8fe45ee5b582d1379a9d61a2690a708ceaf69c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - burner wallet connector implemented

packages/burner-wallet-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-connectors/burner-wallet-connector",
3-
"version": "0.0.0",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/connectors/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @fuels/connectors
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/FuelLabs/fuel-connectors/pull/49) [`fe8fe45`](https://github.com/FuelLabs/fuel-connectors/commit/fe8fe45ee5b582d1379a9d61a2690a708ceaf69c) Thanks [@pedropereiradev](https://github.com/pedropereiradev)! - burner wallet connector implemented
8+
9+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
10+
11+
### Patch Changes
12+
13+
- [#61](https://github.com/FuelLabs/fuel-connectors/pull/61) [`f56bd40`](https://github.com/FuelLabs/fuel-connectors/commit/f56bd40203d8ed3eac70086b773260cd2adc1bdb) Thanks [@luizstacio](https://github.com/luizstacio)! - rename connector name and implement all methods
14+
315
## 0.2.2
416

517
## 0.2.1

packages/connectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/connectors",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/evm-connector/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-connectors/evm-connector
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
8+
39
## 0.2.2
410

511
### Patch Changes

packages/evm-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-connectors/evm-connector",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"files": ["dist"],

packages/fuel-development-wallet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-connectors/fuel-development-wallet
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
8+
39
## 0.2.2
410

511
## 0.2.1

packages/fuel-development-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-connectors/fuel-development-wallet",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"types": "./dist/index.d.ts",
66
"exports": {

packages/fuel-wallet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-connectors/fuel-wallet
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
8+
39
## 0.2.2
410

511
## 0.2.1

packages/fuel-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-connectors/fuel-wallet",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"types": "./dist/index.d.ts",
66
"exports": {

packages/fuelet-wallet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-connectors/fuelet-wallet
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
8+
39
## 0.2.2
410

511
## 0.2.1

packages/fuelet-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-connectors/fuelet-wallet",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"types": "./dist/index.d.ts",
66
"exports": {
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# @fuel-connectors/walletconnect-connector
2+
3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
8+
9+
### Patch Changes
10+
11+
- [#61](https://github.com/FuelLabs/fuel-connectors/pull/61) [`f56bd40`](https://github.com/FuelLabs/fuel-connectors/commit/f56bd40203d8ed3eac70086b773260cd2adc1bdb) Thanks [@luizstacio](https://github.com/luizstacio)! - rename connector name and implement all methods
12+
13+
## 0.3.0
14+
15+
### Minor Changes
16+
17+
- [#68](https://github.com/FuelLabs/fuel-connectors/pull/68) [`98c6b5d`](https://github.com/FuelLabs/fuel-connectors/commit/98c6b5d366128d763d601896a7b3b7d594ea6886) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade fuels and fuel-ts dependencies to 0.83
18+
19+
### Patch Changes
20+
21+
- [#61](https://github.com/FuelLabs/fuel-connectors/pull/61) [`f56bd40`](https://github.com/FuelLabs/fuel-connectors/commit/f56bd40203d8ed3eac70086b773260cd2adc1bdb) Thanks [@luizstacio](https://github.com/luizstacio)! - rename connector name and implement all methods

packages/walletconnect-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-connectors/walletconnect-connector",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.3.0",
55
"type": "module",
66
"files": ["dist"],
77
"main": "./dist/wallet-connector-walletconnect.umd.cjs",

0 commit comments

Comments
 (0)