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 #3771 from rossgaskell/create-optimo-base-service
Browse files Browse the repository at this point in the history
Create Optimo Base service
  • Loading branch information
Ross Gaskell authored Oct 1, 2020
2 parents 643ac51 + 548a65a commit 2887a07
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 40 deletions.
1 change: 1 addition & 0 deletions packages/utilities/psammead-storybook-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 8.4.0 | [PR#3771](https://github.com/bbc/psammead/pull/3771) Create Optimo Base service |
| 8.3.5 | [PR#3785](https://github.com/bbc/psammead/pull/3785) Talos - Bump Dependencies - @bbc/gel-foundations |
| 8.3.4 | [PR#3623](https://github.com/bbc/psammead/pull/3623) Talos - Bump Dependencies - @bbc/gel-foundations |
| 8.3.3 | [PR#3604](https://github.com/bbc/psammead/pull/3604) Talos - Bump Dependencies - @bbc/gel-foundations |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utilities/psammead-storybook-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-storybook-helpers",
"version": "8.3.5",
"version": "8.4.0",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@ const TEXT_VARIANTS = {
timezone: 'Europe/London',
articlePath: '/news/articles/cn7k01xp8kxo',
},
optimobase: {
text: 'Could a computer ever create better art than a human?',
longText:
'The critic, author, poet and TV host was known for his witty commentary on international television.',
script: 'latin',
locale: 'en',
timezone: 'Europe/London',
articlePath: '/optimobase/articles/cn7k01xp8kxo',
},
pashto: {
text:
'د ملګرو ملتونو د ماشومانو ادارې یونیسف افغان کرېکټ لوبغاړی راشد خانه.',
Expand Down
1 change: 1 addition & 0 deletions packages/utilities/psammead-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 4.5.0 | [PR#3771](https://github.com/bbc/psammead/pull/3771) Create Optimo Base service |
| 4.4.3 | [PR#3707](https://github.com/bbc/psammead/pull/3707) fix propType errors |
| 4.4.2 | [PR#3660](https://github.com/bbc/psammead/pull/3660) Update C_LUNAR_LIGHT |
| 4.4.1 | [PR#3590](https://github.com/bbc/psammead/pull/3590) Add C_MIDNIGHT_BLACK |
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/psammead-styles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utilities/psammead-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-styles",
"version": "4.4.3",
"version": "4.5.0",
"description": "A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 2887a07

Please sign in to comment.