From 5f3795adad62d6d775b2040a64eb9a4c939d4ee7 Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Tue, 15 Oct 2019 08:59:07 +0000 Subject: [PATCH] chore: Publish 4dee347 [ci skip] - @times-components/android-app@0.16.78 - @times-components/ios-app@0.15.99 - @times-components/article-extras@0.3.17 - @times-components/article-in-depth@3.13.6 - @times-components/article-list@9.3.12 - @times-components/article-magazine-comment@3.13.6 - @times-components/article-magazine-standard@3.13.6 - @times-components/article-main-comment@2.13.6 - @times-components/article-main-standard@3.15.6 - @times-components/article-paragraph@1.3.90 - @times-components/article-skeleton@1.17.6 - @times-components/article@7.2.163 - @times-components/author-profile@6.0.139 - @times-components/edition-slices@0.97.0 - @times-components/fixture-generator@0.26.0 - @times-components/mock-tpa-server@0.2.39 - @times-components/pages@2.0.223 - @times-components/provider-test-tools@1.17.53 - @times-components/provider@1.19.8 - @times-components/save-and-share-bar@0.7.40 - @times-components/save-star-web@0.3.37 - @times-components/section@1.5.0 - @times-components/ssr@2.8.11 - @times-components/topic@5.0.139 --- android-app/CHANGELOG.md | 8 ++++++++ android-app/package.json | 4 ++-- ios-app/CHANGELOG.md | 8 ++++++++ ios-app/package.json | 4 ++-- packages/article-extras/CHANGELOG.md | 8 ++++++++ packages/article-extras/package.json | 8 ++++---- packages/article-in-depth/CHANGELOG.md | 8 ++++++++ packages/article-in-depth/package.json | 8 ++++---- packages/article-list/CHANGELOG.md | 8 ++++++++ packages/article-list/package.json | 6 +++--- packages/article-magazine-comment/CHANGELOG.md | 8 ++++++++ packages/article-magazine-comment/package.json | 8 ++++---- packages/article-magazine-standard/CHANGELOG.md | 8 ++++++++ packages/article-magazine-standard/package.json | 8 ++++---- packages/article-main-comment/CHANGELOG.md | 8 ++++++++ packages/article-main-comment/package.json | 8 ++++---- packages/article-main-standard/CHANGELOG.md | 8 ++++++++ packages/article-main-standard/package.json | 8 ++++---- packages/article-paragraph/CHANGELOG.md | 8 ++++++++ packages/article-paragraph/package.json | 4 ++-- packages/article-skeleton/CHANGELOG.md | 8 ++++++++ packages/article-skeleton/package.json | 10 +++++----- packages/article/CHANGELOG.md | 8 ++++++++ packages/article/package.json | 16 ++++++++-------- packages/author-profile/CHANGELOG.md | 8 ++++++++ packages/author-profile/package.json | 8 ++++---- packages/edition-slices/CHANGELOG.md | 11 +++++++++++ packages/edition-slices/package.json | 4 ++-- packages/fixture-generator/CHANGELOG.md | 11 +++++++++++ packages/fixture-generator/package.json | 2 +- packages/mock-tpa-server/CHANGELOG.md | 8 ++++++++ packages/mock-tpa-server/package.json | 4 ++-- packages/pages/CHANGELOG.md | 8 ++++++++ packages/pages/package.json | 12 ++++++------ packages/provider-test-tools/CHANGELOG.md | 8 ++++++++ packages/provider-test-tools/package.json | 4 ++-- packages/provider/CHANGELOG.md | 8 ++++++++ packages/provider/package.json | 4 ++-- packages/save-and-share-bar/CHANGELOG.md | 8 ++++++++ packages/save-and-share-bar/package.json | 6 +++--- packages/save-star-web/CHANGELOG.md | 8 ++++++++ packages/save-star-web/package.json | 6 +++--- packages/section/CHANGELOG.md | 11 +++++++++++ packages/section/package.json | 6 +++--- packages/ssr/CHANGELOG.md | 8 ++++++++ packages/ssr/package.json | 14 +++++++------- packages/topic/CHANGELOG.md | 8 ++++++++ packages/topic/package.json | 8 ++++---- 48 files changed, 286 insertions(+), 85 deletions(-) diff --git a/android-app/CHANGELOG.md b/android-app/CHANGELOG.md index f030c923996..cc76df0a2ea 100644 --- a/android-app/CHANGELOG.md +++ b/android-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.78](https://github.com/newsuk/times-components/compare/@times-components/android-app@0.16.77...@times-components/android-app@0.16.78) (2019-10-15) + +**Note:** Version bump only for package @times-components/android-app + + + + + ## [0.16.77](https://github.com/newsuk/times-components/compare/@times-components/android-app@0.16.76...@times-components/android-app@0.16.77) (2019-10-11) **Note:** Version bump only for package @times-components/android-app diff --git a/android-app/package.json b/android-app/package.json index 806fdf7f452..63ecca411f5 100644 --- a/android-app/package.json +++ b/android-app/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/android-app", - "version": "0.16.77", + "version": "0.16.78", "license": "BSD-3-Clause", "scripts": { "build": "./gradlew clean && ./gradlew generateReactArchives && ./gradlew assemble && ./gradlew publish", @@ -11,7 +11,7 @@ "start": "react-native start --config metro.config.js" }, "dependencies": { - "@times-components/pages": "2.0.222", + "@times-components/pages": "2.0.223", "@times-components/text-flow": "0.2.15", "prop-types": "15.7.2", "react": "16.9.0", diff --git a/ios-app/CHANGELOG.md b/ios-app/CHANGELOG.md index 6f513958441..8ff0752a659 100644 --- a/ios-app/CHANGELOG.md +++ b/ios-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.99](https://github.com/newsuk/times-components/compare/@times-components/ios-app@0.15.98...@times-components/ios-app@0.15.99) (2019-10-15) + +**Note:** Version bump only for package @times-components/ios-app + + + + + ## [0.15.98](https://github.com/newsuk/times-components/compare/@times-components/ios-app@0.15.97...@times-components/ios-app@0.15.98) (2019-10-11) **Note:** Version bump only for package @times-components/ios-app diff --git a/ios-app/package.json b/ios-app/package.json index d25931ba277..0773a5aa0c0 100644 --- a/ios-app/package.json +++ b/ios-app/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ios-app", - "version": "0.15.98", + "version": "0.15.99", "license": "BSD-3-Clause", "scripts": { "build": "cat package.json | grep version | head -1 | sed 's/[\",\t ]//g' | awk -F: '{ print \"Bundle Version: \" $2 }' > ios-assets/js/version.meta", @@ -10,7 +10,7 @@ "start": "react-native start --config metro.config.js" }, "dependencies": { - "@times-components/pages": "2.0.222", + "@times-components/pages": "2.0.223", "@times-components/text-flow": "0.2.15", "prop-types": "15.7.2", "react": "16.9.0", diff --git a/packages/article-extras/CHANGELOG.md b/packages/article-extras/CHANGELOG.md index f34317dcd02..75d5f20e23c 100644 --- a/packages/article-extras/CHANGELOG.md +++ b/packages/article-extras/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.17](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.3.16...@times-components/article-extras@0.3.17) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-extras + + + + + ## [0.3.16](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.3.15...@times-components/article-extras@0.3.16) (2019-10-11) **Note:** Version bump only for package @times-components/article-extras diff --git a/packages/article-extras/package.json b/packages/article-extras/package.json index fa6866b7ddb..86723be3ed8 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-extras", - "version": "0.3.16", + "version": "0.3.17", "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments", "main": "dist/index", "dev": "src/index", @@ -41,7 +41,7 @@ "@times-components/eslint-config-thetimes": "0.8.16", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/test-utils": "2.3.7", "@times-components/webpack-configurator": "2.0.27", @@ -62,10 +62,10 @@ "@times-components/button": "2.3.115", "@times-components/context": "1.1.5", "@times-components/message-bar": "0.2.43", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/related-articles": "6.2.8", "@times-components/responsive": "0.4.73", - "@times-components/save-and-share-bar": "0.7.39", + "@times-components/save-and-share-bar": "0.7.40", "@times-components/styleguide": "3.28.55", "@times-components/user-state": "0.0.34", "newskit": "0.0.0-70b3f4d2c", diff --git a/packages/article-in-depth/CHANGELOG.md b/packages/article-in-depth/CHANGELOG.md index 29cfd6dc03f..a7ae38306e7 100644 --- a/packages/article-in-depth/CHANGELOG.md +++ b/packages/article-in-depth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.6](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.13.5...@times-components/article-in-depth@3.13.6) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-in-depth + + + + + ## [3.13.5](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.13.4...@times-components/article-in-depth@3.13.5) (2019-10-11) **Note:** Version bump only for package @times-components/article-in-depth diff --git a/packages/article-in-depth/package.json b/packages/article-in-depth/package.json index bfef5733f34..2fc99f63118 100644 --- a/packages/article-in-depth/package.json +++ b/packages/article-in-depth/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-in-depth", - "version": "3.13.5", + "version": "3.13.6", "description": "In Depth Article Template", "main": "dist/article-in-depth", "dev": "src/article-in-depth", @@ -42,8 +42,8 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider": "1.19.7", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider": "1.19.8", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -67,7 +67,7 @@ "@times-components/article-flag": "2.6.80", "@times-components/article-label": "2.4.22", "@times-components/article-lead-asset": "1.3.47", - "@times-components/article-skeleton": "1.17.5", + "@times-components/article-skeleton": "1.17.6", "@times-components/caption": "3.0.75", "@times-components/context": "1.1.5", "@times-components/date-publication": "0.20.101", diff --git a/packages/article-list/CHANGELOG.md b/packages/article-list/CHANGELOG.md index 6b631bd4908..e9bb9cb3aaa 100644 --- a/packages/article-list/CHANGELOG.md +++ b/packages/article-list/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.3.12](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.3.11...@times-components/article-list@9.3.12) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-list + + + + + ## [9.3.11](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.3.10...@times-components/article-list@9.3.11) (2019-10-11) **Note:** Version bump only for package @times-components/article-list diff --git a/packages/article-list/package.json b/packages/article-list/package.json index bd510e1a1eb..68f1d41afe8 100644 --- a/packages/article-list/package.json +++ b/packages/article-list/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-list", - "version": "9.3.11", + "version": "9.3.12", "description": "Paginated list of articles", "main": "dist/article-list", "dev": "src/article-list", @@ -41,9 +41,9 @@ "@times-components/eslint-config-thetimes": "0.8.16", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/provider-queries": "2.11.1", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", diff --git a/packages/article-magazine-comment/CHANGELOG.md b/packages/article-magazine-comment/CHANGELOG.md index 277035e0f26..9004695c198 100644 --- a/packages/article-magazine-comment/CHANGELOG.md +++ b/packages/article-magazine-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.6](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.13.5...@times-components/article-magazine-comment@3.13.6) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-magazine-comment + + + + + ## [3.13.5](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.13.4...@times-components/article-magazine-comment@3.13.5) (2019-10-11) **Note:** Version bump only for package @times-components/article-magazine-comment diff --git a/packages/article-magazine-comment/package.json b/packages/article-magazine-comment/package.json index 17d8ab00970..9857f66e685 100644 --- a/packages/article-magazine-comment/package.json +++ b/packages/article-magazine-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-comment", - "version": "3.13.5", + "version": "3.13.6", "description": "Magazine Comment Article Template", "main": "dist/article-magazine-comment", "dev": "src/article-magazine-comment", @@ -42,8 +42,8 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider": "1.19.7", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider": "1.19.8", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -67,7 +67,7 @@ "@times-components/article-flag": "2.6.80", "@times-components/article-label": "2.4.22", "@times-components/article-lead-asset": "1.3.47", - "@times-components/article-skeleton": "1.17.5", + "@times-components/article-skeleton": "1.17.6", "@times-components/caption": "3.0.75", "@times-components/context": "1.1.5", "@times-components/date-publication": "0.20.101", diff --git a/packages/article-magazine-standard/CHANGELOG.md b/packages/article-magazine-standard/CHANGELOG.md index e242231436c..b2dde0d7715 100644 --- a/packages/article-magazine-standard/CHANGELOG.md +++ b/packages/article-magazine-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.6](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.13.5...@times-components/article-magazine-standard@3.13.6) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-magazine-standard + + + + + ## [3.13.5](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.13.4...@times-components/article-magazine-standard@3.13.5) (2019-10-11) **Note:** Version bump only for package @times-components/article-magazine-standard diff --git a/packages/article-magazine-standard/package.json b/packages/article-magazine-standard/package.json index 3ea2c9bff58..b45a7ec25b2 100644 --- a/packages/article-magazine-standard/package.json +++ b/packages/article-magazine-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-standard", - "version": "3.13.5", + "version": "3.13.6", "description": "Magazine Standard Article Template", "main": "dist/article-magazine-standard", "dev": "src/article-magazine-standard", @@ -42,8 +42,8 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider": "1.19.7", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider": "1.19.8", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -67,7 +67,7 @@ "@times-components/article-flag": "2.6.80", "@times-components/article-label": "2.4.22", "@times-components/article-lead-asset": "1.3.47", - "@times-components/article-skeleton": "1.17.5", + "@times-components/article-skeleton": "1.17.6", "@times-components/caption": "3.0.75", "@times-components/context": "1.1.5", "@times-components/date-publication": "0.20.101", diff --git a/packages/article-main-comment/CHANGELOG.md b/packages/article-main-comment/CHANGELOG.md index 4a1cea88dd4..dbc082419f4 100644 --- a/packages/article-main-comment/CHANGELOG.md +++ b/packages/article-main-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.13.6](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.13.5...@times-components/article-main-comment@2.13.6) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-main-comment + + + + + ## [2.13.5](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.13.4...@times-components/article-main-comment@2.13.5) (2019-10-11) **Note:** Version bump only for package @times-components/article-main-comment diff --git a/packages/article-main-comment/package.json b/packages/article-main-comment/package.json index 5488795d2a3..50dce1cc3a7 100644 --- a/packages/article-main-comment/package.json +++ b/packages/article-main-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-comment", - "version": "2.13.5", + "version": "2.13.6", "description": "Main Comment Article Template", "main": "dist/article-main-comment", "dev": "src/article-main-comment", @@ -42,8 +42,8 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider": "1.19.7", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider": "1.19.8", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -66,7 +66,7 @@ "@times-components/article-error": "0.2.115", "@times-components/article-flag": "2.6.80", "@times-components/article-label": "2.4.22", - "@times-components/article-skeleton": "1.17.5", + "@times-components/article-skeleton": "1.17.6", "@times-components/context": "1.1.5", "@times-components/date-publication": "0.20.101", "@times-components/image": "6.4.32", diff --git a/packages/article-main-standard/CHANGELOG.md b/packages/article-main-standard/CHANGELOG.md index 79ce4dcebb6..f1fa6267b91 100644 --- a/packages/article-main-standard/CHANGELOG.md +++ b/packages/article-main-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.15.6](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.15.5...@times-components/article-main-standard@3.15.6) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-main-standard + + + + + ## [3.15.5](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.15.4...@times-components/article-main-standard@3.15.5) (2019-10-11) **Note:** Version bump only for package @times-components/article-main-standard diff --git a/packages/article-main-standard/package.json b/packages/article-main-standard/package.json index a9d99bbfeb4..7565788de06 100644 --- a/packages/article-main-standard/package.json +++ b/packages/article-main-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-standard", - "version": "3.15.5", + "version": "3.15.6", "description": "Main Standard Article Template", "main": "dist/article-main-standard", "dev": "src/article-main-standard", @@ -41,8 +41,8 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider": "1.19.7", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider": "1.19.8", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -66,7 +66,7 @@ "@times-components/article-flag": "2.6.80", "@times-components/article-label": "2.4.22", "@times-components/article-lead-asset": "1.3.47", - "@times-components/article-skeleton": "1.17.5", + "@times-components/article-skeleton": "1.17.6", "@times-components/article-topics": "4.0.63", "@times-components/caption": "3.0.75", "@times-components/context": "1.1.5", diff --git a/packages/article-paragraph/CHANGELOG.md b/packages/article-paragraph/CHANGELOG.md index bad67f4790c..91c652a85a4 100644 --- a/packages/article-paragraph/CHANGELOG.md +++ b/packages/article-paragraph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.90](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.3.89...@times-components/article-paragraph@1.3.90) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-paragraph + + + + + ## [1.3.89](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.3.88...@times-components/article-paragraph@1.3.89) (2019-10-11) **Note:** Version bump only for package @times-components/article-paragraph diff --git a/packages/article-paragraph/package.json b/packages/article-paragraph/package.json index f5f1455131a..3b104006250 100644 --- a/packages/article-paragraph/package.json +++ b/packages/article-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-paragraph", - "version": "1.3.89", + "version": "1.3.90", "description": "Article Paragraph", "main": "dist/", "dev": "src/", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { - "@times-components/article-skeleton": "1.17.5", + "@times-components/article-skeleton": "1.17.6", "@times-components/context": "1.1.5", "@times-components/markup-forest": "1.7.27", "@times-components/responsive": "0.4.73", diff --git a/packages/article-skeleton/CHANGELOG.md b/packages/article-skeleton/CHANGELOG.md index dfe5073d7b0..ce1a81c9e99 100644 --- a/packages/article-skeleton/CHANGELOG.md +++ b/packages/article-skeleton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.17.6](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.17.5...@times-components/article-skeleton@1.17.6) (2019-10-15) + +**Note:** Version bump only for package @times-components/article-skeleton + + + + + ## [1.17.5](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.17.4...@times-components/article-skeleton@1.17.5) (2019-10-11) **Note:** Version bump only for package @times-components/article-skeleton diff --git a/packages/article-skeleton/package.json b/packages/article-skeleton/package.json index ff0fdf19f53..8f479ed9a48 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-skeleton", - "version": "1.17.5", + "version": "1.17.6", "description": "The article skeleton", "main": "dist/article-skeleton", "dev": "src/article-skeleton", @@ -44,7 +44,7 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -76,9 +76,9 @@ "dependencies": { "@skele/components": "1.0.0-alpha.40", "@times-components/ad": "2.7.21", - "@times-components/article-extras": "0.3.16", + "@times-components/article-extras": "0.3.17", "@times-components/article-image": "7.3.43", - "@times-components/article-paragraph": "1.3.89", + "@times-components/article-paragraph": "1.3.90", "@times-components/article-topics": "4.0.63", "@times-components/caption": "3.0.75", "@times-components/context": "1.1.5", @@ -91,7 +91,7 @@ "@times-components/message-bar": "0.2.43", "@times-components/pull-quote": "3.4.129", "@times-components/responsive": "0.4.73", - "@times-components/save-and-share-bar": "0.7.39", + "@times-components/save-and-share-bar": "0.7.40", "@times-components/sticky": "0.1.22", "@times-components/styleguide": "3.28.55", "@times-components/text-flow": "0.2.15", diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index c5d1f1f7113..a268f1c8f9e 100644 --- a/packages/article/CHANGELOG.md +++ b/packages/article/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.163](https://github.com/newsuk/times-components/compare/@times-components/article@7.2.162...@times-components/article@7.2.163) (2019-10-15) + +**Note:** Version bump only for package @times-components/article + + + + + ## [7.2.162](https://github.com/newsuk/times-components/compare/@times-components/article@7.2.161...@times-components/article@7.2.162) (2019-10-11) **Note:** Version bump only for package @times-components/article diff --git a/packages/article/package.json b/packages/article/package.json index c2616b389ec..57aa1e6df26 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article", - "version": "7.2.162", + "version": "7.2.163", "description": "The article", "main": "dist/article", "dev": "src/article", @@ -37,7 +37,7 @@ "@babel/core": "7.4.4", "@times-components/eslint-config-thetimes": "0.8.16", "@times-components/jest-configurator": "2.6.8", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/user-state": "0.0.34", @@ -61,14 +61,14 @@ }, "dependencies": { "@times-components/ad": "2.7.21", - "@times-components/article-in-depth": "3.13.5", - "@times-components/article-magazine-comment": "3.13.5", - "@times-components/article-magazine-standard": "3.13.5", - "@times-components/article-main-comment": "2.13.5", - "@times-components/article-main-standard": "3.15.5", + "@times-components/article-in-depth": "3.13.6", + "@times-components/article-magazine-comment": "3.13.6", + "@times-components/article-magazine-standard": "3.13.6", + "@times-components/article-main-comment": "2.13.6", + "@times-components/article-main-standard": "3.15.6", "@times-components/context": "1.1.5", "@times-components/message-bar": "0.2.43", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/responsive": "0.4.73", "@times-components/styleguide": "3.28.55" }, diff --git a/packages/author-profile/CHANGELOG.md b/packages/author-profile/CHANGELOG.md index 56579159286..b1e262c77e8 100644 --- a/packages/author-profile/CHANGELOG.md +++ b/packages/author-profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.139](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.0.138...@times-components/author-profile@6.0.139) (2019-10-15) + +**Note:** Version bump only for package @times-components/author-profile + + + + + ## [6.0.138](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.0.137...@times-components/author-profile@6.0.138) (2019-10-11) **Note:** Version bump only for package @times-components/author-profile diff --git a/packages/author-profile/package.json b/packages/author-profile/package.json index cf52d35e159..7a758671554 100644 --- a/packages/author-profile/package.json +++ b/packages/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/author-profile", - "version": "6.0.138", + "version": "6.0.139", "description": "Author profile information along with a list of articles they have written", "main": "dist/author-profile", "dev": "src/author-profile", @@ -44,7 +44,7 @@ "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", "@times-components/provider-queries": "2.11.1", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -72,7 +72,7 @@ "webpack-cli": "3.3.1" }, "dependencies": { - "@times-components/article-list": "9.3.11", + "@times-components/article-list": "9.3.12", "@times-components/gradient": "3.1.66", "@times-components/icons": "2.12.22", "@times-components/image": "6.4.32", @@ -80,7 +80,7 @@ "@times-components/markup": "3.3.113", "@times-components/markup-forest": "1.7.27", "@times-components/pagination": "3.2.111", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/responsive": "0.4.73", "@times-components/styleguide": "3.28.55", "@times-components/tracking": "2.4.75", diff --git a/packages/edition-slices/CHANGELOG.md b/packages/edition-slices/CHANGELOG.md index 50fa8051842..54da2705885 100644 --- a/packages/edition-slices/CHANGELOG.md +++ b/packages/edition-slices/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.97.0](https://github.com/newsuk/times-components/compare/@times-components/edition-slices@0.96.1...@times-components/edition-slices@0.97.0) (2019-10-15) + + +### Features + +* REPLAT-7556 tablet slices mapping modified ([#2338](https://github.com/newsuk/times-components/issues/2338)) ([4dee347](https://github.com/newsuk/times-components/commit/4dee347)) + + + + + ## [0.96.1](https://github.com/newsuk/times-components/compare/@times-components/edition-slices@0.96.0...@times-components/edition-slices@0.96.1) (2019-10-11) **Note:** Version bump only for package @times-components/edition-slices diff --git a/packages/edition-slices/package.json b/packages/edition-slices/package.json index 51752f48267..548376d8e61 100644 --- a/packages/edition-slices/package.json +++ b/packages/edition-slices/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/edition-slices", - "version": "0.96.1", + "version": "0.97.0", "description": "Components used in edition pages including slices and tiles", "main": "dist/edition-slices", "dev": "src/edition-slices", @@ -56,7 +56,7 @@ "devDependencies": { "@babel/core": "7.4.4", "@times-components/eslint-config-thetimes": "0.8.16", - "@times-components/fixture-generator": "0.25.11", + "@times-components/fixture-generator": "0.26.0", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/storybook": "4.0.42", diff --git a/packages/fixture-generator/CHANGELOG.md b/packages/fixture-generator/CHANGELOG.md index 7634e4f1ad6..57c62331c82 100644 --- a/packages/fixture-generator/CHANGELOG.md +++ b/packages/fixture-generator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.26.0](https://github.com/newsuk/times-components/compare/@times-components/fixture-generator@0.25.11...@times-components/fixture-generator@0.26.0) (2019-10-15) + + +### Features + +* REPLAT-7556 tablet slices mapping modified ([#2338](https://github.com/newsuk/times-components/issues/2338)) ([4dee347](https://github.com/newsuk/times-components/commit/4dee347)) + + + + + ## [0.25.11](https://github.com/newsuk/times-components/compare/@times-components/fixture-generator@0.25.10...@times-components/fixture-generator@0.25.11) (2019-10-11) **Note:** Version bump only for package @times-components/fixture-generator diff --git a/packages/fixture-generator/package.json b/packages/fixture-generator/package.json index bfe814f7efc..04fb4497c3f 100644 --- a/packages/fixture-generator/package.json +++ b/packages/fixture-generator/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/fixture-generator", - "version": "0.25.11", + "version": "0.26.0", "description": "Creates fixture data for testing", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/mock-tpa-server/CHANGELOG.md b/packages/mock-tpa-server/CHANGELOG.md index f9bc4af681e..3ad859e50f7 100644 --- a/packages/mock-tpa-server/CHANGELOG.md +++ b/packages/mock-tpa-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.39](https://github.com/newsuk/times-components/compare/@times-components/mock-tpa-server@0.2.38...@times-components/mock-tpa-server@0.2.39) (2019-10-15) + +**Note:** Version bump only for package @times-components/mock-tpa-server + + + + + ## [0.2.38](https://github.com/newsuk/times-components/compare/@times-components/mock-tpa-server@0.2.37...@times-components/mock-tpa-server@0.2.38) (2019-10-11) **Note:** Version bump only for package @times-components/mock-tpa-server diff --git a/packages/mock-tpa-server/package.json b/packages/mock-tpa-server/package.json index 521d7dce8db..925dc57e0c8 100644 --- a/packages/mock-tpa-server/package.json +++ b/packages/mock-tpa-server/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/mock-tpa-server", - "version": "0.2.38", + "version": "0.2.39", "description": "utility for testing times component clients with mocked api", "main": "./dist/index", "scripts": { @@ -42,7 +42,7 @@ "prettier": "1.14.3" }, "dependencies": { - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/schema": "0.6.22", "apollo-server": "2.4.8", "graphql": "14.2.1", diff --git a/packages/pages/CHANGELOG.md b/packages/pages/CHANGELOG.md index e40fc1747b7..6aa8246699d 100644 --- a/packages/pages/CHANGELOG.md +++ b/packages/pages/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.223](https://github.com/newsuk/times-components/compare/@times-components/pages@2.0.222...@times-components/pages@2.0.223) (2019-10-15) + +**Note:** Version bump only for package @times-components/pages + + + + + ## [2.0.222](https://github.com/newsuk/times-components/compare/@times-components/pages@2.0.221...@times-components/pages@2.0.222) (2019-10-11) **Note:** Version bump only for package @times-components/pages diff --git a/packages/pages/package.json b/packages/pages/package.json index fc600df641c..42851339c76 100644 --- a/packages/pages/package.json +++ b/packages/pages/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/pages", - "version": "2.0.222", + "version": "2.0.223", "main": "dist/pages", "dev": "src/pages", "scripts": { @@ -53,14 +53,14 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article": "7.2.162", - "@times-components/author-profile": "6.0.138", + "@times-components/article": "7.2.163", + "@times-components/author-profile": "6.0.139", "@times-components/context": "1.1.5", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/schema": "0.6.22", - "@times-components/section": "1.4.8", + "@times-components/section": "1.5.0", "@times-components/styleguide": "3.28.55", - "@times-components/topic": "5.0.138", + "@times-components/topic": "5.0.139", "apollo-cache-inmemory": "1.5.1", "apollo-client": "2.5.1", "apollo-link-http": "1.5.14", diff --git a/packages/provider-test-tools/CHANGELOG.md b/packages/provider-test-tools/CHANGELOG.md index bd3a2432f4f..3cc1b5b32de 100644 --- a/packages/provider-test-tools/CHANGELOG.md +++ b/packages/provider-test-tools/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.17.53](https://github.com/newsuk/times-components/compare/@times-components/provider-test-tools@1.17.52...@times-components/provider-test-tools@1.17.53) (2019-10-15) + +**Note:** Version bump only for package @times-components/provider-test-tools + + + + + ## [1.17.52](https://github.com/newsuk/times-components/compare/@times-components/provider-test-tools@1.17.51...@times-components/provider-test-tools@1.17.52) (2019-10-11) **Note:** Version bump only for package @times-components/provider-test-tools diff --git a/packages/provider-test-tools/package.json b/packages/provider-test-tools/package.json index ba76adc8218..ac727466a3c 100644 --- a/packages/provider-test-tools/package.json +++ b/packages/provider-test-tools/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/provider-test-tools", - "version": "1.17.52", + "version": "1.17.53", "description": "utillity for testing apollo-client's behaviour", "main": "dist/index", "dev": "src/index", @@ -66,7 +66,7 @@ "webpack-cli": "3.3.1" }, "dependencies": { - "@times-components/fixture-generator": "0.25.11", + "@times-components/fixture-generator": "0.26.0", "@times-components/provider-queries": "2.11.1", "@times-components/schema": "0.6.22", "apollo-cache-inmemory": "1.5.1", diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index 938b900d68d..b7dabc02443 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.19.8](https://github.com/newsuk/times-components/compare/@times-components/provider@1.19.7...@times-components/provider@1.19.8) (2019-10-15) + +**Note:** Version bump only for package @times-components/provider + + + + + ## [1.19.7](https://github.com/newsuk/times-components/compare/@times-components/provider@1.19.6...@times-components/provider@1.19.7) (2019-10-11) **Note:** Version bump only for package @times-components/provider diff --git a/packages/provider/package.json b/packages/provider/package.json index c2d0c613f94..21df1317521 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/provider", - "version": "1.19.7", + "version": "1.19.8", "main": "dist/provider", "dev": "src/provider", "scripts": { @@ -38,7 +38,7 @@ "@times-components/eslint-config-thetimes": "0.8.16", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/test-utils": "2.3.7", "@times-components/webpack-configurator": "2.0.27", diff --git a/packages/save-and-share-bar/CHANGELOG.md b/packages/save-and-share-bar/CHANGELOG.md index 2334449e82d..5aad7234be5 100644 --- a/packages/save-and-share-bar/CHANGELOG.md +++ b/packages/save-and-share-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.40](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.7.39...@times-components/save-and-share-bar@0.7.40) (2019-10-15) + +**Note:** Version bump only for package @times-components/save-and-share-bar + + + + + ## [0.7.39](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.7.38...@times-components/save-and-share-bar@0.7.39) (2019-10-11) **Note:** Version bump only for package @times-components/save-and-share-bar diff --git a/packages/save-and-share-bar/package.json b/packages/save-and-share-bar/package.json index 51f51073265..286e9199602 100644 --- a/packages/save-and-share-bar/package.json +++ b/packages/save-and-share-bar/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-and-share-bar", - "version": "0.7.39", + "version": "0.7.40", "description": "Save and Share bar", "main": "dist/save-and-share-bar", "dev": "src/save-and-share-bar", @@ -39,7 +39,7 @@ "@times-components/link": "3.4.52", "@times-components/message-bar": "0.2.43", "@times-components/provider-queries": "2.11.1", - "@times-components/save-star-web": "0.3.36", + "@times-components/save-star-web": "0.3.37", "@times-components/styleguide": "3.28.55", "@times-components/tracking": "2.4.75", "@times-components/user-state": "0.0.34", @@ -51,7 +51,7 @@ "@times-components/eslint-config-thetimes": "0.8.16", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/webpack-configurator": "2.0.27", "babel-jest": "24.8.0", diff --git a/packages/save-star-web/CHANGELOG.md b/packages/save-star-web/CHANGELOG.md index 0c7db70d2de..3c4478be2b9 100644 --- a/packages/save-star-web/CHANGELOG.md +++ b/packages/save-star-web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.37](https://github.com/newsuk/times-components/compare/@times-components/save-star-web@0.3.36...@times-components/save-star-web@0.3.37) (2019-10-15) + +**Note:** Version bump only for package @times-components/save-star-web + + + + + ## [0.3.36](https://github.com/newsuk/times-components/compare/@times-components/save-star-web@0.3.35...@times-components/save-star-web@0.3.36) (2019-10-11) **Note:** Version bump only for package @times-components/save-star-web diff --git a/packages/save-star-web/package.json b/packages/save-star-web/package.json index cc8d5abbfab..7d2a8ed2add 100644 --- a/packages/save-star-web/package.json +++ b/packages/save-star-web/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-star-web", - "version": "0.3.36", + "version": "0.3.37", "description": "Save Star for Web", "main": "dist/save-star-web", "dev": "src/save-star-web", @@ -36,7 +36,7 @@ "dependencies": { "@times-components/icons": "2.12.22", "@times-components/link": "3.4.52", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/provider-queries": "2.11.1", "@times-components/styleguide": "3.28.55", "@times-components/tracking": "2.4.75", @@ -50,7 +50,7 @@ "@times-components/eslint-config-thetimes": "0.8.16", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/test-utils": "2.3.7", "@times-components/webpack-configurator": "2.0.27", diff --git a/packages/section/CHANGELOG.md b/packages/section/CHANGELOG.md index fc4e7de2be6..c0b0b89a1db 100644 --- a/packages/section/CHANGELOG.md +++ b/packages/section/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/newsuk/times-components/compare/@times-components/section@1.4.8...@times-components/section@1.5.0) (2019-10-15) + + +### Features + +* REPLAT-7556 tablet slices mapping modified ([#2338](https://github.com/newsuk/times-components/issues/2338)) ([4dee347](https://github.com/newsuk/times-components/commit/4dee347)) + + + + + ## [1.4.8](https://github.com/newsuk/times-components/compare/@times-components/section@1.4.7...@times-components/section@1.4.8) (2019-10-11) **Note:** Version bump only for package @times-components/section diff --git a/packages/section/package.json b/packages/section/package.json index 46e604859bc..d91f83da86f 100644 --- a/packages/section/package.json +++ b/packages/section/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/section", - "version": "1.4.8", + "version": "1.5.0", "description": "Section Page", "main": "dist/section", "dev": "src/section", @@ -38,7 +38,7 @@ "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { "@times-components/context": "1.1.5", - "@times-components/edition-slices": "0.96.1", + "@times-components/edition-slices": "0.97.0", "@times-components/icons": "2.12.22", "@times-components/image": "6.4.32", "@times-components/link": "3.4.52", @@ -53,7 +53,7 @@ "devDependencies": { "@babel/core": "7.4.4", "@times-components/eslint-config-thetimes": "0.8.16", - "@times-components/fixture-generator": "0.25.11", + "@times-components/fixture-generator": "0.26.0", "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/star-button": "0.1.83", diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index e2d3aff7f54..585ed4c07e4 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.11](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.8.10...@times-components/ssr@2.8.11) (2019-10-15) + +**Note:** Version bump only for package @times-components/ssr + + + + + ## [2.8.10](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.8.9...@times-components/ssr@2.8.10) (2019-10-11) **Note:** Version bump only for package @times-components/ssr diff --git a/packages/ssr/package.json b/packages/ssr/package.json index a4a6de05573..d545d33d1b2 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "2.8.10", + "version": "2.8.11", "scripts": { "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js", "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p", @@ -37,8 +37,8 @@ "homepage": "https://github.com/newsuk/times-components#readme", "devDependencies": { "@times-components/eslint-config-thetimes": "0.8.16", - "@times-components/fixture-generator": "0.25.11", - "@times-components/mock-tpa-server": "0.2.38", + "@times-components/fixture-generator": "0.26.0", + "@times-components/mock-tpa-server": "0.2.39", "axe-core": "3.3.1", "cypress": "3.1.3", "cypress-axe": "0.5.1", @@ -54,14 +54,14 @@ "webpack-cli": "3.3.1" }, "dependencies": { - "@times-components/article": "7.2.162", - "@times-components/author-profile": "6.0.138", + "@times-components/article": "7.2.163", + "@times-components/author-profile": "6.0.139", "@times-components/context": "1.1.5", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/schema": "0.6.22", "@times-components/styleguide": "3.28.55", "@times-components/tealium": "1.13.26", - "@times-components/topic": "5.0.138", + "@times-components/topic": "5.0.139", "apollo-cache-inmemory": "1.5.1", "apollo-client": "2.5.1", "apollo-link": "1.2.4", diff --git a/packages/topic/CHANGELOG.md b/packages/topic/CHANGELOG.md index 6516f96b67e..1fa674a95ef 100644 --- a/packages/topic/CHANGELOG.md +++ b/packages/topic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.139](https://github.com/newsuk/times-components/compare/@times-components/topic@5.0.138...@times-components/topic@5.0.139) (2019-10-15) + +**Note:** Version bump only for package @times-components/topic + + + + + ## [5.0.138](https://github.com/newsuk/times-components/compare/@times-components/topic@5.0.137...@times-components/topic@5.0.138) (2019-10-11) **Note:** Version bump only for package @times-components/topic diff --git a/packages/topic/package.json b/packages/topic/package.json index b6c87c4df46..4b8b69bdc79 100644 --- a/packages/topic/package.json +++ b/packages/topic/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/topic", - "version": "5.0.138", + "version": "5.0.139", "description": "Topic page component", "main": "dist/topic", "dev": "src/topic", @@ -42,7 +42,7 @@ "@times-components/jest-configurator": "2.6.8", "@times-components/jest-serializer": "3.2.20", "@times-components/mocks": "0.0.48", - "@times-components/provider-test-tools": "1.17.52", + "@times-components/provider-test-tools": "1.17.53", "@times-components/storybook": "4.0.42", "@times-components/tealium-utils": "0.7.64", "@times-components/test-utils": "2.3.7", @@ -69,12 +69,12 @@ "webpack-cli": "3.3.1" }, "dependencies": { - "@times-components/article-list": "9.3.11", + "@times-components/article-list": "9.3.12", "@times-components/context": "1.1.5", "@times-components/markup": "3.3.113", "@times-components/markup-forest": "1.7.27", "@times-components/pagination": "3.2.111", - "@times-components/provider": "1.19.7", + "@times-components/provider": "1.19.8", "@times-components/responsive": "0.4.73", "@times-components/styleguide": "3.28.55", "@times-components/tracking": "2.4.75",