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

Commit

Permalink
Merge pull request #4627 from bbc/psammead-image-version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 authored Feb 15, 2022
2 parents 3d32878 + d30d84c commit 750575f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/components/psammead-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.1.2 | [PR#4627](https://github.com/bbc/psammead/pull/4627) Version bump |
| 3.1.1 | [PR#4626](https://github.com/bbc/psammead/pull/4626) Elevate `sizes` attribute to `source` tags |
| 3.1.0 | [PR#4608](https://github.com/bbc/psammead/pull/4608) Derive mime type from srcset |
| 3.0.1 | [PR#4607](https://github.com/bbc/psammead/pull/4607) Fix amp-img fallback value |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-image",
"version": "3.1.1",
"version": "3.1.2",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand Down
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 |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 6.0.5| [PR#4627](https://github.com/bbc/psammead/pull/4627) Bump dependencies|
| 6.0.4| [PR#4626](https://github.com/bbc/psammead/pull/4626) Bump dependencies|
| 6.0.3 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 6.0.2| [PR#4608](https://github.com/bbc/psammead/pull/4608) Bump dependencies|
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-media-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-image": "3.1.1",
"@bbc/psammead-image": "3.1.2",
"@bbc/psammead-image-placeholder": "3.4.11",
"@bbc/psammead-play-button": "3.0.33"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bbc/[email protected].1, @bbc/psammead-image@workspace:packages/components/psammead-image":
"@bbc/[email protected].2, @bbc/psammead-image@workspace:packages/components/psammead-image":
version: 0.0.0-use.local
resolution: "@bbc/psammead-image@workspace:packages/components/psammead-image"
dependencies:
Expand Down Expand Up @@ -1953,7 +1953,7 @@ __metadata:
resolution: "@bbc/psammead-media-player@workspace:packages/components/psammead-media-player"
dependencies:
"@bbc/psammead-assets": 3.1.10
"@bbc/psammead-image": 3.1.1
"@bbc/psammead-image": 3.1.2
"@bbc/psammead-image-placeholder": 3.4.11
"@bbc/psammead-play-button": 3.0.33
"@emotion/styled": ^11.3.0
Expand Down

0 comments on commit 750575f

Please sign in to comment.