From 9506c6eef66b5762c8978752d11ce134e03d2655 Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:57:10 -0700 Subject: [PATCH] ci(changesets): versioning packages (#1478) 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 ## @fuels/playwright-utils@0.28.1 ### Patch Changes - [#1477](https://github.com/FuelLabs/fuels-wallet/pull/1477) [`11b4855c`](https://github.com/FuelLabs/fuels-wallet/commit/11b4855c0917faf86f1f21e8e6a24599a1c7897a) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - bump version Co-authored-by: github-actions[bot] --- .changeset/witty-bulldogs-retire.md | 5 ----- packages/playwright-utils/CHANGELOG.md | 6 ++++++ packages/playwright-utils/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/witty-bulldogs-retire.md diff --git a/.changeset/witty-bulldogs-retire.md b/.changeset/witty-bulldogs-retire.md deleted file mode 100644 index 637c9af8c..000000000 --- a/.changeset/witty-bulldogs-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fuels/playwright-utils": patch ---- - -bump version diff --git a/packages/playwright-utils/CHANGELOG.md b/packages/playwright-utils/CHANGELOG.md index 3714b6eed..7ba83f003 100644 --- a/packages/playwright-utils/CHANGELOG.md +++ b/packages/playwright-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/playwright-utils +## 0.28.1 + +### Patch Changes + +- [#1477](https://github.com/FuelLabs/fuels-wallet/pull/1477) [`11b4855c`](https://github.com/FuelLabs/fuels-wallet/commit/11b4855c0917faf86f1f21e8e6a24599a1c7897a) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - bump version + ## 0.27.4 ### Patch Changes diff --git a/packages/playwright-utils/package.json b/packages/playwright-utils/package.json index bb2b2063f..ee8e31d77 100644 --- a/packages/playwright-utils/package.json +++ b/packages/playwright-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.28.0", + "version": "0.28.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {