Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Apr 22, 2024
1 parent 5ffedc7 commit 2cfeeb0
Show file tree
Hide file tree
Showing 21 changed files with 251 additions and 325 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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).

## 2.1.16-alpha - unreleased

This is an alpha version! The changes listed here are not final.
## 2.1.16 - 2024-04-22
### Changed
- Internal updates.

## 2.1.15 - 2024-04-15
### Changed
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-mu-wpcom": "^5.25.0-alpha"
"automattic/jetpack-mu-wpcom": "^5.25.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.2.2-alpha"
"automattic/jetpack-changelogger": "^4.2.2"
},
"autoload": {
"classmap": [
Expand All @@ -23,6 +23,7 @@
"@composer phpunit"
]
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand All @@ -37,6 +38,6 @@
]
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_16_alpha"
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_16"
}
}
Loading

0 comments on commit 2cfeeb0

Please sign in to comment.