diff --git a/.changeset/forty-pears-laugh.md b/.changeset/forty-pears-laugh.md deleted file mode 100644 index b7c8c58f..00000000 --- a/.changeset/forty-pears-laugh.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -"@wpmedia/feeds-source-content-api-by-day2-block": major -"@wpmedia/feeds-source-content-api-by-day3-block": major -"@wpmedia/feeds-source-content-api-by-day-block": major -"@wpmedia/sitemap-section-index-feature-block": major -"@wpmedia/sitemap-index-by-day-feature-block": major -"@wpmedia/feeds-source-single-content-block": major -"@wpmedia/feeds-source-collections-block": major -"@wpmedia/feeds-source-content-api-block": major -"@wpmedia/rss-google-news-feature-block": major -"@wpmedia/sitemap-section-feature-block": major -"@wpmedia/feeds-source-video-api-block": major -"@wpmedia/rss-flipboard-feature-block": major -"@wpmedia/sitemap-index-feature-block": major -"@wpmedia/sitemap-video-feature-block": major -"@wpmedia/sitemap-news-feature-block": major -"@wpmedia/rss-alexa-feature-block": major -"@wpmedia/rss-fbia-feature-block": major -"@wpmedia/rss-msn-feature-block": major -"@wpmedia/sitemap-feature-block": major -"@wpmedia/mrss-feature-block": major -"@wpmedia/ans-feature-block": major -"@wpmedia/rss-feature-block": major -"@wpmedia/feeds-content-elements": major -"@wpmedia/feeds-promo-items": major -"@wpmedia/feeds-prop-types": major -"@wpmedia/feeds-xml-output": major -"@wpmedia/feeds-resizer": major ---- - -Adds resizer v2 support. diff --git a/blocks/ans-feature-block/CHANGELOG.md b/blocks/ans-feature-block/CHANGELOG.md index f570efc7..3214f788 100644 --- a/blocks/ans-feature-block/CHANGELOG.md +++ b/blocks/ans-feature-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/ans-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/ans-feature-block/package.json b/blocks/ans-feature-block/package.json index eed99a90..4fc98692 100644 --- a/blocks/ans-feature-block/package.json +++ b/blocks/ans-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/ans-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building ANS feeds", "main": "index.js", "files": [ @@ -25,6 +25,6 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0" + "@wpmedia/feeds-resizer": "^2.0.0" } } diff --git a/blocks/feeds-source-collections-block/CHANGELOG.md b/blocks/feeds-source-collections-block/CHANGELOG.md index cc199473..22752ab5 100644 --- a/blocks/feeds-source-collections-block/CHANGELOG.md +++ b/blocks/feeds-source-collections-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-collections-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/feeds-source-collections-block/package.json b/blocks/feeds-source-collections-block/package.json index a3155af9..743fd66f 100644 --- a/blocks/feeds-source-collections-block/package.json +++ b/blocks/feeds-source-collections-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-collections-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Content source to search collections by _id or alias", "main": "index.js", "files": [ @@ -28,7 +28,7 @@ }, "dependencies": { "@wpmedia/feeds-content-source-utils": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7" }, "devDependencies": { diff --git a/blocks/feeds-source-content-api-block/CHANGELOG.md b/blocks/feeds-source-content-api-block/CHANGELOG.md index f70adacd..7114b6fc 100644 --- a/blocks/feeds-source-content-api-block/CHANGELOG.md +++ b/blocks/feeds-source-content-api-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-content-api-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/feeds-source-content-api-block/package.json b/blocks/feeds-source-content-api-block/package.json index f9750321..41698db0 100644 --- a/blocks/feeds-source-content-api-block/package.json +++ b/blocks/feeds-source-content-api-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-content-api-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building sitemaps", "main": "index.js", "files": [ @@ -27,7 +27,7 @@ }, "dependencies": { "@wpmedia/feeds-content-source-utils": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7" }, "devDependencies": { diff --git a/blocks/feeds-source-content-api-by-day-block/CHANGELOG.md b/blocks/feeds-source-content-api-by-day-block/CHANGELOG.md index 528ec33a..c3b09f39 100644 --- a/blocks/feeds-source-content-api-by-day-block/CHANGELOG.md +++ b/blocks/feeds-source-content-api-by-day-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-content-api-by-day-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/feeds-source-content-api-by-day-block/package.json b/blocks/feeds-source-content-api-by-day-block/package.json index 0db764eb..3f7e21e2 100644 --- a/blocks/feeds-source-content-api-by-day-block/package.json +++ b/blocks/feeds-source-content-api-by-day-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-content-api-by-day-block", - "version": "1.15.0", + "version": "2.0.0", "description": "content source to search by a single day, for sitemap/YYYY-MM-DD", "main": "index.js", "files": [ @@ -23,7 +23,7 @@ }, "dependencies": { "@wpmedia/feeds-content-source-utils": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7", "moment": "^2.29.4" }, diff --git a/blocks/feeds-source-content-api-by-day2-block/CHANGELOG.md b/blocks/feeds-source-content-api-by-day2-block/CHANGELOG.md index 0b735f09..516946cd 100644 --- a/blocks/feeds-source-content-api-by-day2-block/CHANGELOG.md +++ b/blocks/feeds-source-content-api-by-day2-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-content-api-by-day2-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/feeds-source-content-api-by-day2-block/package.json b/blocks/feeds-source-content-api-by-day2-block/package.json index 6718c03c..92c4e43c 100644 --- a/blocks/feeds-source-content-api-by-day2-block/package.json +++ b/blocks/feeds-source-content-api-by-day2-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-content-api-by-day2-block", - "version": "1.15.0", + "version": "2.0.0", "description": "content source to search by a single day, 1 hour TTL", "main": "index.js", "files": [ @@ -23,7 +23,7 @@ }, "dependencies": { "@wpmedia/feeds-content-source-utils": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7", "moment": "^2.29.4" }, diff --git a/blocks/feeds-source-content-api-by-day3-block/CHANGELOG.md b/blocks/feeds-source-content-api-by-day3-block/CHANGELOG.md index 78c00058..1692e420 100644 --- a/blocks/feeds-source-content-api-by-day3-block/CHANGELOG.md +++ b/blocks/feeds-source-content-api-by-day3-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-content-api-by-day3-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/feeds-source-content-api-by-day3-block/package.json b/blocks/feeds-source-content-api-by-day3-block/package.json index 0f3bcf9a..d22d6422 100644 --- a/blocks/feeds-source-content-api-by-day3-block/package.json +++ b/blocks/feeds-source-content-api-by-day3-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-content-api-by-day3-block", - "version": "1.15.0", + "version": "2.0.0", "description": "content source to search by a single day, for sitemap/YYYY-MM-DD with 24 hour (86400) ttl.", "main": "index.js", "files": [ @@ -23,7 +23,7 @@ }, "dependencies": { "@wpmedia/feeds-content-source-utils": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7", "moment": "^2.29.4" }, diff --git a/blocks/feeds-source-single-content-block/CHANGELOG.md b/blocks/feeds-source-single-content-block/CHANGELOG.md index 2ff297da..b79a37ae 100644 --- a/blocks/feeds-source-single-content-block/CHANGELOG.md +++ b/blocks/feeds-source-single-content-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-single-content-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/feeds-source-single-content-block/package.json b/blocks/feeds-source-single-content-block/package.json index f8e9f003..656203ff 100644 --- a/blocks/feeds-source-single-content-block/package.json +++ b/blocks/feeds-source-single-content-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-single-content-block", - "version": "1.15.0", + "version": "2.0.0", "description": "content source to get by _id or website_url", "main": "index.js", "files": [ @@ -26,7 +26,7 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7" }, "devDependencies": { diff --git a/blocks/feeds-source-video-api-block/CHANGELOG.md b/blocks/feeds-source-video-api-block/CHANGELOG.md index daedc8c2..21f3ca88 100644 --- a/blocks/feeds-source-video-api-block/CHANGELOG.md +++ b/blocks/feeds-source-video-api-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-source-video-api-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.8.0 ### Minor Changes diff --git a/blocks/feeds-source-video-api-block/package.json b/blocks/feeds-source-video-api-block/package.json index 378f13f6..d7181383 100644 --- a/blocks/feeds-source-video-api-block/package.json +++ b/blocks/feeds-source-video-api-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-source-video-api-block", - "version": "1.8.0", + "version": "2.0.0", "description": "Fusion components for building sitemaps", "main": "index.js", "files": [ @@ -22,7 +22,7 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "axios": "^1.6.7" }, "devDependencies": { diff --git a/blocks/mrss-feature-block/CHANGELOG.md b/blocks/mrss-feature-block/CHANGELOG.md index 6ad5dac0..1c765d51 100644 --- a/blocks/mrss-feature-block/CHANGELOG.md +++ b/blocks/mrss-feature-block/CHANGELOG.md @@ -1,5 +1,18 @@ # @wpmedia/mrss-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/mrss-feature-block/package.json b/blocks/mrss-feature-block/package.json index 9db6b198..6ae76289 100644 --- a/blocks/mrss-feature-block/package.json +++ b/blocks/mrss-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/mrss-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building rss", "main": "index.js", "files": [ @@ -25,9 +25,9 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0", "moment": "^2.29.4" } diff --git a/blocks/rss-alexa-feature-block/CHANGELOG.md b/blocks/rss-alexa-feature-block/CHANGELOG.md index f9f1c386..74e07d85 100644 --- a/blocks/rss-alexa-feature-block/CHANGELOG.md +++ b/blocks/rss-alexa-feature-block/CHANGELOG.md @@ -1,5 +1,18 @@ # @wpmedia/rss-alexa-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-content-elements@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/rss-alexa-feature-block/package.json b/blocks/rss-alexa-feature-block/package.json index 6ca7368f..c3348108 100644 --- a/blocks/rss-alexa-feature-block/package.json +++ b/blocks/rss-alexa-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/rss-alexa-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building rss alexa feed", "main": "index.js", "files": [ @@ -26,9 +26,9 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-content-elements": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-content-elements": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "cheerio": "1.0.0-rc.10", "jmespath": "^0.15.0", "moment": "^2.29.4" diff --git a/blocks/rss-fbia-feature-block/CHANGELOG.md b/blocks/rss-fbia-feature-block/CHANGELOG.md index 39f734ef..770275e5 100644 --- a/blocks/rss-fbia-feature-block/CHANGELOG.md +++ b/blocks/rss-fbia-feature-block/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpmedia/sitemaps-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-content-elements@2.0.0 + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/rss-fbia-feature-block/package.json b/blocks/rss-fbia-feature-block/package.json index b4f8bdd4..34fc93fe 100644 --- a/blocks/rss-fbia-feature-block/package.json +++ b/blocks/rss-fbia-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/rss-fbia-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building Facebook Instant Articles", "main": "index.js", "files": [ @@ -27,10 +27,10 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-content-elements": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-content-elements": "^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0", "moment": "^2.29.4", "xmlbuilder2": "2.1.7" diff --git a/blocks/rss-feature-block/CHANGELOG.md b/blocks/rss-feature-block/CHANGELOG.md index 3989b619..bbc08d55 100644 --- a/blocks/rss-feature-block/CHANGELOG.md +++ b/blocks/rss-feature-block/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpmedia/rss-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-content-elements@2.0.0 + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/rss-feature-block/package.json b/blocks/rss-feature-block/package.json index f1b600b9..ea33b7b0 100644 --- a/blocks/rss-feature-block/package.json +++ b/blocks/rss-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/rss-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building rss", "main": "index.js", "files": [ @@ -26,10 +26,10 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-content-elements": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-content-elements": "^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0", "moment": "^2.29.4" } diff --git a/blocks/rss-flipboard-feature-block/CHANGELOG.md b/blocks/rss-flipboard-feature-block/CHANGELOG.md index c97744cd..d080b081 100644 --- a/blocks/rss-flipboard-feature-block/CHANGELOG.md +++ b/blocks/rss-flipboard-feature-block/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpmedia/rss-google-news-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-content-elements@2.0.0 + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/rss-flipboard-feature-block/package.json b/blocks/rss-flipboard-feature-block/package.json index a6f14d4f..01f12a24 100644 --- a/blocks/rss-flipboard-feature-block/package.json +++ b/blocks/rss-flipboard-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/rss-flipboard-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building flipboard-rss", "main": "index.js", "files": [ @@ -25,10 +25,10 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-content-elements": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-content-elements": "^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0", "moment": "^2.29.4" } diff --git a/blocks/rss-google-news-feature-block/CHANGELOG.md b/blocks/rss-google-news-feature-block/CHANGELOG.md index c529db45..da75ca4f 100644 --- a/blocks/rss-google-news-feature-block/CHANGELOG.md +++ b/blocks/rss-google-news-feature-block/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpmedia/rss-google-news-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-content-elements@2.0.0 + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/rss-google-news-feature-block/package.json b/blocks/rss-google-news-feature-block/package.json index d6f6b1ca..4249e61f 100644 --- a/blocks/rss-google-news-feature-block/package.json +++ b/blocks/rss-google-news-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/rss-google-news-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building google-news-rss", "main": "index.js", "files": [ @@ -26,10 +26,10 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-content-elements": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-content-elements": "^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0", "moment": "^2.29.4" } diff --git a/blocks/rss-msn-feature-block/CHANGELOG.md b/blocks/rss-msn-feature-block/CHANGELOG.md index d72fcb83..eefc3cab 100644 --- a/blocks/rss-msn-feature-block/CHANGELOG.md +++ b/blocks/rss-msn-feature-block/CHANGELOG.md @@ -1,5 +1,19 @@ # @wpmedia/rss-msn-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-content-elements@2.0.0 + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/rss-msn-feature-block/package.json b/blocks/rss-msn-feature-block/package.json index 4c9ff180..c3430932 100644 --- a/blocks/rss-msn-feature-block/package.json +++ b/blocks/rss-msn-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/rss-msn-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building msn-rss", "main": "index.js", "files": [ @@ -26,10 +26,10 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-content-elements": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.10 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-content-elements": "^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0", "moment": "^2.29.4" } diff --git a/blocks/sitemap-feature-block/CHANGELOG.md b/blocks/sitemap-feature-block/CHANGELOG.md index 6dd7d004..593fb3c1 100644 --- a/blocks/sitemap-feature-block/CHANGELOG.md +++ b/blocks/sitemap-feature-block/CHANGELOG.md @@ -1,5 +1,17 @@ # @wpmedia/sitemaps-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-feature-block/package.json b/blocks/sitemap-feature-block/package.json index 143b65d7..86ba536f 100644 --- a/blocks/sitemap-feature-block/package.json +++ b/blocks/sitemap-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building sitemaps", "main": "index.js", "files": [ @@ -25,7 +25,7 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.8 || ^2.0.0" + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0" } } diff --git a/blocks/sitemap-index-by-day-feature-block/CHANGELOG.md b/blocks/sitemap-index-by-day-feature-block/CHANGELOG.md index 7f935960..388bec0e 100644 --- a/blocks/sitemap-index-by-day-feature-block/CHANGELOG.md +++ b/blocks/sitemap-index-by-day-feature-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpmedia/sitemap-index-by-day-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-index-by-day-feature-block/package.json b/blocks/sitemap-index-by-day-feature-block/package.json index 2355a57f..f07d2520 100644 --- a/blocks/sitemap-index-by-day-feature-block/package.json +++ b/blocks/sitemap-index-by-day-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-index-by-day-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion feature for building sitemap-index by day", "main": "index.js", "files": [ diff --git a/blocks/sitemap-index-feature-block/CHANGELOG.md b/blocks/sitemap-index-feature-block/CHANGELOG.md index 7a6b7b7e..f1c20c94 100644 --- a/blocks/sitemap-index-feature-block/CHANGELOG.md +++ b/blocks/sitemap-index-feature-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpmedia/sitemap-index-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-index-feature-block/package.json b/blocks/sitemap-index-feature-block/package.json index d25e812a..14d4f2aa 100644 --- a/blocks/sitemap-index-feature-block/package.json +++ b/blocks/sitemap-index-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-index-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building sitemap-index", "main": "index.js", "files": [ diff --git a/blocks/sitemap-news-feature-block/CHANGELOG.md b/blocks/sitemap-news-feature-block/CHANGELOG.md index 7b744b38..29b12a39 100644 --- a/blocks/sitemap-news-feature-block/CHANGELOG.md +++ b/blocks/sitemap-news-feature-block/CHANGELOG.md @@ -1,5 +1,17 @@ # @wpmedia/sitemaps-news-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-promo-items@2.0.0 + - @wpmedia/feeds-prop-types@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-news-feature-block/package.json b/blocks/sitemap-news-feature-block/package.json index efb88d39..04b1a81f 100644 --- a/blocks/sitemap-news-feature-block/package.json +++ b/blocks/sitemap-news-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-news-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building news sitemaps", "main": "index.js", "files": [ @@ -26,8 +26,8 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-promo-items": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-prop-types": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-promo-items": "^2.0.0", + "@wpmedia/feeds-prop-types": "^2.0.0", "jmespath": "^0.15.0" } } diff --git a/blocks/sitemap-section-feature-block/CHANGELOG.md b/blocks/sitemap-section-feature-block/CHANGELOG.md index 0de15781..f9f5533c 100644 --- a/blocks/sitemap-section-feature-block/CHANGELOG.md +++ b/blocks/sitemap-section-feature-block/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/sitemap-section-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-prop-types@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-section-feature-block/package.json b/blocks/sitemap-section-feature-block/package.json index b05519b0..b8904c3b 100644 --- a/blocks/sitemap-section-feature-block/package.json +++ b/blocks/sitemap-section-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-section-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "sitemaps section using Site Service", "main": "index.js", "files": [ @@ -25,6 +25,6 @@ "build": "" }, "dependencies": { - "@wpmedia/feeds-prop-types": "^1.0.8 || ^2.0.0" + "@wpmedia/feeds-prop-types": "^2.0.0" } } diff --git a/blocks/sitemap-section-index-feature-block/CHANGELOG.md b/blocks/sitemap-section-index-feature-block/CHANGELOG.md index 91550bf7..c336de28 100644 --- a/blocks/sitemap-section-index-feature-block/CHANGELOG.md +++ b/blocks/sitemap-section-index-feature-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpmedia/sitemap-section-index-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-section-index-feature-block/package.json b/blocks/sitemap-section-index-feature-block/package.json index d850a52c..3548837c 100644 --- a/blocks/sitemap-section-index-feature-block/package.json +++ b/blocks/sitemap-section-index-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-section-index-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "sitemaps section index using Site Service", "main": "index.js", "files": [ diff --git a/blocks/sitemap-video-feature-block/CHANGELOG.md b/blocks/sitemap-video-feature-block/CHANGELOG.md index 2ab359bc..78404d18 100644 --- a/blocks/sitemap-video-feature-block/CHANGELOG.md +++ b/blocks/sitemap-video-feature-block/CHANGELOG.md @@ -1,5 +1,17 @@ # @wpmedia/sitemap-video-feature-block +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-prop-types@2.0.0 + - @wpmedia/feeds-resizer@2.0.0 + ## 1.15.0 ### Minor Changes diff --git a/blocks/sitemap-video-feature-block/package.json b/blocks/sitemap-video-feature-block/package.json index 1047cb69..5cea2483 100644 --- a/blocks/sitemap-video-feature-block/package.json +++ b/blocks/sitemap-video-feature-block/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/sitemap-video-feature-block", - "version": "1.15.0", + "version": "2.0.0", "description": "Fusion components for building sitemaps", "main": "index.js", "files": [ @@ -29,7 +29,7 @@ "dependencies": { "jmespath": "^0.15.0", "@wpmedia/feeds-find-video-stream": "^1.0.8", - "@wpmedia/feeds-prop-types": "^1.0.8 || ^2.0.0", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0" + "@wpmedia/feeds-prop-types": "^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0" } } diff --git a/utils/content-elements/CHANGELOG.md b/utils/content-elements/CHANGELOG.md index 1017c3f7..06f2eb11 100644 --- a/utils/content-elements/CHANGELOG.md +++ b/utils/content-elements/CHANGELOG.md @@ -1,5 +1,16 @@ # @wpmedia/feeds-content-elements +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 + ## 1.0.2 ### Patch Changes diff --git a/utils/content-elements/package.json b/utils/content-elements/package.json index f987cf57..3657172c 100644 --- a/utils/content-elements/package.json +++ b/utils/content-elements/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-content-elements", - "version": "1.0.10", + "version": "2.0.0", "description": "Shared arcio content_elements module", "main": "dist/es/index.js", "type": "module", @@ -24,7 +24,7 @@ "license": "CC-BY-NC-ND-4.0", "dependencies": { "@wpmedia/feeds-find-video-stream": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "cheerio": "1.0.0-rc.10", "he": "^1.2.0", "jmespath": "^0.15.0", diff --git a/utils/promo-items/CHANGELOG.md b/utils/promo-items/CHANGELOG.md new file mode 100644 index 00000000..ba25ce89 --- /dev/null +++ b/utils/promo-items/CHANGELOG.md @@ -0,0 +1,12 @@ +# @wpmedia/feeds-promo-items + +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + +### Patch Changes + +- Updated dependencies [[`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995)]: + - @wpmedia/feeds-resizer@2.0.0 diff --git a/utils/promo-items/package.json b/utils/promo-items/package.json index 0fc83b3a..64cc9669 100644 --- a/utils/promo-items/package.json +++ b/utils/promo-items/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-promo-items", - "version": "1.0.8", + "version": "2.0.0", "description": "Shared arcio promo_items module", "main": "dist/es/index.js", "type": "module", @@ -24,7 +24,7 @@ "license": "CC-BY-NC-ND-4.0", "dependencies": { "@wpmedia/feeds-find-video-stream": "^1.0.8", - "@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0", + "@wpmedia/feeds-resizer": "^2.0.0", "jmespath": "^0.15.0" }, "devDependencies": { diff --git a/utils/prop-types/CHANGELOG.md b/utils/prop-types/CHANGELOG.md index adfc8d83..fb2c3517 100644 --- a/utils/prop-types/CHANGELOG.md +++ b/utils/prop-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpmedia/feeds-prop-types +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + ## 1.0.2 ### Patch Changes diff --git a/utils/prop-types/package.json b/utils/prop-types/package.json index 90294fe4..c9ac44be 100644 --- a/utils/prop-types/package.json +++ b/utils/prop-types/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-prop-types", - "version": "1.0.10", + "version": "2.0.0", "description": "Shared fusion prop-type tag info", "main": "dist/es/index.js", "type": "module", diff --git a/utils/resizer/CHANGELOG.md b/utils/resizer/CHANGELOG.md index 52e94c87..0ddeda00 100644 --- a/utils/resizer/CHANGELOG.md +++ b/utils/resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpmedia/feeds-resizer +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + ## 0.3.0 ### Minor Changes diff --git a/utils/resizer/package.json b/utils/resizer/package.json index e677b630..361633c6 100644 --- a/utils/resizer/package.json +++ b/utils/resizer/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-resizer", - "version": "1.0.8", + "version": "2.0.0", "description": "Utilities to manage image resizing", "main": "dist/es/index.js", "type": "module", diff --git a/utils/xml-output/CHANGELOG.md b/utils/xml-output/CHANGELOG.md index d25706fe..90faef71 100644 --- a/utils/xml-output/CHANGELOG.md +++ b/utils/xml-output/CHANGELOG.md @@ -1,5 +1,11 @@ # @wpmedia/feeds-xml-output +## 2.0.0 + +### Major Changes + +- [#665](https://github.com/WPMedia/feed-components/pull/665) [`c39ce40`](https://github.com/WPMedia/feed-components/commit/c39ce40bc95a95755bff01b4616a170e69572995) Thanks [@nschubach](https://github.com/nschubach)! - Adds resizer v2 support. + ## 1.1.0 ### Minor Changes diff --git a/utils/xml-output/package.json b/utils/xml-output/package.json index 102abe4a..2d7866f2 100644 --- a/utils/xml-output/package.json +++ b/utils/xml-output/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/feeds-xml-output", - "version": "1.1.0", + "version": "2.0.0", "description": "For use in creating an XML output type", "main": "dist/es/index.js", "type": "module",