From 7d3b7217bee0e5113c6935ceeb3eb024c5d603a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:37:14 +0000 Subject: [PATCH] chore(2.x): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f697def..062afef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Timber Integration for WooCommerce +## [2.0.0](https://github.com/mindkomm/timber-integration-woocommerce/compare/v1.1.0...v2.0.0) (2024-09-10) + + +### ⚠ BREAKING CHANGES + +* Deprecate `theme/woocommerce/views_folder` filter in favor of `timber/woocommerce/views_folder` +* Deprecate timber/integration/woocommerce/product filter in favor of timber/woocommerce/product ([#50](https://github.com/mindkomm/timber-integration-woocommerce/issues/50)) +* Remove `woocommerce_shop_loop` hook call in `Product::setup()` to reduce side effects ([#48](https://github.com/mindkomm/timber-integration-woocommerce/issues/48)) + +### Features + +* Deprecate `theme/woocommerce/views_folder` filter in favor of `timber/woocommerce/views_folder` ([ac58e4f](https://github.com/mindkomm/timber-integration-woocommerce/commit/ac58e4fc991ad79fa2057660c5be285d5af278d2)) +* Deprecate timber/integration/woocommerce/product filter in favor of timber/woocommerce/product ([#50](https://github.com/mindkomm/timber-integration-woocommerce/issues/50)) ([359eddb](https://github.com/mindkomm/timber-integration-woocommerce/commit/359eddbeec707b90ad4a7cd6fe4b2edf3ba9e458)) +* Remove `woocommerce_shop_loop` hook call in `Product::setup()` to reduce side effects ([#48](https://github.com/mindkomm/timber-integration-woocommerce/issues/48)) ([484e621](https://github.com/mindkomm/timber-integration-woocommerce/commit/484e6211d3b703626bce9daea7bbd00decf39f36)) + ## [1.1.0](https://github.com/mindkomm/timber-integration-woocommerce/compare/1.0.1...v1.1.0) (2024-09-10)