Skip to content

Commit

Permalink
ci(changesets): versioning packages (#139)
Browse files Browse the repository at this point in the history
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/local-storage@0.26.0

### Minor Changes

- Check for localStorage availability, by
[@nelitow](https://github.com/nelitow) (See
[#132](#132))

## @fuels/react-xstore@0.26.0

### Minor Changes

- Update tests to handle the new local-storage checks, by
[@nelitow](https://github.com/nelitow) (See
[#132](#132))

## @fuels/changeset@0.26.0



## @fuels/eslint-plugin@0.26.0



## @fuels/jest@0.26.0



## @fuels/kms-account@0.26.0



## @fuels/prettier-config@0.26.0



## @fuels/proxy-cli@0.26.0



## @fuels/ts-config@0.26.0



## @fuels/tsup-config@0.26.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Dec 25, 2024
1 parent 5a9cf49 commit ad90d36
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-news-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-keys-melt.md

This file was deleted.

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

## 0.26.0

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/changeset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/changeset",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"access": "public",
"main": "src/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/eslint-config

## 0.26.0

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/eslint-plugin",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"access": "public",
"main": "./index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/jest

## 0.26.0

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/jest",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"main": "./src/index.ts",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/kms-account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/kms-account

## 0.26.0

## 0.25.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/kms-account",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuels/local-storage

## 0.26.0

### Minor Changes

- Check for localStorage availability, by [@nelitow](https://github.com/nelitow) (See [#132](https://github.com/FuelLabs/fuels-npm-packs/pull/132))

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/local-storage",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/prettier-config

## 0.26.0

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/prettier-config",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"main": "./index.json",
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/proxy-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/proxy-cli

## 0.26.0

## 0.25.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/proxy-cli",
"version": "0.25.1",
"version": "0.26.0",
"description": "A cli tool to execute action on a proxy contract",
"license": "APACHE-2.0",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-xstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuels/react-xstore

## 0.26.0

### Minor Changes

- Update tests to handle the new local-storage checks, by [@nelitow](https://github.com/nelitow) (See [#132](https://github.com/FuelLabs/fuels-npm-packs/pull/132))

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/react-xstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/react-xstore",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/ts-config

## 0.26.0

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/ts-config",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/tsup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/tsup-config

## 0.26.0

## 0.25.1

## 0.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/tsup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/tsup-config",
"version": "0.25.1",
"version": "0.26.0",
"license": "Apache-2.0",
"access": "public",
"files": [
Expand Down

0 comments on commit ad90d36

Please sign in to comment.