Skip to content

Commit

Permalink
Merge branch 'trunk' into prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Sep 3, 2024
1 parent ec14518 commit 60d8205
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.6-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.1.5] - 2024-08-29
### Changed
- Updated package dependencies. [#39111]
Expand Down Expand Up @@ -35,6 +42,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.1.6-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6-alpha
[0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/Automattic/jetpack-explat/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5"
"automattic/jetpack-connection": "^3.0.0-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-explat",
"version": "0.1.5",
"version": "0.1.6-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": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"@automattic/explat-client": "0.1.0",
"@automattic/explat-client-react-helpers": "0.1.1",
"@wordpress/api-fetch": "7.5.0",
"@wordpress/url": "4.5.0",
"@wordpress/api-fetch": "7.6.0",
"@wordpress/url": "4.6.0",
"cookie": "0.4.1",
"qs": "6.12.1"
}
Expand Down
2 changes: 1 addition & 1 deletion src/class-explat.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.1.5';
const PACKAGE_VERSION = '0.1.6-alpha';

/**
* Initializer.
Expand Down

0 comments on commit 60d8205

Please sign in to comment.