From 13d33a45dc431e7195189fbff2fdc14832c98812 Mon Sep 17 00:00:00 2001 From: Adnan Haque <3737780+haqadn@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:48:24 +0200 Subject: [PATCH] Update readme (#39016) --- projects/packages/changelogger/CHANGELOG.md | 5 +++++ .../changelog/renovate-yoast-phpunit-polyfills-1.x | 4 ---- projects/packages/changelogger/src/Application.php | 2 +- projects/packages/schema/CHANGELOG.md | 6 ++++++ projects/packages/schema/changelog/initial-version | 4 ---- .../schema/changelog/renovate-yoast-phpunit-polyfills-1.x | 4 ---- projects/packages/schema/src/class-schema.php | 2 +- 7 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 projects/packages/changelogger/changelog/renovate-yoast-phpunit-polyfills-1.x delete mode 100644 projects/packages/schema/changelog/initial-version delete mode 100644 projects/packages/schema/changelog/renovate-yoast-phpunit-polyfills-1.x diff --git a/projects/packages/changelogger/CHANGELOG.md b/projects/packages/changelogger/CHANGELOG.md index 79f91ff317bf5..8fada1afe9231 100644 --- a/projects/packages/changelogger/CHANGELOG.md +++ b/projects/packages/changelogger/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.2.6] - 2024-08-22 +### Changed +- Updated package dependencies. [#39004] + ## [4.2.5] - 2024-06-27 ### Changed - Skip querying `git` in `changelogger version` command. We don't need the timestamp or PR number for that operation. [#38074] @@ -240,6 +244,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - Initial version. +[4.2.6]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.5...4.2.6 [4.2.5]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.4...4.2.5 [4.2.4]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.3...4.2.4 [4.2.3]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.2...4.2.3 diff --git a/projects/packages/changelogger/changelog/renovate-yoast-phpunit-polyfills-1.x b/projects/packages/changelogger/changelog/renovate-yoast-phpunit-polyfills-1.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/changelogger/changelog/renovate-yoast-phpunit-polyfills-1.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/changelogger/src/Application.php b/projects/packages/changelogger/src/Application.php index dc50c52d17eb9..d70b65acc2f0b 100644 --- a/projects/packages/changelogger/src/Application.php +++ b/projects/packages/changelogger/src/Application.php @@ -19,7 +19,7 @@ */ class Application extends SymfonyApplication { - const VERSION = '4.2.6-alpha'; + const VERSION = '4.2.6'; /** * Constructor. diff --git a/projects/packages/schema/CHANGELOG.md b/projects/packages/schema/CHANGELOG.md index 721294abd00ad..411eeac18f4d6 100644 --- a/projects/packages/schema/CHANGELOG.md +++ b/projects/packages/schema/CHANGELOG.md @@ -5,3 +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). +## 0.1.0 - 2024-08-22 +### Added +- Initial version. [#38563] + +### Changed +- Updated package dependencies. [#39004] diff --git a/projects/packages/schema/changelog/initial-version b/projects/packages/schema/changelog/initial-version deleted file mode 100644 index fb1837c901e51..0000000000000 --- a/projects/packages/schema/changelog/initial-version +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Initial version. diff --git a/projects/packages/schema/changelog/renovate-yoast-phpunit-polyfills-1.x b/projects/packages/schema/changelog/renovate-yoast-phpunit-polyfills-1.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/schema/changelog/renovate-yoast-phpunit-polyfills-1.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/schema/src/class-schema.php b/projects/packages/schema/src/class-schema.php index a4effdd8799ee..a5bb133d15fa5 100644 --- a/projects/packages/schema/src/class-schema.php +++ b/projects/packages/schema/src/class-schema.php @@ -65,7 +65,7 @@ * $parsed_data = $my_schema->parse($input_data); */ class Schema { - const PACKAGE_VERSION = '0.1.0-alpha'; + const PACKAGE_VERSION = '0.1.0'; public static function as_string() { return new Schema_Parser( new Type_String() );