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 #4601 from bbc/fix-brandName
Browse files Browse the repository at this point in the history
fix BBC [service name] logo words end slightly cut off on some services (more noticable on Windows)
  • Loading branch information
DarioR01 authored Nov 30, 2021
2 parents 77015fc + 772ffc5 commit 07907b3
Show file tree
Hide file tree
Showing 68 changed files with 405 additions and 297 deletions.
1 change: 1 addition & 0 deletions packages/components/psammead-bulletin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 5.0.52 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 5.0.51 | [PR#4603](https://github.com/bbc/psammead/pull/4603) Bumps dependencies |
| 5.0.50 | [PR#4602](https://github.com/bbc/psammead/pull/4602) Bumps dependencies |
| 5.0.49 | [PR#4597](https://github.com/bbc/psammead/pull/4597) Bumps dependencies |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-bulletin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-bulletin",
"version": "5.0.51",
"version": "5.0.52",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-bulletin/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-live-label": "2.0.32",
"@bbc/psammead-story-promo": "8.0.34",
"@bbc/psammead-styles": "8.0.1",
Expand Down
137 changes: 69 additions & 68 deletions packages/components/psammead-embed-error/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/components/psammead-embed-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-embed-error",
"version": "3.0.31",
"version": "3.0.32",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.0.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.4.10 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 3.4.9 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
| 3.4.8 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies |
| 3.4.7 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-image-placeholder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-image-placeholder",
"version": "3.4.9",
"version": "3.4.10",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-image-placeholder/README.md",
"dependencies": {
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.0.1"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-media-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 6.1.12 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 6.1.12 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
| 6.1.11 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies |
| 6.1.10 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-media-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-media-indicator",
"version": "6.1.12",
"version": "6.1.13",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-media-indicator/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.0.1"
},
"peerDependencies": {
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 |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 5.1.13 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 5.1.13 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles transitive packages |
| 5.1.12 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump from psammead-styles |
| 5.1.11 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles |
Expand Down
8 changes: 4 additions & 4 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": "5.1.13",
"version": "5.1.14",
"description": "Provides a media player with optional placeholder",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -29,10 +29,10 @@
"react": ">=16.9.0"
},
"dependencies": {
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-image": "2.0.8",
"@bbc/psammead-image-placeholder": "3.4.9",
"@bbc/psammead-play-button": "3.0.31"
"@bbc/psammead-image-placeholder": "3.4.10",
"@bbc/psammead-play-button": "3.0.32"
},
"devDependencies": {
"@emotion/styled": "^11.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 9.2.15 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 9.2.14 | [PR#4587](https://github.com/bbc/psammead/pull/4587) Fix TalkBack reading nested spans incorrectly |
| 9.2.13 | [PR#4590](https://github.com/bbc/psammead/pull/4590) Fix talkback comma bug |
| 9.2.12 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-navigation",
"version": "9.2.14",
"version": "9.2.15",
"description": "A navigation bar to use on index pages",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-navigation/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.0.1",
"@bbc/psammead-visually-hidden-text": "2.0.7"
},
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-play-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------------- | ----------- |
| 3.0.32| [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 3.0.31 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
| 3.0.30 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies |
| 3.0.29 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-play-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-play-button",
"version": "3.0.31",
"version": "3.0.32",
"description": "Provides a play button, with optional duration, for playable media.",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -19,7 +19,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-play-button/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.9",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.0.1"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/utilities/psammead-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.1.10 | [PR#4601](https://github.com/bbc/psammead/pull/4601) SVG size adjustments |
| 3.1.9 | [PR#4486](https://github.com/bbc/psammead/pull/4486) upgrade minor/patch dependencies |
| 3.1.8 | [PR#4420](https://github.com/bbc/psammead/pull/4420) bumps 3rd-party dependencies |
| 3.1.7 | [PR#4368](https://github.com/bbc/psammead/pull/4368) use Yarn Workspaces |
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/psammead-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-assets",
"version": "3.1.9",
"version": "3.1.10",
"sideEffects": false,
"description": "A collection of common assets that are likely to be required by many Psammead components or users, such as SVGs or small scripts.",
"repository": {
Expand Down
Loading

0 comments on commit 07907b3

Please sign in to comment.