Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 0a4d890 commit e64b38e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.3.0"
}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit e64b38e

Please sign in to comment.