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

Dependency bumps #3845

Merged
merged 6 commits into from
Oct 9, 2020
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 packages/components/psammead-media-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 4.0.0-alpha.0 | [PR#3845](https://github.com/bbc/psammead/pull/3845) Bump Dependencies - @bbc/psammead-image-placeholder, @bbc/psammead-play-button alpha version |
| 3.0.3 | [PR#3816](https://github.com/bbc/psammead/pull/3816) Talos - Bump Dependencies |
| 3.0.2 | [PR#3728](https://github.com/bbc/psammead/pull/3728) Tweaks following Storybook v5.3.19 to v6.0.22 update |
| 3.0.1 | [PR#3798](https://github.com/bbc/psammead/pull/3798) Talos - Bump Dependencies
Expand Down
28 changes: 14 additions & 14 deletions packages/components/psammead-media-player/package-lock.json

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

9 changes: 6 additions & 3 deletions packages/components/psammead-media-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-media-player",
"version": "3.0.3",
"version": "4.0.0-alpha.0",
"description": "Provides a media player with optional placeholder",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -29,9 +29,12 @@
"styled-components": "^4.3.2"
},
"dependencies": {
"@bbc/psammead-image-placeholder": "^1.2.45",
"@bbc/psammead-image-placeholder": "^2.0.0-alpha.0",
"@bbc/psammead-assets": "^2.14.2",
"@bbc/psammead-image": "^1.2.5",
"@bbc/psammead-play-button": "^1.1.24"
"@bbc/psammead-play-button": "^2.0.0-alpha.0"
},
"publishConfig": {
"tag": "alpha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 5.0.0-alpha.0 | [PR#3845](https://github.com/bbc/psammead/pull/3845) Bump Dependencies - @bbc/psammead-timestamp alpha version |
| 4.0.13 | [PR#3829](https://github.com/bbc/psammead/pull/3829) Talos - Bump Dependencies - @bbc/psammead-timestamp |
| 4.0.12 | [PR#3816](https://github.com/bbc/psammead/pull/3816) Talos - Bump Dependencies |
| 4.0.11 | [PR#3728](https://github.com/bbc/psammead/pull/3728) Tweaks following Storybook v5.3.19 to v6.0.22 update |
Expand Down

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

7 changes: 5 additions & 2 deletions packages/containers/psammead-timestamp-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-timestamp-container",
"version": "4.0.13",
"version": "5.0.0-alpha.0",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@bbc/gel-foundations": "^4.3.0",
"@bbc/psammead-timestamp": "^2.2.37",
"@bbc/psammead-timestamp": "^3.0.0-alpha.0",
"moment-timezone": "^0.5.26"
},
"devDependencies": {
Expand All @@ -35,5 +35,8 @@
"peerDependencies": {
"react": "^16.9.0",
"moment": "^2.24.0"
},
"publishConfig": {
"tag": "alpha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports[`Timestamp should render without a leading zero on the day 1`] = `
line-height: 1.125rem;
color: #6E6E73;
display: block;
font-family: "BBC Nassim Persian",Arial,Verdana,Geneva,Helvetica,sans-serif;
font-family: "BBC Reith Qalam",Arial,Verdana,Geneva,Helvetica,sans-serif;
font-weight: 400;
font-style: normal;
padding-bottom: 0.25rem;
Expand Down