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 18, 2024
1 parent 3fafcaf commit 74b3b1e
Show file tree
Hide file tree
Showing 2 changed files with 33 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"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [1.3.0](https://github.com/timber/teak/compare/v1.2.1...v1.3.0) (2024-09-18)


### 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))
* 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 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))
* 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 ([#12](https://github.com/timber/teak/issues/12)) ([3fafcaf](https://github.com/timber/teak/commit/3fafcaf6b5a5ccb5fcf2f4456cdb89ed45356396))
* 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-18)


Expand Down

0 comments on commit 74b3b1e

Please sign in to comment.