From e64b38e567543a54c4d31b9ffa80ea349cbf5af4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:21:59 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be2432..506ef03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [1.3.0](https://github.com/timber/teak/compare/v1.2.1...v1.3.0) (2024-09-25) + + +### Features + +* Add .table-responsive CSS class for reference tables ([#11](https://github.com/timber/teak/issues/11)) ([8e04e6e](https://github.com/timber/teak/commit/8e04e6e7da966c22a7a2706b649309f6a961bce2)) +* Include parent methods in class reference ([2165a5e](https://github.com/timber/teak/commit/2165a5e928dfc16405eb53a2e430927b773cc723)) +* Update dependencies ([92255a1](https://github.com/timber/teak/commit/92255a1bc9e69aabb0004ebb12d3bad606ee4f98)) + + +### Bug Fixes + +* Add all ancestor class methods ([200df60](https://github.com/timber/teak/commit/200df60a4396e797ff041996d09c26c606f1267b)) +* Add ancestor properties for class reference ([dd5b5d6](https://github.com/timber/teak/commit/dd5b5d6c4d0074b83b559c924e87ca57aa07281d)) +* Add inherited methods to ApiTable ([f740ab0](https://github.com/timber/teak/commit/f740ab0844463038ee9b4b084c8960bda8384547)) +* Add line with info about inherited method ([cb963ee](https://github.com/timber/teak/commit/cb963ee900b57dc42632de0c22cbdbfb18d5f752)) +* Add logic for adding inherited method info ([e47b91e](https://github.com/timber/teak/commit/e47b91ea43fe4d97d929d4b9b9dfe833f979092e)) +* Fix a bug when hook reference returned empty ([4a07ec6](https://github.com/timber/teak/commit/4a07ec6cac054d3c5c91e24c92fbf7c10bc78f8e)) +* Fix a bug when hook reference returned empty ([6df2121](https://github.com/timber/teak/commit/6df2121c69e36b5c54210008e6688653f144d021)) +* Fix broken tables ([59549b2](https://github.com/timber/teak/commit/59549b25e2339a009368f53315d703e1395c58d4)) +* Fix hook reference ([533b163](https://github.com/timber/teak/commit/533b163b4efce6410609fe6af7d7f9a067f5c53c)) +* Fix some issues with PHP 8 ([c71f53e](https://github.com/timber/teak/commit/c71f53ed56bb8d02ff6468becc23a283fc89076a)) +* Fix whitespace for table wrappers ([03f93aa](https://github.com/timber/teak/commit/03f93aa076a1d8f7447f9d8e46d8b8f77a272c6c)) +* Only include parent methods that are not already present ([6d3ab73](https://github.com/timber/teak/commit/6d3ab7395dc07b917514303400cc2814fca8c34f)) +* Rename class ([704ede7](https://github.com/timber/teak/commit/704ede7fc49142aa92f7a0079c77a9e35c0e1dd3)) +* Sort properties and methods by name ([34a94d8](https://github.com/timber/teak/commit/34a94d8a0d1572a499bf441ef3ac86b96e760cf9)) + + +### Miscellaneous Chores + +* Add Release Please ([89e3ecb](https://github.com/timber/teak/commit/89e3ecb754c6d99bba4a4cadbe4edd97b67e6709)) +* **main:** release 1.1.0 ([15354ff](https://github.com/timber/teak/commit/15354ffee7e27fcc2d66ccf566805c1ba6379b1c)) +* **main:** release 1.2.0 ([#10](https://github.com/timber/teak/issues/10)) ([8c9463d](https://github.com/timber/teak/commit/8c9463d481d2d6f0be034715f38503a761632fd7)) +* **main:** release 1.2.1 ([#14](https://github.com/timber/teak/issues/14)) ([0a4d890](https://github.com/timber/teak/commit/0a4d89042e761c63c802ff1ea51564d8d108be93)) +* Update Composer dependencies ([17bfa64](https://github.com/timber/teak/commit/17bfa64a01ff1aee97f251130634d018aae45bb3)) + ## [1.2.1](https://github.com/timber/teak/compare/v1.2.0...v1.2.1) (2024-09-19)