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 #741 from bbc/remove-tag-story-promo-list
Browse files Browse the repository at this point in the history
Remove alpha tag from Story Promo List
  • Loading branch information
DenisHdz authored Jul 2, 2019
2 parents bf5263f + 018d415 commit b3dd0ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
11 changes: 6 additions & 5 deletions packages/components/psammead-story-promo-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 1.0.0-alpha.1 | [PR#677](https://github.com/bbc/psammead/pull/677) Use `@bbc/[email protected]` |
| 1.0.0-alpha.0 | [PR#679](https://github.com/BBC-News/psammead/pull/679) Bump version number |
| 0.1.0-alpha.3 | [PR#672](https://github.com/BBC-News/psammead/pull/672) Add margin to top of unordered list |
| 0.1.0-alpha.2 | [PR#534](https://github.com/BBC-News/psammead/pull/534) Remove Timestamp padding. |
| 0.1.0-alpha.1 | [PR#486](https://github.com/BBC-News/psammead/pull/486) Create initial package. |
| 1.0.0 | [PR#741](https://github.com/BBC/psammead/pull/741) Remove alpha tag |
| 1.0.0-alpha.1 | [PR#677](https://github.com/BBC/psammead/pull/677) Use `@bbc/[email protected]` |
| 1.0.0-alpha.0 | [PR#679](https://github.com/BBC/psammead/pull/679) Bump version number |
| 0.1.0-alpha.3 | [PR#672](https://github.com/BBC/psammead/pull/672) Add margin to top of unordered list |
| 0.1.0-alpha.2 | [PR#534](https://github.com/BBC/psammead/pull/534) Remove Timestamp padding. |
| 0.1.0-alpha.1 | [PR#486](https://github.com/BBC/psammead/pull/486) Create initial package. |
6 changes: 2 additions & 4 deletions packages/components/psammead-story-promo-list/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# ⛔️ This is an alpha component ⛔️
This component is currently tagged as alpha and is not suitable for production use. Following the passing of an accessibility review this component will be marked as ready for production and the alpha tag removed.

# psammead-story-promo-list - [![Known Vulnerabilities](https://snyk.io/test/github/bbc/psammead/badge.svg?targetFile=packages%2Fcomponents%2Fpsammead-story-promo-list%2Fpackage.json)](https://snyk.io/test/github/bbc/psammead?targetFile=packages%2Fcomponents%2Fpsammead-story-promo-list%2Fpackage.json) [![Storybook](https://raw.githubusercontent.com/storybooks/story-promo-list/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/story/story-promo-list--default) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-story-promo-list.svg)](https://www.npmjs.com/package/@bbc/psammead-story-promo-list) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)

## Description
Expand All @@ -13,6 +10,7 @@ The `@bbc/psammead-story-promo-list` package is a set of two components, `StoryP

## Props

<!-- prettier-ignore -->
| Argument | Type | Required | Default | Example |
| -------- | ---- | -------- | ------- | -------------- |
| children | node | Yes | N/A | `<StoryPromoLi><StoryPromo image={Image} info={Info} /></StoryPromoLi>` |
Expand All @@ -33,7 +31,7 @@ const Image = (

const Info = (
<Fragment>
<Headline script={latin}>
<Headline script={latin}>
<Link href="https://www.bbc.co.uk/news">The headline of the promo</Link>
</Headline>
<Summary script={latin}>The summary of the promo</Summary>
Expand Down

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

7 changes: 2 additions & 5 deletions packages/components/psammead-story-promo-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-story-promo-list",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"main": "dist/index.js",
"description": "List of story promos",
"repository": {
Expand Down Expand Up @@ -39,8 +39,5 @@
"story",
"promo",
"list"
],
"publishConfig": {
"tag": "alpha"
}
]
}

0 comments on commit b3dd0ce

Please sign in to comment.