Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.0...v2.0.0) (2024-08-13)

### Bug Fixes

* do not break wp_update_term ([#51](#51)) ([70c0ea4](70c0ea4))
* update dependencies to support `@wordpress/scripts` ([#45](#45)) ([de1a172](de1a172))

### Features

* **ga:** add brand as custom parameter to GA4 ([bff4df3](bff4df3))

### BREAKING CHANGES

* Updates dependencies for compatibility with WordPress 6.6.*, but breaks JS in WordPress 6.5.* and below. If you need support for WP 6.5.*, please do not upgrade to this new major version.

* chore: refactor for newspack-scripts dependency updates

* chore: update newspack-scripts to v5.6.0-alpha.3

* chore: add .stylelintrc.js

* chore: update newspack-scripts to v5.6.0-alpha.4

* fix: add missing Prettier config files

* chore: update newspack-scripts to 5.6.0-alpha.5

* chore: update newspack-scripts to v5.6.0-alpha.7

* fix: format SCSS

* chore: update newspack-scripts to v5.6.0-alpha.8

* fix: phpcs errors

* chore: update newspack-components to v3.0.0

* fix: phpcs error

* chore: bump newspack-scripts to v5.5.2
  • Loading branch information
semantic-release-bot committed Aug 13, 2024
1 parent 0561012 commit a575497
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# [2.0.0](https://github.com/Automattic/newspack-multibranded-site/compare/v1.4.0...v2.0.0) (2024-08-13)


### Bug Fixes

* do not break wp_update_term ([#51](https://github.com/Automattic/newspack-multibranded-site/issues/51)) ([70c0ea4](https://github.com/Automattic/newspack-multibranded-site/commit/70c0ea414aa87e2386865011767cb8252b430ef7))
* update dependencies to support `@wordpress/scripts` ([#45](https://github.com/Automattic/newspack-multibranded-site/issues/45)) ([de1a172](https://github.com/Automattic/newspack-multibranded-site/commit/de1a1725911c7a3d2b711099f24f12f11b58ec5e))


### Features

* **ga:** add brand as custom parameter to GA4 ([bff4df3](https://github.com/Automattic/newspack-multibranded-site/commit/bff4df371e5c29d5cd412f7c874547e31f1b0f5c))


### BREAKING CHANGES

* Updates dependencies for compatibility with WordPress 6.6.*, but breaks JS in WordPress 6.5.* and below. If you need support for WP 6.5.*, please do not upgrade to this new major version.

* chore: refactor for newspack-scripts dependency updates

* chore: update newspack-scripts to v5.6.0-alpha.3

* chore: add .stylelintrc.js

* chore: update newspack-scripts to v5.6.0-alpha.4

* fix: add missing Prettier config files

* chore: update newspack-scripts to 5.6.0-alpha.5

* chore: update newspack-scripts to v5.6.0-alpha.7

* fix: format SCSS

* chore: update newspack-scripts to v5.6.0-alpha.8

* fix: phpcs errors

* chore: update newspack-components to v3.0.0

* fix: phpcs error

* chore: bump newspack-scripts to v5.5.2

# [1.4.0](https://github.com/Automattic/newspack-multibranded-site/compare/v1.3.0...v1.4.0) (2024-07-01)


Expand Down
2 changes: 1 addition & 1 deletion newspack-multibranded-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack Multibranded Site
* Description: Brand different content and sections of your site with unique colors and navigation.
* Version: 2.0.0-alpha.1
* Version: 2.0.0
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-multibranded-site",
"version": "1.4.0",
"version": "2.0.0",
"description": "A plugin to allow your site to host multiple brands",
"license": "GPL-3.0",
"browserslist": [
Expand Down

0 comments on commit a575497

Please sign in to comment.