Skip to content

Commit

Permalink
ci(changesets): versioning packages (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 2, 2023
1 parent 60218b5 commit 72465e7
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/quiet-timers-film.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tender-emus-beam.md

This file was deleted.

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

## 0.11.2

### Patch Changes

- [#821](https://github.com/FuelLabs/fuels-wallet/pull/821) [`4e08bc0`](https://github.com/FuelLabs/fuels-wallet/commit/4e08bc0edd74210de03d9e5481180641bbcc8803) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade to fuel-core 0.19.1

- Updated dependencies [[`4e08bc0`](https://github.com/FuelLabs/fuels-wallet/commit/4e08bc0edd74210de03d9e5481180641bbcc8803)]:
- @fuel-wallet/types@0.11.2
- @fuel-wallet/sdk@0.11.2

## 0.11.1

### 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.11.1",
"version": "0.11.2",
"database": "11",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
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.11.2

### Patch Changes

- [#821](https://github.com/FuelLabs/fuels-wallet/pull/821) [`4e08bc0`](https://github.com/FuelLabs/fuels-wallet/commit/4e08bc0edd74210de03d9e5481180641bbcc8803) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade to fuel-core 0.19.1

## 0.11.1

### 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.11.1",
"version": "0.11.2",
"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.11.2

### Patch Changes

- [#821](https://github.com/FuelLabs/fuels-wallet/pull/821) [`4e08bc0`](https://github.com/FuelLabs/fuels-wallet/commit/4e08bc0edd74210de03d9e5481180641bbcc8803) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade to fuel-core 0.19.1

## 0.11.1

### Patch Changes
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.11.1",
"version": "0.11.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 72465e7

Please sign in to comment.