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

Talos - Bump @bbc/psammead-grid, @bbc/psammead-story-promo-list, @bbc/psammead-story-promo #3121

Merged
merged 4 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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 |
|---------|-------------|
| 2.0.78 | [PR#3121](https://github.com/bbc/psammead/pull/3121) Talos - Bump Dependencies - @bbc/psammead-grid |
sareh marked this conversation as resolved.
Show resolved Hide resolved
| 2.0.78 | [PR#3107](https://github.com/bbc/psammead/pull/3107) Update packages. |
| 2.0.77 | [PR#3074](https://github.com/bbc/psammead/pull/3074) Bump @bbc/psammead-timestamp-container version |
| 2.0.76 | [PR#3073](https://github.com/bbc/psammead/pull/3073) Update `@bbc/psammead-media-indicator` to major version 4 & update relevant usage in packages. |
Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead",
"version": "2.0.77",
"version": "2.0.78",
sareh marked this conversation as resolved.
Show resolved Hide resolved
"description": "Core Components Library Developed & Maintained By The Articles and Reach & Languages Team",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -54,7 +54,7 @@
"@bbc/psammead-calendars": "^2.0.5",
"@bbc/psammead-caption": "^2.2.24",
"@bbc/psammead-copyright": "^1.2.22",
"@bbc/psammead-grid": "^1.1.7",
"@bbc/psammead-grid": "^1.1.8",
"@bbc/psammead-image": "^1.2.4",
"@bbc/psammead-image-placeholder": "^1.2.33",
"@bbc/psammead-inline-link": "^1.3.20",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-most-read/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.0.6 | [PR#3121](https://github.com/bbc/psammead/pull/3121) Talos - Bump Dependencies - @bbc/psammead-grid |
| 1.0.5 | [PR#3082](https://github.com/bbc/psammead/pull/3082) Talos - Bump Dependencies - @bbc/psammead-grid |
| 1.0.4 | [PR#3071](https://github.com/bbc/psammead/pull/3071) Update README with missing content |
| 1.0.3 | [PR#3068](https://github.com/bbc/psammead/pull/3068) Add ability to pass additional styles to wrapper component `StyledSection` |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-most-read/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-most-read/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-most-read",
"version": "1.0.5",
"version": "1.0.6",
"description": "A component for the most read item",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@bbc/gel-foundations": "^3.4.3",
"@bbc/psammead-grid": "^1.1.6",
"@bbc/psammead-grid": "^1.1.8",
"@bbc/psammead-section-label": "^3.0.13",
"@bbc/psammead-styles": "^4.3.0"
},
Expand Down