Skip to content

Commit

Permalink
Merge pull request #719 from WPMedia/changeset-release/prod
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
nschubach authored Jul 15, 2024
2 parents 3820e3a + 253009c commit 0c32872
Show file tree
Hide file tree
Showing 49 changed files with 268 additions and 101 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-rice-worry.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/green-eels-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-buckets-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-snails-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-knives-tan.md

This file was deleted.

11 changes: 11 additions & 0 deletions blocks/ans-feature-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wpmedia/ans-feature-block

## 2.0.2

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- [#714](https://github.com/WPMedia/feed-components/pull/714) [`e03db78`](https://github.com/WPMedia/feed-components/commit/e03db78283d8d464a0abd415f7ca4e24ab614e06) Thanks [@vgalatro](https://github.com/vgalatro)! - Added missing custom field

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/ans-feature-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/ans-feature-block",
"version": "2.0.1",
"version": "2.0.2",
"description": "Fusion components for building ANS feeds",
"main": "index.js",
"files": [
Expand All @@ -25,6 +25,6 @@
"build": ""
},
"dependencies": {
"@wpmedia/feeds-resizer": "2.0.0"
"@wpmedia/feeds-resizer": "2.0.1"
}
}
9 changes: 9 additions & 0 deletions blocks/feeds-source-collections-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-collections-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-collections-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-collections-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "Content source to search collections by _id or alias",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions blocks/feeds-source-content-api-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-content-api-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-content-api-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-content-api-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "Fusion components for building sitemaps",
"main": "index.js",
"files": [
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions blocks/feeds-source-content-api-by-day-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-content-api-by-day-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-content-api-by-day-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-content-api-by-day-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "content source to search by a single day, for sitemap/YYYY-MM-DD",
"main": "index.js",
"files": [
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7",
"moment": "^2.29.4"
},
Expand Down
9 changes: 9 additions & 0 deletions blocks/feeds-source-content-api-by-day2-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-content-api-by-day2-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-content-api-by-day2-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-content-api-by-day2-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "content source to search by a single day, 1 hour TTL",
"main": "index.js",
"files": [
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7",
"moment": "^2.29.4"
},
Expand Down
9 changes: 9 additions & 0 deletions blocks/feeds-source-content-api-by-day3-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-content-api-by-day3-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-content-api-by-day3-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-content-api-by-day3-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "content source to search by a single day, for sitemap/YYYY-MM-DD with 24 hour (86400) ttl.",
"main": "index.js",
"files": [
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7",
"moment": "^2.29.4"
},
Expand Down
9 changes: 9 additions & 0 deletions blocks/feeds-source-single-content-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-single-content-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-single-content-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-single-content-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "content source to get by _id or website_url",
"main": "index.js",
"files": [
Expand All @@ -26,7 +26,7 @@
"build": ""
},
"dependencies": {
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions blocks/feeds-source-video-api-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmedia/feeds-source-video-api-block

## 2.0.1

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-resizer@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions blocks/feeds-source-video-api-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/feeds-source-video-api-block",
"version": "2.0.0",
"version": "2.0.1",
"description": "Fusion components for building sitemaps",
"main": "index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"build": ""
},
"dependencies": {
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"axios": "^1.6.7"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions blocks/mrss-feature-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wpmedia/mrss-feature-block

## 2.0.2

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-promo-items@2.0.1
- @wpmedia/feeds-resizer@2.0.1

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions blocks/mrss-feature-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/mrss-feature-block",
"version": "2.0.1",
"version": "2.0.2",
"description": "Fusion components for building rss",
"main": "index.js",
"files": [
Expand All @@ -25,9 +25,9 @@
"build": ""
},
"dependencies": {
"@wpmedia/feeds-promo-items": "2.0.0",
"@wpmedia/feeds-promo-items": "2.0.1",
"@wpmedia/feeds-prop-types": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"jmespath": "^0.15.0",
"moment": "^2.29.4"
}
Expand Down
12 changes: 12 additions & 0 deletions blocks/rss-alexa-feature-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @wpmedia/rss-alexa-feature-block

## 2.0.2

### Patch Changes

- [#716](https://github.com/WPMedia/feed-components/pull/716) [`e4be3ca`](https://github.com/WPMedia/feed-components/commit/e4be3ca2b444a498a8a5003edc62bd75bdcb3d89) Thanks [@nschubach](https://github.com/nschubach)! - Set proper Cheerio version

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`e4be3ca`](https://github.com/WPMedia/feed-components/commit/e4be3ca2b444a498a8a5003edc62bd75bdcb3d89), [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-content-elements@2.0.1
- @wpmedia/feeds-resizer@2.0.1

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions blocks/rss-alexa-feature-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmedia/rss-alexa-feature-block",
"version": "2.0.1",
"version": "2.0.2",
"description": "Fusion components for building rss alexa feed",
"main": "index.js",
"files": [
Expand All @@ -26,9 +26,9 @@
"build": ""
},
"dependencies": {
"@wpmedia/feeds-content-elements": "2.0.0",
"@wpmedia/feeds-content-elements": "2.0.1",
"@wpmedia/feeds-prop-types": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.0",
"@wpmedia/feeds-resizer": "2.0.1",
"cheerio": "1.0.0-rc.10",
"jmespath": "^0.15.0",
"moment": "^2.29.4"
Expand Down
11 changes: 11 additions & 0 deletions blocks/rss-fbia-feature-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wpmedia/sitemaps-feature-block

## 2.0.2

### Patch Changes

- [#711](https://github.com/WPMedia/feed-components/pull/711) [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04) Thanks [@nschubach](https://github.com/nschubach)! - Pin dependencies

- Updated dependencies [[`e4be3ca`](https://github.com/WPMedia/feed-components/commit/e4be3ca2b444a498a8a5003edc62bd75bdcb3d89), [`9c233c4`](https://github.com/WPMedia/feed-components/commit/9c233c4c7cc360008918141b5c51b434736bba04), [`6138434`](https://github.com/WPMedia/feed-components/commit/613843452b6e5b5b25c6b095c5794e6d8fb704d5)]:
- @wpmedia/feeds-content-elements@2.0.1
- @wpmedia/feeds-promo-items@2.0.1
- @wpmedia/feeds-resizer@2.0.1

## 2.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 0c32872

Please sign in to comment.