Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#36399)
Browse files Browse the repository at this point in the history
  • Loading branch information
thingalon authored and matticbot committed Mar 15, 2024
1 parent b61ea18 commit 5fe9d9b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-device-detection": "^2.1.1-alpha"
"automattic/jetpack-device-detection": "^2.1.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-device-detection/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.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.1.1] - 2024-03-14
### Changed
- Internal updates.

## [2.1.0] - 2024-02-22
### Changed
Expand Down Expand Up @@ -185,7 +185,7 @@ This is an alpha version! The changes listed here are not final.

- Moving jetpack_is_mobile into a package

[2.1.1-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1-alpha
[2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"packages": [
{
"name": "automattic/jetpack-device-detection",
"version": "2.1.1-alpha.1710273234",
"version_normalized": "2.1.1.0-alpha1710273234",
"version": "2.1.1",
"version_normalized": "2.1.1.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "7d9a65dff4ec00d3b5efcc1a7263ca091e60c159"
"reference": "59355ce8e0b4b90c2b589270ef8e328c29fdb346"
},
"require": {
"php": ">=7.0"
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
),
'versions' => array(
'automattic/jetpack-device-detection' => array(
'pretty_version' => '2.1.1-alpha.1710273234',
'version' => '2.1.1.0-alpha1710273234',
'reference' => '7d9a65dff4ec00d3b5efcc1a7263ca091e60c159',
'pretty_version' => '2.1.1',
'version' => '2.1.1.0',
'reference' => '59355ce8e0b4b90c2b589270ef8e328c29fdb346',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit 5fe9d9b

Please sign in to comment.