Skip to content

Commit

Permalink
ci(changesets): versioning packages (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 27, 2023
1 parent 6e2accf commit 1fed528
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-maps-reflect.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.9.3

### Patch Changes

- [#766](https://github.com/FuelLabs/fuels-wallet/pull/766) [`6e2accf`](https://github.com/FuelLabs/fuels-wallet/commit/6e2accfa97d84239161040d37fcfc4d5aaedaabc) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: upgrade sdk to 0.43.0

- Updated dependencies [[`6e2accf`](https://github.com/FuelLabs/fuels-wallet/commit/6e2accfa97d84239161040d37fcfc4d5aaedaabc)]:
- @fuel-wallet/types@0.9.3
- @fuel-wallet/sdk@0.9.3

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"database": "9",
"scripts": {
"build:all": "run-p 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.9.3

### Patch Changes

- [#766](https://github.com/FuelLabs/fuels-wallet/pull/766) [`6e2accf`](https://github.com/FuelLabs/fuels-wallet/commit/6e2accfa97d84239161040d37fcfc4d5aaedaabc) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: upgrade sdk to 0.43.0

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"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.9.3

### Patch Changes

- [#766](https://github.com/FuelLabs/fuels-wallet/pull/766) [`6e2accf`](https://github.com/FuelLabs/fuels-wallet/commit/6e2accfa97d84239161040d37fcfc4d5aaedaabc) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: upgrade sdk to 0.43.0

## 0.9.2

## 0.9.1
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.9.2",
"version": "0.9.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 1fed528

Please sign in to comment.