Skip to content

Commit

Permalink
Backport jetpack 14.0-beta Changes (#40024)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11667212003

Upstream-Ref: Automattic/jetpack@a7dc7da
  • Loading branch information
tbradsha authored and matticbot committed Nov 4, 2024
1 parent 260e1d8 commit 19f55e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.6.6-alpha] - unreleased

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

## [0.6.6] - 2024-11-04
### Added
- Enable test coverage.
- Enable test coverage. [#39961]

## [0.6.5] - 2024-10-28
### Changed
Expand Down Expand Up @@ -145,7 +142,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.6.6-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.5...v0.6.6-alpha
[0.6.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.13-alpha"
"automattic/jetpack-assets": "^2.3.13"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.8-alpha",
"automattic/jetpack-changelogger": "^4.2.8",
"automattic/wordbless": "dev-master"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-classic-theme-helper",
"version": "0.6.6-alpha",
"version": "0.6.6",
"description": "Features used with classic themes",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme",
"bugs": {
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.23-alpha",
"@automattic/remove-asset-webpack-plugin": "^1.0.23",
"@babel/core": "7.24.7",
"@csstools/postcss-global-data": "2.1.1",
"@wordpress/browserslist-config": "6.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.6.6-alpha';
const PACKAGE_VERSION = '0.6.6';

/**
* Modules to include.
Expand Down

0 comments on commit 19f55e8

Please sign in to comment.