Skip to content

Commit

Permalink
ci(changesets): versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent 2c796ee commit 8cb4728
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-hounds-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-hairs-trade.md

This file was deleted.

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

## 0.15.2

## 0.15.1

## 0.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/assets",
"version": "0.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
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.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"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.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"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.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"main": "./src/index.ts",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/local-storage

## 0.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"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.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"main": "./index.json",
"access": "public",
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.15.2

### Patch Changes

- ✨ feat: add stringify support for bigint, by [@luizstacio](https://github.com/luizstacio) (See [#49](https://github.com/FuelLabs/fuels-npm-packs/pull/49))

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/react

## 0.15.2

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuels/react",
"description": "Interact with the Fuel Wallet Extension in React.",
"version": "0.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuels/playwright-utils

## 0.15.2

### Patch Changes

- 🐞 fix test fixtures for the test utils package, by [@matt-user](https://github.com/matt-user) (See [#46](https://github.com/FuelLabs/fuels-npm-packs/pull/46))

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/playwright-utils",
"version": "0.15.1",
"version": "0.15.2",
"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.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"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.15.2

## 0.15.1

## 0.1.5
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.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"access": "public",
"files": [
Expand Down

0 comments on commit 8cb4728

Please sign in to comment.