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

Update @bbc/gel-foundations in all psammead packages #677

Merged
merged 11 commits into from
Jun 25, 2019
1 change: 1 addition & 0 deletions packages/components/psammead-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 4.1.1 | [PR#677](https://github.com/bbc/psammead/pull/677) Use `@bbc/gel-foundations@3.0.0` |
| 4.1.0 | [PR#647](https://github.com/bbc/psammead/pull/647) Add transparent borders with borderTop and borderBottom props |
| 4.0.2 | [PR#649](https://github.com/bbc/psammead/pull/649) Update brand to have a max-width of 80rem |
| 4.0.1 | [PR#642](https://github.com/bbc/psammead/pull/642) Add product and serviceLocalisedName knobs on storybook |
Expand Down
68 changes: 29 additions & 39 deletions packages/components/psammead-brand/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-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-brand",
"version": "4.1.0",
"version": "4.1.1",
"main": "dist/index.js",
"description": "Provides the BBC News logo (as SVG), nested a hardcoded link to https://www.bbc.co.uk/news",
"repository": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-brand/README.md",
"dependencies": {
"@bbc/gel-foundations": "^0.3.0",
"@bbc/gel-foundations": "^3.0.0",
"@bbc/psammead-styles": "^0.3.2",
"@bbc/psammead-visually-hidden-text": "^0.1.10"
},
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-caption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.1.6 | [PR#677](https://github.com/bbc/psammead/pull/677) Use `@bbc/gel-foundations@3.0.0` |
| 1.1.5 | [PR#524](https://github.com/bbc/psammead/pull/524) Add spacing for nested paragraph |
| 1.1.4 | [PR#515](https://github.com/bbc/psammead/pull/515) Update story to use dirDecorator |
| 1.1.3 | [PR#491](https://github.com/bbc/psammead/pull/491) Remove bottom padding from paragraphs within Caption |
Expand Down
82 changes: 53 additions & 29 deletions packages/components/psammead-caption/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-caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-caption",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index.js",
"description": "React styled components for a Caption",
"repository": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-caption/README.md",
"dependencies": {
"@bbc/gel-foundations": "^1.2.0",
"@bbc/gel-foundations": "^3.0.0",
"@bbc/psammead-styles": "^0.3.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ exports[`Caption should render with some offscreen text and arabic script typogr

@media (min-width:37.5rem) {
.c0 {
font-size: 1.25rem;
line-height: 1.625rem;
font-size: 1.125rem;
line-height: 1.5rem;
}
}

Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.0.1 | [PR#677](https://github.com/bbc/psammead/pull/677) Use `@bbc/gel-foundations@3.0.0` |
| 1.0.0 | [PR#617](https://github.com/bbc/psammead/pull/617) Add optional `position` prop, and default position to left of its parent container |
| 0.3.7 | [PR#424](https://github.com/bbc/psammead/pull/424) Add Snyk badge to readme |
| 0.3.6 | [PR#417](https://github.com/bbc/psammead/pull/417) Add text input knob to Copyright |
Expand Down
Loading