Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39054)
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine authored and matticbot committed Aug 23, 2024
1 parent dd67219 commit ba3fc2f
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.4-alpha"
"automattic/jetpack-device-detection": "^2.1.4"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
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.4-alpha] - unreleased

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

## [2.1.4] - 2024-08-23
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39004]

## [2.1.3] - 2024-04-08
### Added
Expand Down Expand Up @@ -203,7 +200,7 @@ This is an alpha version! The changes listed here are not final.

- Moving jetpack_is_mobile into a package

[2.1.4-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4-alpha
[2.1.4]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.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.4-alpha.1724273335",
"version_normalized": "2.1.4.0-alpha1724273335",
"version": "2.1.4",
"version_normalized": "2.1.4.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "f0aa79d990d2131fe5ba8164f819e52fc5ec08c2"
"reference": "e57c634804cfcf79921f20c22baece144fbefc1c"
},
"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.4-alpha.1724273335',
'version' => '2.1.4.0-alpha1724273335',
'reference' => 'f0aa79d990d2131fe5ba8164f819e52fc5ec08c2',
'pretty_version' => '2.1.4',
'version' => '2.1.4.0',
'reference' => 'e57c634804cfcf79921f20c22baece144fbefc1c',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit ba3fc2f

Please sign in to comment.