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

Commit

Permalink
Merge branch 'latest' into use-font-functions-paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbhobbs authored Jul 10, 2019
2 parents 468e47e + 7d8421d commit 5c542a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
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 |
|---------|-------------|
| 1.2.7 | [PR#766](https://github.com/bbc/psammead/pull/766) Bump eslint-config-prettier from 5.0.0 to 6.0.0 and eslint-plugin-import from 2.17.3 to 2.18.0 |
| 1.2.6 | [PR#724](https://github.com/bbc/psammead/pull/724) Update babel-plugin-styled-components from version 1.10.1 to 1.10.5 |
| 1.2.5 | [PR#695](https://github.com/bbc/psammead/pull/695) Bump eslint-plugin-react from 7.13.0 to 7.14.2 |
| 1.2.4 | [PR#710](https://github.com/bbc/psammead/pull/710) Bump @testing-library/react from 8.0.1 to 8.0.4 |
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead",
"version": "1.2.6",
"version": "1.2.7",
"description": "Core Components Library Developed & Maintained By The Articles and Reach & Languages Team",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -58,8 +58,8 @@
"chalk": "^2.4.1",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.0",
Expand Down

0 comments on commit 5c542a1

Please sign in to comment.