Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Talos - Bump @bbc/psammead-brand, @bbc/psammead-bulletin, @bbc/psammead-content-anchor... #4228

Merged
merged 3 commits into from
Jan 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 4.0.66 | [PR#4228](https://github.com/bbc/psammead/pull/4228) Talos - Bump Dependencies - @bbc/psammead-brand, @bbc/psammead-bulletin, @bbc/psammead-episode-list, @bbc/psammead-media-player, @bbc/psammead-most-read, @bbc/psammead-radio-schedule, @bbc/psammead-timestamp-container |
| 4.0.65 | [PR#4227](https://github.com/bbc/psammead/pull/4227) Talos - Bump Dependencies - @bbc/psammead-brand, @bbc/psammead-bulleted-list, @bbc/psammead-bulletin, @bbc/psammead-byline, @bbc/psammead-caption, @bbc/psammead-consent-banner, @bbc/psammead-copyright, @bbc/psammead-embed-error, @bbc/psammead-episode-list, @bbc/psammead-grid, @bbc/psammead-heading-index, @bbc/psammead-headings, @bbc/psammead-image-placeholder, @bbc/psammead-inline-link, @bbc/psammead-live-label, @bbc/psammead-media-indicator, @bbc/psammead-most-read, @bbc/psammead-navigation, @bbc/psammead-paragraph, @bbc/psammead-play-button, @bbc/psammead-radio-schedule, @bbc/psammead-script-link, @bbc/psammead-section-label, @bbc/psammead-sitewide-links, @bbc/psammead-social-embed, @bbc/psammead-story-promo, @bbc/psammead-story-promo-list, @bbc/psammead-timestamp, @bbc/psammead-useful-links |
| 4.0.64 | [PR#4226](https://github.com/bbc/psammead/pull/4226) Talos - Bump Dependencies - @bbc/psammead-styles |
| 4.0.63 | [PR#4223](https://github.com/bbc/psammead/pull/4223) Updated pinned dependencies to resolve security vulnerabilities and remove unecessary pinning |
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead",
"version": "4.0.65",
"version": "4.0.66",
"description": "Core Components Library Developed & Maintained By The Articles and Reach & Languages Team",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -59,9 +59,9 @@
"@bbc/moment-timezone-include": "^1.1.4",
"@bbc/psammead-amp-geo": "^1.2.0",
"@bbc/psammead-assets": "^3.1.2",
"@bbc/psammead-brand": "^7.0.18",
"@bbc/psammead-brand": "^7.0.19",
"@bbc/psammead-bulleted-list": "^3.0.7",
"@bbc/psammead-bulletin": "^5.0.17",
"@bbc/psammead-bulletin": "^5.0.18",
"@bbc/psammead-byline": "^3.0.7",
"@bbc/psammead-calendars": "^2.0.19",
"@bbc/psammead-caption": "^4.1.3",
Expand All @@ -70,7 +70,7 @@
"@bbc/psammead-copyright": "^3.0.7",
"@bbc/psammead-detokeniser": "^1.0.0",
"@bbc/psammead-embed-error": "^3.0.9",
"@bbc/psammead-episode-list": "1.0.6",
"@bbc/psammead-episode-list": "1.0.7",
"@bbc/psammead-figure": "^2.0.1",
"@bbc/psammead-grid": "^3.0.10",
"@bbc/psammead-heading-index": "^3.0.7",
Expand All @@ -80,13 +80,13 @@
"@bbc/psammead-inline-link": "^3.0.6",
"@bbc/psammead-live-label": "^2.0.8",
"@bbc/psammead-locales": "^5.0.0",
"@bbc/psammead-media-player": "^5.0.16",
"@bbc/psammead-media-player": "^5.0.17",
"@bbc/psammead-media-indicator": "^6.0.9",
"@bbc/psammead-most-read": "^6.0.15",
"@bbc/psammead-most-read": "^6.0.16",
"@bbc/psammead-navigation": "^9.0.1",
"@bbc/psammead-paragraph": "^4.0.7",
"@bbc/psammead-play-button": "^3.0.9",
"@bbc/psammead-radio-schedule": "5.1.8",
"@bbc/psammead-radio-schedule": "5.1.9",
"@bbc/psammead-rich-text-transforms": "^2.0.2",
"@bbc/psammead-script-link": "^3.0.8",
"@bbc/psammead-section-label": "^7.0.8",
Expand All @@ -98,7 +98,7 @@
"@bbc/psammead-styles": "^7.0.3",
"@bbc/psammead-test-helpers": "^5.0.2",
"@bbc/psammead-timestamp": "^4.0.8",
"@bbc/psammead-timestamp-container": "^5.0.16",
"@bbc/psammead-timestamp-container": "^5.0.17",
"@bbc/psammead-useful-links": "^3.0.8",
"@bbc/psammead-visually-hidden-text": "^2.0.1",
"@loadable/babel-plugin": "^5.13.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-radio-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 5.1.10 | [PR#4228](https://github.com/bbc/psammead/pull/4228) Talos - Bump Dependencies - @bbc/psammead-timestamp-container |
| 5.1.9 | [PR#4227](https://github.com/bbc/psammead/pull/4227) Talos - Bump Dependencies - @bbc/psammead-grid, @bbc/psammead-live-label |
| 5.1.8 | [PR#4226](https://github.com/bbc/psammead/pull/4226) Talos - Bump Dependencies - @bbc/psammead-styles |
| 5.1.7 | [PR#4198](https://github.com/bbc/psammead/pull/4198) Talos - Bump Dependencies - @bbc/psammead-timestamp-container |
Expand Down
18 changes: 9 additions & 9 deletions packages/components/psammead-radio-schedule/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/components/psammead-radio-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-radio-schedule",
"version": "5.1.9",
"version": "5.1.10",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -24,7 +24,7 @@
"@bbc/psammead-grid": "^3.0.10",
"@bbc/psammead-live-label": "^2.0.8",
"@bbc/psammead-styles": "^7.0.3",
"@bbc/psammead-timestamp-container": "^5.0.16",
"@bbc/psammead-timestamp-container": "^5.0.17",
"@bbc/psammead-detokeniser": "^1.0.0"
},
"peerDependencies": {
Expand Down