Skip to content

Commit

Permalink
ci(changesets): versioning packages (#3)
Browse files Browse the repository at this point in the history
* ci(changesets): versioning packages

* fix: disable changeset requirement

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hélcio Franco <helciofranco@me.com>
  • Loading branch information
3 people authored Mar 13, 2024
1 parent 057e599 commit 4b1fd9e
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/eighty-mice-flow.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
validate-changeset:
name: Validate PR Changeset
needs: check-packages-changed
if: ${{ github.head_ref != 'changeset-release/master' && needs.check-packages-changed.outputs.changed == 'true' }}
if: ${{ github.head_ref != 'changeset-release/main' && needs.check-packages-changed.outputs.changed == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
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

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial release with Fuel, Fuel Development and Fuelet connectors

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial 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.1",
"version": "1.0.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

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial release with Fuel, Fuel Development and Fuelet connectors

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial 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.1",
"version": "1.0.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

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial release with Fuel, Fuel Development and Fuelet connectors

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial 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.1",
"version": "1.0.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

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial release with Fuel, Fuel Development and Fuelet connectors

## 1.0.0

### Major Changes

- [#1](https://github.com/FuelLabs/fuel-connectors/pull/1) [`057e599`](https://github.com/FuelLabs/fuel-connectors/commit/057e59975e78113121e1684ecbdd0cded1e6ebed) Thanks [@helciofranco](https://github.com/helciofranco)! - Initial 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.1",
"version": "1.0.0",
"private": true,
"types": "./dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 4b1fd9e

Please sign in to comment.