diff --git a/CHANGELOG.md b/CHANGELOG.md index 773fa8ebfda..75d4e110c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,21 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo +## [v1.2.0](https://github.com/hydephp/develop/releases/tag/v1.2.0) - 2023-06-22 +### Added +- Added Markdown configuration option for the Tailwind prose classes in https://github.com/hydephp/develop/pull/1357 +- Added `prose-img:inline` to bundled TailwindCSS classes in https://github.com/hydephp/develop/pull/1359 + +### Changed +- Internal: Decoupled the monorepo `composer.json` settings in https://github.com/hydephp/develop/pull/1361 +- Changed HydePage return types to static in https://github.com/hydephp/develop/pull/1371 +### Removed +- Removed the Tailwind safelist from the hyde/hyde package (as it is not required there) in https://github.com/hydephp/develop/pull/1362 + +### Fixed +- Fixed two improper method type annotations in the `FrontMatter` class in https://github.com/hydephp/develop/pull/1369 + + ## [v1.1.0](https://github.com/hydephp/develop/releases/tag/v1.1.0) - 2023-03-22 ### About diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c7f6e5f27d0..e3d1b60364c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,21 +10,19 @@ This serves two purposes: 2. At release time, you can move the Unreleased section changes into a new release version section. ### Added -- Added Markdown configuration option for the Tailwind prose classes in https://github.com/hydephp/develop/pull/1357 -- Added `prose-img:inline` to bundled TailwindCSS classes in https://github.com/hydephp/develop/pull/1359 +- for new features. ### Changed -- Internal: Decoupled the monorepo `composer.json` settings in https://github.com/hydephp/develop/pull/1361 -- Changed HydePage return types to static in https://github.com/hydephp/develop/pull/1371 +- for changes in existing functionality. ### Deprecated - for soon-to-be removed features. ### Removed -- Removed the Tailwind safelist from the hyde/hyde package (as it is not required there) in https://github.com/hydephp/develop/pull/1362 +- for now removed features. ### Fixed -- Fixed two improper method type annotations in the `FrontMatter` class in https://github.com/hydephp/develop/pull/1369 +- for any bug fixes. ### Security - in case of vulnerabilities.