From c0c2e4906f42d8e59f58aeda3b853df7db67d57a Mon Sep 17 00:00:00 2001 From: manzoorwanijk Date: Thu, 12 Dec 2024 05:28:54 +0000 Subject: [PATCH] Update wordpress monorepo (#40564) * Update wordpress monorepo * Downgrade dataviews, let's leave that for a separate PR. * Copy `structuredClone` into jest-environment-jsdom * Add ts-expect-error for WordPress/gutenberg#67847 * Apparently we can't use a ts file everywhere. --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12290272503 Upstream-Ref: Automattic/jetpack@e11a66acde8ed685416cd56ea14f84b948877e63 --- CHANGELOG.md | 8 ++++++++ package.json | 6 +++--- src/class-explat.php | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a74897..933b245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.3-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.2.2] - 2024-12-04 ### Changed - Updated package dependencies. [#40363] [#40372] @@ -87,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] +[0.2.3-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3-alpha [0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-explat/compare/v0.1.15...v0.2.0 diff --git a/package.json b/package.json index 2acbdee..51b2e4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.2.2", + "version": "0.2.3-alpha", "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme", "bugs": { @@ -42,8 +42,8 @@ "dependencies": { "@automattic/explat-client": "0.1.0", "@automattic/explat-client-react-helpers": "0.1.1", - "@wordpress/api-fetch": "7.13.0", - "@wordpress/url": "4.13.0", + "@wordpress/api-fetch": "7.14.0", + "@wordpress/url": "4.14.0", "cookie": "1.0.1", "qs": "6.12.1" } diff --git a/src/class-explat.php b/src/class-explat.php index 24be8cc..400fdf4 100644 --- a/src/class-explat.php +++ b/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.2.2'; + const PACKAGE_VERSION = '0.2.3-alpha'; /** * Initializer.