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 #2701 from bbc/Talos/2019112712037
Browse files Browse the repository at this point in the history
Talos - Bump @bbc/gel-foundations, @bbc/psammead-amp-geo, @bbc/psammead-assets...
  • Loading branch information
amywalkerdev authored Nov 27, 2019
2 parents f695dd5 + 6b5ae11 commit 349dfa5
Show file tree
Hide file tree
Showing 78 changed files with 204 additions and 178 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 |
|---------|-------------|
| 2.0.18 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-assets, @bbc/psammead-styles |
| 2.0.17 | [PR#2700](https://github.com/bbc/psammead/pull/2700) Talos - Bump Dependencies - @bbc/psammead-caption, @bbc/psammead-copyright, @bbc/psammead-image-placeholder, @bbc/psammead-inline-link, @bbc/psammead-media-indicator, @bbc/psammead-paragraph, @bbc/psammead-timestamp |
| 2.0.16 | [PR#2577](https://github.com/bbc/psammead/pull/2577) Add `react-test-renderer` and `@testing-library/react-hooks` |
| 2.0.15 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-storybook-helpers, @bbc/psammead-styles |
Expand Down
14 changes: 7 additions & 7 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": "2.0.17",
"version": "2.0.18",
"description": "Core Components Library Developed & Maintained By The Articles and Reach & Languages Team",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-assets": "^2.10.1",
"@bbc/psammead-assets": "^2.10.2",
"@bbc/psammead-brand": "^5.0.11",
"@bbc/psammead-calendars": "^2.0.2",
"@bbc/psammead-caption": "^2.2.19",
Expand All @@ -62,7 +62,7 @@
"@bbc/psammead-paragraph": "^2.2.19",
"@bbc/psammead-story-promo": "2.8.0-alpha.1",
"@bbc/psammead-storybook-helpers": "^8.1.2",
"@bbc/psammead-styles": "^4.1.1",
"@bbc/psammead-styles": "^4.1.2",
"@bbc/psammead-test-helpers": "^3.1.2",
"@bbc/psammead-timestamp": "^2.2.19",
"@bbc/psammead-visually-hidden-text": "^1.2.3",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 5.1.0-alpha.8 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-styles |
| 5.1.0-alpha.7 | [PR#2680](https://github.com/bbc/psammead/pull/2680) Export `SkipLink` from a separated folder and fix its position |
| 5.1.0-alpha.6 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 5.1.0-alpha.5 | [PR#2569](https://github.com/bbc/psammead/pull/2569) Reduce height of Brand Component for all breakpoints |
Expand Down
6 changes: 3 additions & 3 deletions packages/components/psammead-brand/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/components/psammead-brand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@bbc/psammead-script-link": "^1.0.0-alpha.9",
"@bbc/psammead-styles": "^4.1.0"
"@bbc/psammead-styles": "^4.1.2"
},
"peerDependencies": {
"react": "^16.9.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-bulleted-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

| Version | Description |
|---------|-------------|
| 0.1.0-alpha.3 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-styles |
| 0.1.0-alpha.2 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 0.1.0-alpha.1 | [PR#2583](https://github.com/BBC-News/psammead/pull/2583) Initial creation of package. |
8 changes: 4 additions & 4 deletions packages/components/psammead-bulleted-list/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-bulleted-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-bulleted-list",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-bulleted-list/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-styles": "^4.1.1"
"@bbc/psammead-styles": "^4.1.2"
},
"peerDependencies": {
"styled-components": "^4.3.2",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-bulletin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.1.0-alpha.7 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-styles, @bbc/psammead-assets |
| 0.1.0-alpha.6 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 0.1.0-alpha.5 | [PR#2663](https://github.com/bbc/psammead/pull/2663) Talos - Bump Dependencies - @bbc/psammead-assets |
| 0.1.0-alpha.4 | [PR#2647](https://github.com/bbc/psammead/pull/2647) Talos - Bump Dependencies - @bbc/psammead-assets |
Expand Down
14 changes: 7 additions & 7 deletions packages/components/psammead-bulletin/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 packages/components/psammead-bulletin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-bulletin",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,8 +20,8 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-bulletin/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-styles": "^4.1.1",
"@bbc/psammead-assets": "^2.10.1"
"@bbc/psammead-styles": "^4.1.2",
"@bbc/psammead-assets": "^2.10.2"
},
"peerDependencies": {
"react": "^16.10.2",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-caption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.2.20 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-styles |
| 2.2.19 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 2.2.18 | [PR#2519](https://github.com/bbc/psammead/pull/2519) Talos - Bump Dependencies - @bbc/psammead-styles |
| 2.2.17 | [PR#2488](https://github.com/bbc/psammead/pull/2488) Talos - Bump Dependencies - @bbc/gel-foundations |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-caption/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-caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-caption",
"version": "2.2.19",
"version": "2.2.20",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-caption/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-styles": "^4.1.1"
"@bbc/psammead-styles": "^4.1.2"
},
"peerDependencies": {
"styled-components": "^4.3.2"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-consent-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.3.22 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-styles |
| 2.3.21 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 2.3.20 | [PR#2519](https://github.com/bbc/psammead/pull/2519) Talos - Bump Dependencies - @bbc/psammead-styles |
| 2.3.19 | [PR#2466](https://github.com/bbc/psammead/pull/2466) create rtl substories |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-consent-banner/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-consent-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-consent-banner",
"version": "2.3.21",
"version": "2.3.22",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-consent-banner/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-styles": "^4.1.1"
"@bbc/psammead-styles": "^4.1.2"
},
"peerDependencies": {
"prop-types": "^15.7.2",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.2.18 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-styles |
| 1.2.17 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 1.2.16 | [PR#2519](https://github.com/bbc/psammead/pull/2519) Talos - Bump Dependencies - @bbc/psammead-styles |
| 1.2.15 | [PR#2488](https://github.com/bbc/psammead/pull/2488) Talos - Bump Dependencies - @bbc/gel-foundations |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-copyright/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-copyright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-copyright",
"version": "1.2.17",
"version": "1.2.18",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-copyright/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-styles": "^4.1.1"
"@bbc/psammead-styles": "^4.1.2"
},
"peerDependencies": {
"styled-components": "^4.3.2"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-embed-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------------|-----------------------------------------------------------------------------------|
| 1.0.0-alpha.5 | [PR#2701](https://github.com/bbc/psammead/pull/2701) Talos - Bump Dependencies - @bbc/psammead-assets, @bbc/psammead-styles |
| 1.0.0-alpha.4 | [PR#2697](https://github.com/bbc/psammead/pull/2697) Talos - Bump Dependencies - @bbc/psammead-styles |
| 1.0.0-alpha.3 | [PR#2663](https://github.com/bbc/psammead/pull/2663) Talos - Bump Dependencies - @bbc/psammead-assets |
| 1.0.0-alpha.2 | [PR#2656](https://github.com/bbc/psammead/pull/2656) Talos - Bump Dependencies - @bbc/psammead-assets |
Expand Down
14 changes: 7 additions & 7 deletions packages/components/psammead-embed-error/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 packages/components/psammead-embed-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-embed-error",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"publishConfig": {
"tag": "alpha"
},
Expand Down Expand Up @@ -29,8 +29,8 @@
],
"dependencies": {
"@bbc/gel-foundations": "^3.4.1",
"@bbc/psammead-assets": "^2.10.1",
"@bbc/psammead-styles": "^4.1.1"
"@bbc/psammead-assets": "^2.10.2",
"@bbc/psammead-styles": "^4.1.2"
},
"peerDependencies": {
"react": "^16.9.0",
Expand Down
Loading

0 comments on commit 349dfa5

Please sign in to comment.