From f60f6c298c8cfe363326d87bac1464d3343fe07e Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:35:41 -0700 Subject: [PATCH] ci(changesets): versioning packages (#1467) 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.27.4 ### Patch Changes - [#1466](https://github.com/FuelLabs/fuels-wallet/pull/1466) [`37733415`](https://github.com/FuelLabs/fuels-wallet/commit/37733415b567337e17c4335407a8a69a784bf58b) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - bump version Co-authored-by: github-actions[bot] --- .changeset/nine-toys-glow.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/nine-toys-glow.md diff --git a/.changeset/nine-toys-glow.md b/.changeset/nine-toys-glow.md deleted file mode 100644 index 637c9af8c..000000000 --- a/.changeset/nine-toys-glow.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 7bb287078..3714b6eed 100644 --- a/packages/playwright-utils/CHANGELOG.md +++ b/packages/playwright-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/playwright-utils +## 0.27.4 + +### Patch Changes + +- [#1466](https://github.com/FuelLabs/fuels-wallet/pull/1466) [`37733415`](https://github.com/FuelLabs/fuels-wallet/commit/37733415b567337e17c4335407a8a69a784bf58b) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - bump version + ## 0.27.3 ### Patch Changes diff --git a/packages/playwright-utils/package.json b/packages/playwright-utils/package.json index 867e642fa..d2c73ab80 100644 --- a/packages/playwright-utils/package.json +++ b/packages/playwright-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.27.3", + "version": "0.27.4", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {