Skip to content

Commit

Permalink
ci(changesets): versioning packages (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 20, 2023
1 parent 9939298 commit d2d0d77
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-turkeys-tie.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/six-swans-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-buckets-design.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# fuels-wallet

## 0.13.4

### Patch Changes

- [#939](https://github.com/FuelLabs/fuels-wallet/pull/939) [`9939298`](https://github.com/FuelLabs/fuels-wallet/commit/9939298ba935ef30f79e1f47405451cfa34ff4b6) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: password input showing incorrect error feedback

- [#923](https://github.com/FuelLabs/fuels-wallet/pull/923) [`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29) Thanks [@matt-user](https://github.com/matt-user)! - chore: bump fuels version

- [#939](https://github.com/FuelLabs/fuels-wallet/pull/939) [`9939298`](https://github.com/FuelLabs/fuels-wallet/commit/9939298ba935ef30f79e1f47405451cfa34ff4b6) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade fuel-core

- Updated dependencies [[`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29)]:
- @fuel-wallet/types@0.13.4
- @fuel-wallet/sdk@0.13.4

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuels-wallet",
"private": true,
"version": "0.13.3",
"version": "0.13.4",
"database": "13",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
Expand Down
11 changes: 11 additions & 0 deletions packages/e2e-contract-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fuel-wallet/e2e-contract-tests

## 0.13.4

### Patch Changes

- [#923](https://github.com/FuelLabs/fuels-wallet/pull/923) [`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29) Thanks [@matt-user](https://github.com/matt-user)! - chore: bump fuels version

- Updated dependencies [[`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29)]:
- @fuel-wallet/react@0.13.4
- @fuel-wallet/types@0.13.4
- @fuel-wallet/sdk@0.13.4

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-contract-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/e2e-contract-tests",
"private": true,
"version": "0.13.3",
"version": "0.13.4",
"scripts": {
"dev:e2e-contracts": "vite",
"build:web": "vite build",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fuel-wallet/react

## 0.13.4

### Patch Changes

- [#923](https://github.com/FuelLabs/fuels-wallet/pull/923) [`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29) Thanks [@matt-user](https://github.com/matt-user)! - chore: bump fuels version

- Updated dependencies [[`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29)]:
- @fuel-wallet/sdk@0.13.4

## 0.13.3

### 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": "@fuel-wallet/react",
"description": "Interact with the Fuel Wallet Extension in React.",
"version": "0.13.3",
"version": "0.13.4",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/sdk

## 0.13.4

### Patch Changes

- [#923](https://github.com/FuelLabs/fuels-wallet/pull/923) [`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29) Thanks [@matt-user](https://github.com/matt-user)! - chore: bump fuels version

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/sdk",
"description": "Integrate DApps with Fuel Wallet Extension.",
"version": "0.13.3",
"version": "0.13.4",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
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 @@
# @fuel-wallet/test-utils

## 0.13.4

### Patch Changes

- [#923](https://github.com/FuelLabs/fuels-wallet/pull/923) [`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29) Thanks [@matt-user](https://github.com/matt-user)! - chore: bump fuels version

## 0.13.3

## 0.13.2
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/test-utils",
"private": true,
"version": "0.13.3",
"version": "0.13.4",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/types

## 0.13.4

### Patch Changes

- [#923](https://github.com/FuelLabs/fuels-wallet/pull/923) [`f683bae`](https://github.com/FuelLabs/fuels-wallet/commit/f683baeb6efbcc75561ac53c9c0d9d05f3bbae29) Thanks [@matt-user](https://github.com/matt-user)! - chore: bump fuels version

## 0.13.3

## 0.13.2
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-wallet/types",
"version": "0.13.3",
"version": "0.13.4",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit d2d0d77

Please sign in to comment.