Skip to content

Commit 101bc8b

Browse files
ci(changesets): versioning packages (#781)
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 master, this PR will be updated. # Releases ## @fuel-wallet/sdk@0.9.5 ## @fuel-wallet/types@0.9.5 ## fuels-wallet@0.9.5 ### Patch Changes - [#779](#779) [`7a168af`](7a168af) Thanks [@luizstacio](https://github.com/luizstacio)! - Upgrade vite version - [#771](#771) [`cc341cb`](cc341cb) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Add support to operation "Withdraw from Fuel", using MessageOut receipt - Updated dependencies \[]: - @fuel-wallet/sdk@0.9.5 - @fuel-wallet/types@0.9.5 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cc341cb commit 101bc8b

8 files changed

+19
-13
lines changed

.changeset/eight-beers-dress.md

-5
This file was deleted.

.changeset/heavy-vans-fly.md

-5
This file was deleted.

packages/app/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# fuels-wallet
22

3+
## 0.9.5
4+
5+
### Patch Changes
6+
7+
- [#779](https://github.com/FuelLabs/fuels-wallet/pull/779) [`7a168af`](https://github.com/FuelLabs/fuels-wallet/commit/7a168af86ef8b60b398179f8498c1106535a2988) Thanks [@luizstacio](https://github.com/luizstacio)! - Upgrade vite version
8+
9+
- [#771](https://github.com/FuelLabs/fuels-wallet/pull/771) [`cc341cb`](https://github.com/FuelLabs/fuels-wallet/commit/cc341cbe3ef443cb161f01eceaff1c1f3aa184cd) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Add support to operation "Withdraw from Fuel", using MessageOut receipt
10+
11+
- Updated dependencies []:
12+
- @fuel-wallet/sdk@0.9.5
13+
- @fuel-wallet/types@0.9.5
14+
315
## 0.9.4
416

517
### Patch Changes

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuels-wallet",
33
"private": true,
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"database": "9",
66
"scripts": {
77
"build:all": "run-p build:web build:crx build:storybook",

packages/sdk/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuel-wallet/sdk
22

3+
## 0.9.5
4+
35
## 0.9.4
46

57
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/sdk",
33
"description": "Integrate DApps with Fuel Wallet Extension.",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

packages/types/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuel-wallet/types
22

3+
## 0.9.5
4+
35
## 0.9.4
46

57
## 0.9.3

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-wallet/types",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"dependencies": {

0 commit comments

Comments
 (0)