diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7572849 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.1.0](https://github.com/archetype-themes/reference-theme/compare/v1.0.0...v1.1.0) (2025-03-04) + + +### Features + +* add some colors ([6c203f2](https://github.com/archetype-themes/reference-theme/commit/6c203f2a31c6b3378a1d51d443044b6e2bbf7a60)) +* add to cart ([e74cc59](https://github.com/archetype-themes/reference-theme/commit/e74cc598ce4ab6c945ced7e91fc5041ea03eaf28)) +* **block-title:** add dynamic sources support ([6561d65](https://github.com/archetype-themes/reference-theme/commit/6561d65a6e2cd4481a9c7e8514b3195f5848d8fd)) +* description block ([b9b6eb3](https://github.com/archetype-themes/reference-theme/commit/b9b6eb399cb73809c5f9ba1a059f19dcedba4114)) +* main-product section ([7b7c332](https://github.com/archetype-themes/reference-theme/commit/7b7c332174be5f481df498b25542742890a2510d)) +* title block ([eb5c0af](https://github.com/archetype-themes/reference-theme/commit/eb5c0afe4fcfcec0a578d776e035f22d714ead2a)) diff --git a/config/settings_schema.json b/config/settings_schema.json index fc23603..4b873aa 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -2,7 +2,7 @@ { "name": "theme_info", "theme_name": "Reference theme", - "theme_version": "1.0.0", + "theme_version": "1.1.0", "theme_author": "Archetype Themes LP", "theme_documentation_url": "https://github.com/archetype-themes/devkit", "theme_support_url": "https://github.com/archetype-themes/devkit/discussions"