Skip to content

Commit

Permalink
ci(changesets): versioning packages (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuel-service-user authored Mar 14, 2024
1 parent ee7209a commit 0836eab
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/heavy-dingos-move.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @fuels/connectors

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors
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.0.0",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/fuel-development-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @fuel-connectors/fuel-development-wallet

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors
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.0.0",
"version": "0.1.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/fuel-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @fuel-connectors/fuel-wallet

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors
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.0.0",
"version": "0.1.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/fuelet-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @fuel-connectors/fuelet-wallet

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors

## 0.1.0

### Minor Changes

- [#4](https://github.com/FuelLabs/fuel-connectors/pull/4) [`ee7209a`](https://github.com/FuelLabs/fuel-connectors/commit/ee7209a0843e21e85adf8c0f364301e0dbda140e) Thanks [@luizstacio](https://github.com/luizstacio)! - Initial connectors release with Fuel, Fuel Development and Fuelet connectors
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.0.0",
"version": "0.1.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 0836eab

Please sign in to comment.