Skip to content

Commit 801bf16

Browse files
ci(changesets): versioning packages (#131)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @fuels/[email protected] ### Patch Changes - Update README of the packages, by [@luizstacio](https://github.com/luizstacio) (See [#130](#130)) ## @fuels/[email protected] ### Patch Changes - Update README of the packages, by [@luizstacio](https://github.com/luizstacio) (See [#130](#130)) ## @fuels/[email protected] ## @fuels/[email protected] ## @fuels/[email protected] ## @fuels/[email protected] ## @fuels/[email protected] ## @fuels/[email protected] ## @fuels/[email protected] ## @fuels/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b0acfe commit 801bf16

21 files changed

+38
-16
lines changed

.changeset/small-masks-joke.md

-6
This file was deleted.

packages/changeset/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/changeset
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/changeset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/changeset",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"access": "public",
66
"main": "src/index.js",

packages/eslint-plugin/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/eslint-config
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/eslint-plugin",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"access": "public",
66
"main": "./index.js",

packages/jest/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/jest
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/jest",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"main": "./src/index.ts",
66
"exports": {

packages/kms-account/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuels/kms-account
22

3+
## 0.25.1
4+
5+
### Patch Changes
6+
7+
- Update README of the packages, by [@luizstacio](https://github.com/luizstacio) (See [#130](https://github.com/FuelLabs/fuels-npm-packs/pull/130))
8+
39
## 0.25.0
410

511
## 0.24.1

packages/kms-account/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/kms-account",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"repository": {

packages/local-storage/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/local-storage
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/local-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/local-storage",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"publishConfig": {

packages/prettier-config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/prettier-config
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/prettier-config",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"main": "./index.json",
66
"access": "public",

packages/proxy-actions/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuels/proxy-cli
22

3+
## 0.25.1
4+
5+
### Patch Changes
6+
7+
- Update README of the packages, by [@luizstacio](https://github.com/luizstacio) (See [#130](https://github.com/FuelLabs/fuels-npm-packs/pull/130))
8+
39
## 0.25.0
410

511
### Minor Changes

packages/proxy-actions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/proxy-cli",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "A cli tool to execute action on a proxy contract",
55
"license": "APACHE-2.0",
66
"bin": {

packages/react-xstore/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/react-xstore
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/react-xstore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/react-xstore",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"publishConfig": {

packages/ts-config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/ts-config
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/ts-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/ts-config",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/tsup-config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/tsup-config
22

3+
## 0.25.1
4+
35
## 0.25.0
46

57
## 0.24.1

packages/tsup-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/tsup-config",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"license": "Apache-2.0",
55
"access": "public",
66
"files": [

0 commit comments

Comments
 (0)