Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Jan 20, 2025
1 parent 2554439 commit a6be307
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ 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.47.6-alpha] - unreleased

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

## [0.47.6] - 2025-01-20
### Changed
- Code: Use function-style exit() and die() with a default status code of 0.
- Updated package dependencies.
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]
- Updated package dependencies. [#41099]

## [0.47.5] - 2025-01-06
### Changed
Expand Down Expand Up @@ -1115,7 +1112,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.

[0.47.6-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.47.5...v0.47.6-alpha
[0.47.6]: https://github.com/Automattic/jetpack-search/compare/v0.47.5...v0.47.6
[0.47.5]: https://github.com/Automattic/jetpack-search/compare/v0.47.4...v0.47.5
[0.47.4]: https://github.com/Automattic/jetpack-search/compare/v0.47.3...v0.47.4
[0.47.3]: https://github.com/Automattic/jetpack-search/compare/v0.47.2...v0.47.3
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.3.0-alpha",
"automattic/jetpack-assets": "^4.0.3-alpha",
"automattic/jetpack-connection": "^6.3.0",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-status": "^5.0.2-alpha",
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-my-jetpack": "^5.3.3-alpha",
"automattic/jetpack-sync": "^4.4.0-alpha"
"automattic/jetpack-my-jetpack": "^5.3.3",
"automattic/jetpack-sync": "^4.4.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-search",
"version": "0.47.6-alpha",
"version": "0.47.6",
"description": "Package for Jetpack Search products",
"main": "main.js",
"directories": {
Expand Down Expand Up @@ -37,10 +37,10 @@
"@automattic/color-studio": "4.0.0",
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.34",
"@automattic/jetpack-api": "^0.17.22-alpha",
"@automattic/jetpack-base-styles": "^0.6.40-alpha",
"@automattic/jetpack-components": "^0.65.4-alpha",
"@automattic/jetpack-connection": "^0.36.4-alpha",
"@automattic/jetpack-api": "^0.17.22",
"@automattic/jetpack-base-styles": "^0.6.40",
"@automattic/jetpack-components": "^0.65.4",
"@automattic/jetpack-connection": "^0.36.4",
"@wordpress/base-styles": "5.16.0",
"@wordpress/block-editor": "14.11.0",
"@wordpress/data": "10.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Search package general information
*/
class Package {
const VERSION = '0.47.6-alpha';
const VERSION = '0.47.6';
const SLUG = 'search';

/**
Expand Down

0 comments on commit a6be307

Please sign in to comment.