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 #2380 from bbc/Talos/2019101494652
Browse files Browse the repository at this point in the history
Talos - Bump @bbc/psammead-styles
  • Loading branch information
OlgaLyubin authored Oct 14, 2019
2 parents fb577e3 + a8a0554 commit 19840f9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
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,5 +3,6 @@
<!-- prettier-ignore -->
| Version | Description |
| ------------- | ----------- |
| 1.0.0-alpha.2 | [PR#2380](https://github.com/bbc/psammead/pull/2380) Talos - Bump Dependencies - @bbc/psammead-styles |
| 1.0.0-alpha.1 | [PR#2318](https://github.com/bbc/psammead/pull/2318) Update snapshot. |
| 1.0.0-alpha.0 | [PR#2253](https://github.com/bbc/psammead/pull/2253) Create initial package. |
8 changes: 4 additions & 4 deletions packages/components/psammead-play-button/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-play-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-play-button",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"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": "^3.4.0",
"@bbc/psammead-styles": "^2.3.0",
"@bbc/psammead-styles": "^4.0.1",
"@bbc/psammead-assets": "^2.4.1"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-useful-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 1.0.1 | [PR#2380](https://github.com/bbc/psammead/pull/2380) Talos - Bump Dependencies - @bbc/psammead-styles |
| 1.0.0 | [PR#2370](https://github.com/bbc/psammead/pull/2370) Alpha tag removed from component |
| 1.0.0-alpha.4 | [PR#2365](https://github.com/bbc/psammead/pull/2365) Change size of column gap |
| 1.0.0-alpha.3 | [PR#2313](https://github.com/bbc/psammead/pull/2313) Fix styling for css grid |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-useful-links/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-useful-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-useful-links",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-useful-links/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.4.0",
"@bbc/psammead-styles": "^2.3.0"
"@bbc/psammead-styles": "^4.0.1"
},
"peerDependencies": {
"react": "^16.9.0",
Expand Down

0 comments on commit 19840f9

Please sign in to comment.