Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#35841)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark George <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8003148466
  • Loading branch information
haqadn authored and matticbot committed Feb 22, 2024
1 parent 50d91b5 commit 2b59165
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 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.0-alpha"
"automattic/jetpack-device-detection": "^2.1.0"
},
"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.

9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-device-detection/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).

## [2.1.0-alpha] - unreleased

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

## [2.1.0] - 2024-02-22
### Changed
- Update the bot list with more bots
- Update the bot list with more bots [#35798]

## [2.0.1] - 2023-11-21
### Changed
Expand Down Expand Up @@ -184,7 +181,7 @@ This is an alpha version! The changes listed here are not final.

- Moving jetpack_is_mobile into a package

[2.1.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0-alpha
[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
[1.5.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.0...v1.5.1
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.0-alpha.1708507175",
"version_normalized": "2.1.0.0-alpha1708507175",
"version": "2.1.0",
"version_normalized": "2.1.0.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "5c26a59da42195ab8aaa6cd8b4715c4ff1c252c6"
"reference": "d9b58b4c51a1b422ec296f40d479f18dbe69717f"
},
"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.0-alpha.1708507175',
'version' => '2.1.0.0-alpha1708507175',
'reference' => '5c26a59da42195ab8aaa6cd8b4715c4ff1c252c6',
'pretty_version' => '2.1.0',
'version' => '2.1.0.0',
'reference' => 'd9b58b4c51a1b422ec296f40d479f18dbe69717f',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit 2b59165

Please sign in to comment.