From 47690c485255c221577b0cab174fb46bbda93a2e Mon Sep 17 00:00:00 2001 From: times-tools Date: Mon, 2 Dec 2024 12:32:32 +0000 Subject: [PATCH] chore: Publish 164ee6ae81 [ci skip] - @times-components/article-comments@0.44.24 - @times-components/article-extras@0.33.0 - @times-components/article-in-depth@3.92.5 - @times-components/article-list@9.19.26 - @times-components/article-magazine-comment@3.87.5 - @times-components/article-magazine-standard@3.87.5 - @times-components/article-main-comment@2.92.8 - @times-components/article-main-standard@3.99.8 - @times-components/article-paragraph@1.9.352 - @times-components/article-skeleton@1.141.0 - @times-components/article-summary@3.25.22 - @times-components/article@7.17.44 - @times-components/author-profile@6.19.14 - @times-components/key-facts@2.12.113 - @times-components/related-articles@6.19.0 - @times-components/save-and-share-bar@0.26.3 - @times-components/slice-layout@0.52.0 - @times-components/ssr@2.59.25 - @times-components/ts-components@1.112.0 - @times-components/ts-slices@1.10.0 --- packages/article-comments/CHANGELOG.md | 8 ++++++++ packages/article-comments/package.json | 4 ++-- packages/article-extras/CHANGELOG.md | 11 +++++++++++ packages/article-extras/package.json | 10 +++++----- packages/article-in-depth/CHANGELOG.md | 8 ++++++++ packages/article-in-depth/package.json | 6 +++--- packages/article-list/CHANGELOG.md | 8 ++++++++ packages/article-list/package.json | 4 ++-- packages/article-magazine-comment/CHANGELOG.md | 8 ++++++++ packages/article-magazine-comment/package.json | 6 +++--- packages/article-magazine-standard/CHANGELOG.md | 8 ++++++++ packages/article-magazine-standard/package.json | 6 +++--- packages/article-main-comment/CHANGELOG.md | 8 ++++++++ packages/article-main-comment/package.json | 6 +++--- packages/article-main-standard/CHANGELOG.md | 8 ++++++++ packages/article-main-standard/package.json | 6 +++--- packages/article-paragraph/CHANGELOG.md | 8 ++++++++ packages/article-paragraph/package.json | 4 ++-- packages/article-skeleton/CHANGELOG.md | 12 ++++++++++++ packages/article-skeleton/package.json | 12 ++++++------ packages/article-summary/CHANGELOG.md | 8 ++++++++ packages/article-summary/package.json | 4 ++-- packages/article/CHANGELOG.md | 8 ++++++++ packages/article/package.json | 12 ++++++------ packages/author-profile/CHANGELOG.md | 8 ++++++++ packages/author-profile/package.json | 4 ++-- packages/key-facts/CHANGELOG.md | 8 ++++++++ packages/key-facts/package.json | 4 ++-- packages/related-articles/CHANGELOG.md | 11 +++++++++++ packages/related-articles/package.json | 6 +++--- packages/save-and-share-bar/CHANGELOG.md | 8 ++++++++ packages/save-and-share-bar/package.json | 4 ++-- packages/slice-layout/CHANGELOG.md | 11 +++++++++++ packages/slice-layout/package.json | 2 +- packages/ssr/CHANGELOG.md | 8 ++++++++ packages/ssr/package.json | 6 +++--- packages/ts-components/CHANGELOG.md | 13 +++++++++++++ packages/ts-components/package.json | 6 +++--- packages/ts-slices/CHANGELOG.md | 11 +++++++++++ packages/ts-slices/package.json | 2 +- 40 files changed, 238 insertions(+), 57 deletions(-) diff --git a/packages/article-comments/CHANGELOG.md b/packages/article-comments/CHANGELOG.md index b3605708f92..6f69f8a2b0c 100644 --- a/packages/article-comments/CHANGELOG.md +++ b/packages/article-comments/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.44.24](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.44.23...@times-components/article-comments@0.44.24) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-comments + + + + + ## [0.44.23](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.44.22...@times-components/article-comments@0.44.23) (2024-11-22) **Note:** Version bump only for package @times-components/article-comments diff --git a/packages/article-comments/package.json b/packages/article-comments/package.json index 8d16748f67d..3b6712e5383 100644 --- a/packages/article-comments/package.json +++ b/packages/article-comments/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-comments", - "version": "0.44.23", + "version": "0.44.24", "description": "Article Comments", "main": "dist/article-comments", "dev": "src/article-comments", @@ -35,7 +35,7 @@ "dependencies": { "@times-components/link": "3.17.34", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "prop-types": "15.7.2", diff --git a/packages/article-extras/CHANGELOG.md b/packages/article-extras/CHANGELOG.md index fabefa9161d..3d04cf470e6 100644 --- a/packages/article-extras/CHANGELOG.md +++ b/packages/article-extras/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.33.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.32.24...@times-components/article-extras@0.33.0) (2024-12-02) + + +### Features + +* **TMRS-482:** add CategorisedArticles ([#3976](https://github.com/newsuk/times-components/issues/3976)) ([164ee6a](https://github.com/newsuk/times-components/commit/164ee6ae81516489bd6d5afb8e7289104c65720a)) + + + + + ## [0.32.24](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.32.23...@times-components/article-extras@0.32.24) (2024-11-22) **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 aeb3149ba36..1ab2552a7e2 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-extras", - "version": "0.32.24", + "version": "0.33.0", "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments ", "main": "dist/index", "dev": "src/index", @@ -49,14 +49,14 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-comments": "0.44.23", + "@times-components/article-comments": "0.44.24", "@times-components/article-topics": "4.11.55", "@times-components/button": "2.10.61", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.86", - "@times-components/related-articles": "6.18.6", - "@times-components/save-and-share-bar": "0.26.2", - "@times-components/ts-components": "1.111.0", + "@times-components/related-articles": "6.19.0", + "@times-components/save-and-share-bar": "0.26.3", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-in-depth/CHANGELOG.md b/packages/article-in-depth/CHANGELOG.md index dcffec5d587..865df121a34 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.92.5](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.4...@times-components/article-in-depth@3.92.5) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-in-depth + + + + + ## [3.92.4](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.3...@times-components/article-in-depth@3.92.4) (2024-11-22) **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 82e321580c3..86bf4b61044 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.92.4", + "version": "3.92.5", "description": "In Depth Article Template", "main": "dist/article-in-depth", "dev": "src/article-in-depth", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.56", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.46", - "@times-components/article-skeleton": "1.140.13", + "@times-components/article-skeleton": "1.141.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-list/CHANGELOG.md b/packages/article-list/CHANGELOG.md index 3822a7010b6..71a1b5db440 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.19.26](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.25...@times-components/article-list@9.19.26) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-list + + + + + ## [9.19.25](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.24...@times-components/article-list@9.19.25) (2024-11-22) **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 8d55c54f381..dabfd873e1d 100644 --- a/packages/article-list/package.json +++ b/packages/article-list/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-list", - "version": "9.19.25", + "version": "9.19.26", "description": "Paginated list of articles", "main": "dist/article-list", "dev": "src/article-list", @@ -61,7 +61,7 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-summary": "3.25.21", + "@times-components/article-summary": "3.25.22", "@times-components/button": "2.10.61", "@times-components/card": "6.15.2", "@times-components/context": "1.24.0", diff --git a/packages/article-magazine-comment/CHANGELOG.md b/packages/article-magazine-comment/CHANGELOG.md index 4330e69fd07..0f494795e47 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.87.5](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.87.4...@times-components/article-magazine-comment@3.87.5) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-magazine-comment + + + + + ## [3.87.4](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.87.3...@times-components/article-magazine-comment@3.87.4) (2024-11-22) **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 a796a39f89c..b1ee6c4f418 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.87.4", + "version": "3.87.5", "description": "Magazine Comment Article Template", "main": "dist/article-magazine-comment", "dev": "src/article-magazine-comment", @@ -57,12 +57,12 @@ "@times-components/article-byline": "3.13.56", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.46", - "@times-components/article-skeleton": "1.140.13", + "@times-components/article-skeleton": "1.141.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.2", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-magazine-standard/CHANGELOG.md b/packages/article-magazine-standard/CHANGELOG.md index 171346651da..826842b2138 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.87.5](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.87.4...@times-components/article-magazine-standard@3.87.5) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-magazine-standard + + + + + ## [3.87.4](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.87.3...@times-components/article-magazine-standard@3.87.4) (2024-11-22) **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 ae7f5062e06..d195224a085 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.87.4", + "version": "3.87.5", "description": "Magazine Standard Article Template", "main": "dist/article-magazine-standard", "dev": "src/article-magazine-standard", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.56", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.46", - "@times-components/article-skeleton": "1.140.13", + "@times-components/article-skeleton": "1.141.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-comment/CHANGELOG.md b/packages/article-main-comment/CHANGELOG.md index fbeac9184b1..870e0bdb71c 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.92.8](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.92.7...@times-components/article-main-comment@2.92.8) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-main-comment + + + + + ## [2.92.7](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.92.6...@times-components/article-main-comment@2.92.7) (2024-11-22) **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 91fb24e7bee..e3602ec483c 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.92.7", + "version": "2.92.8", "description": "Main Comment Article Template", "main": "dist/article-main-comment", "dev": "src/article-main-comment", @@ -56,12 +56,12 @@ "@times-components/ad": "2.22.23", "@times-components/article-byline": "3.13.56", "@times-components/article-label": "2.18.34", - "@times-components/article-skeleton": "1.140.13", + "@times-components/article-skeleton": "1.141.0", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.2", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-standard/CHANGELOG.md b/packages/article-main-standard/CHANGELOG.md index e0c39c5ee8d..ec994df2a8d 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.99.8](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.99.7...@times-components/article-main-standard@3.99.8) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-main-standard + + + + + ## [3.99.7](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.99.6...@times-components/article-main-standard@3.99.7) (2024-11-22) **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 585e62d64ec..ec2e2bd8196 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.99.7", + "version": "3.99.8", "description": "Main Standard Article Template", "main": "dist/article-main-standard", "dev": "src/article-main-standard", @@ -56,13 +56,13 @@ "@times-components/article-byline": "3.13.56", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.46", - "@times-components/article-skeleton": "1.140.13", + "@times-components/article-skeleton": "1.141.0", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-paragraph/CHANGELOG.md b/packages/article-paragraph/CHANGELOG.md index edacd554d66..d19514daa76 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.9.352](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.351...@times-components/article-paragraph@1.9.352) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-paragraph + + + + + ## [1.9.351](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.350...@times-components/article-paragraph@1.9.351) (2024-11-22) **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 835ae6d501c..1a5831938f7 100644 --- a/packages/article-paragraph/package.json +++ b/packages/article-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-paragraph", - "version": "1.9.351", + "version": "1.9.352", "description": "Article Paragraph", "main": "dist/index", "dev": "src/index", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { - "@times-components/article-skeleton": "1.140.13", + "@times-components/article-skeleton": "1.141.0", "@times-components/context": "1.24.0", "@times-components/markup-forest": "1.9.2", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/article-skeleton/CHANGELOG.md b/packages/article-skeleton/CHANGELOG.md index ad9fbc142f3..7ccc10c3493 100644 --- a/packages/article-skeleton/CHANGELOG.md +++ b/packages/article-skeleton/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.141.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.140.13...@times-components/article-skeleton@1.141.0) (2024-12-02) + + +### Features + +* **TMD-1082:** update to newsletter title within on click sign up component ([#3990](https://github.com/newsuk/times-components/issues/3990)) ([efddfee](https://github.com/newsuk/times-components/commit/efddfee6358e43a385924af671deedaa03e5ae36)) +* **TMRS-482:** add CategorisedArticles ([#3976](https://github.com/newsuk/times-components/issues/3976)) ([164ee6a](https://github.com/newsuk/times-components/commit/164ee6ae81516489bd6d5afb8e7289104c65720a)) + + + + + ## [1.140.13](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.140.12...@times-components/article-skeleton@1.140.13) (2024-11-22) **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 f7ae797b5b9..c06a8a6a043 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-skeleton", - "version": "1.140.13", + "version": "1.141.0", "description": "The article skeleton", "main": "dist/article-skeleton", "dev": "src/article-skeleton", @@ -62,14 +62,14 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-extras": "0.32.24", + "@times-components/article-extras": "0.33.0", "@times-components/article-image": "7.18.2", - "@times-components/article-paragraph": "1.9.351", + "@times-components/article-paragraph": "1.9.352", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/interactive-wrapper": "0.9.90", - "@times-components/key-facts": "2.12.112", + "@times-components/key-facts": "2.12.113", "@times-components/lazy-load": "0.20.0", "@times-components/link": "3.17.34", "@times-components/markup": "3.9.0", @@ -77,10 +77,10 @@ "@times-components/message-bar": "0.7.86", "@times-components/provider-queries": "2.23.3", "@times-components/pull-quote": "3.15.41", - "@times-components/save-and-share-bar": "0.26.2", + "@times-components/save-and-share-bar": "0.26.3", "@times-components/sticky": "0.5.84", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/typeset": "0.3.3", "@times-components/user-state": "0.5.51", diff --git a/packages/article-summary/CHANGELOG.md b/packages/article-summary/CHANGELOG.md index 04f63266cfa..8abe0d87f45 100644 --- a/packages/article-summary/CHANGELOG.md +++ b/packages/article-summary/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.25.22](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.25.21...@times-components/article-summary@3.25.22) (2024-12-02) + +**Note:** Version bump only for package @times-components/article-summary + + + + + ## [3.25.21](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.25.20...@times-components/article-summary@3.25.21) (2024-11-22) **Note:** Version bump only for package @times-components/article-summary diff --git a/packages/article-summary/package.json b/packages/article-summary/package.json index a0c619d589c..16843da8453 100644 --- a/packages/article-summary/package.json +++ b/packages/article-summary/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-summary", - "version": "3.25.21", + "version": "3.25.22", "main": "dist/article-summary", "dev": "src/article-summary", "scripts": { @@ -55,7 +55,7 @@ "@times-components/date-publication": "0.30.34", "@times-components/markup": "3.9.0", "@times-components/markup-forest": "1.9.2", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "@times-components/video-label": "2.11.63", diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index 1ca68b8fd08..ecd2617b96b 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.17.44](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.43...@times-components/article@7.17.44) (2024-12-02) + +**Note:** Version bump only for package @times-components/article + + + + + ## [7.17.43](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.42...@times-components/article@7.17.43) (2024-11-22) **Note:** Version bump only for package @times-components/article diff --git a/packages/article/package.json b/packages/article/package.json index 9de5571da13..5e58ae56bf1 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article", - "version": "7.17.43", + "version": "7.17.44", "description": "The article", "main": "dist/article", "dev": "src/article", @@ -53,11 +53,11 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-in-depth": "3.92.4", - "@times-components/article-magazine-comment": "3.87.4", - "@times-components/article-magazine-standard": "3.87.4", - "@times-components/article-main-comment": "2.92.7", - "@times-components/article-main-standard": "3.99.7", + "@times-components/article-in-depth": "3.92.5", + "@times-components/article-magazine-comment": "3.87.5", + "@times-components/article-magazine-standard": "3.87.5", + "@times-components/article-main-comment": "2.92.8", + "@times-components/article-main-standard": "3.99.8", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.86", "@times-components/provider": "1.41.4", diff --git a/packages/author-profile/CHANGELOG.md b/packages/author-profile/CHANGELOG.md index c9c55ecf142..dbebcf57a21 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.19.14](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.19.13...@times-components/author-profile@6.19.14) (2024-12-02) + +**Note:** Version bump only for package @times-components/author-profile + + + + + ## [6.19.13](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.19.12...@times-components/author-profile@6.19.13) (2024-11-22) **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 f36f8676fb6..bd62e8eef7f 100644 --- a/packages/author-profile/package.json +++ b/packages/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/author-profile", - "version": "6.19.13", + "version": "6.19.14", "description": "Author profile information along with a list of articles they have written ", "main": "dist/author-profile", "dev": "src/author-profile", @@ -59,7 +59,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.25", + "@times-components/article-list": "9.19.26", "@times-components/gradient": "3.5.61", "@times-components/icons": "2.23.0", "@times-components/image": "6.18.2", diff --git a/packages/key-facts/CHANGELOG.md b/packages/key-facts/CHANGELOG.md index 159003f932c..a821d372cfe 100644 --- a/packages/key-facts/CHANGELOG.md +++ b/packages/key-facts/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.12.113](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.112...@times-components/key-facts@2.12.113) (2024-12-02) + +**Note:** Version bump only for package @times-components/key-facts + + + + + ## [2.12.112](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.111...@times-components/key-facts@2.12.112) (2024-11-22) **Note:** Version bump only for package @times-components/key-facts diff --git a/packages/key-facts/package.json b/packages/key-facts/package.json index ce0253d8cc1..1b26502a92e 100644 --- a/packages/key-facts/package.json +++ b/packages/key-facts/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/key-facts", - "version": "2.12.112", + "version": "2.12.113", "description": "Bulleted list of text data ", "main": "dist/key-facts", "dev": "src/key-facts", @@ -56,7 +56,7 @@ "@times-components/markup": "3.9.0", "@times-components/markup-forest": "1.9.2", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "prop-types": "15.7.2", diff --git a/packages/related-articles/CHANGELOG.md b/packages/related-articles/CHANGELOG.md index 63571c8b055..f2d7b23a8af 100644 --- a/packages/related-articles/CHANGELOG.md +++ b/packages/related-articles/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. +# [6.19.0](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.18.6...@times-components/related-articles@6.19.0) (2024-12-02) + + +### Features + +* **TMRS-482:** add CategorisedArticles ([#3976](https://github.com/newsuk/times-components/issues/3976)) ([164ee6a](https://github.com/newsuk/times-components/commit/164ee6ae81516489bd6d5afb8e7289104c65720a)) + + + + + ## [6.18.6](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.18.5...@times-components/related-articles@6.18.6) (2024-11-22) **Note:** Version bump only for package @times-components/related-articles diff --git a/packages/related-articles/package.json b/packages/related-articles/package.json index 89a986982f9..68b283c9383 100644 --- a/packages/related-articles/package.json +++ b/packages/related-articles/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/related-articles", - "version": "6.18.6", + "version": "6.19.0", "description": "related articles of an article", "main": "dist/related-articles", "dev": "src/related-articles", @@ -55,12 +55,12 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-summary": "3.25.21", + "@times-components/article-summary": "3.25.22", "@times-components/card": "6.15.2", "@times-components/context": "1.24.0", "@times-components/link": "3.17.34", "@times-components/markup-forest": "1.9.2", - "@times-components/slice-layout": "0.51.61", + "@times-components/slice-layout": "0.52.0", "@times-components/tracking": "2.22.34", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", diff --git a/packages/save-and-share-bar/CHANGELOG.md b/packages/save-and-share-bar/CHANGELOG.md index 46a2a22c1d3..9501375acb1 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.26.3](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.26.2...@times-components/save-and-share-bar@0.26.3) (2024-12-02) + +**Note:** Version bump only for package @times-components/save-and-share-bar + + + + + ## [0.26.2](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.26.1...@times-components/save-and-share-bar@0.26.2) (2024-11-22) **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 b77e26c5a9e..6d6aa2fabe2 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.26.2", + "version": "0.26.3", "description": "Save and Share bar ", "main": "dist/save-and-share-bar", "dev": "src/save-and-share-bar", @@ -38,7 +38,7 @@ "@times-components/message-bar": "0.7.86", "@times-components/provider-queries": "2.23.3", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.111.0", + "@times-components/ts-components": "1.112.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/slice-layout/CHANGELOG.md b/packages/slice-layout/CHANGELOG.md index a9c736d893c..233a36af7ff 100644 --- a/packages/slice-layout/CHANGELOG.md +++ b/packages/slice-layout/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.52.0](https://github.com/newsuk/times-components/compare/@times-components/slice-layout@0.51.61...@times-components/slice-layout@0.52.0) (2024-12-02) + + +### Features + +* **TMRS-482:** add CategorisedArticles ([#3976](https://github.com/newsuk/times-components/issues/3976)) ([164ee6a](https://github.com/newsuk/times-components/commit/164ee6ae81516489bd6d5afb8e7289104c65720a)) + + + + + ## [0.51.61](https://github.com/newsuk/times-components/compare/@times-components/slice-layout@0.51.60...@times-components/slice-layout@0.51.61) (2024-07-02) **Note:** Version bump only for package @times-components/slice-layout diff --git a/packages/slice-layout/package.json b/packages/slice-layout/package.json index 8c61f69ce1f..6f7ec81aed1 100644 --- a/packages/slice-layout/package.json +++ b/packages/slice-layout/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/slice-layout", - "version": "0.51.61", + "version": "0.52.0", "description": "Slice layout", "main": "dist/slice-layout", "scripts": { diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index 6c19468f1cc..42fa7001d6f 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.59.25](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.59.24...@times-components/ssr@2.59.25) (2024-12-02) + +**Note:** Version bump only for package @times-components/ssr + + + + + ## [2.59.24](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.59.23...@times-components/ssr@2.59.24) (2024-11-22) **Note:** Version bump only for package @times-components/ssr diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 177c7c7e2af..96120a48625 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "2.59.24", + "version": "2.59.25", "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", @@ -52,8 +52,8 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article": "7.17.43", - "@times-components/author-profile": "6.19.13", + "@times-components/article": "7.17.44", + "@times-components/author-profile": "6.19.14", "@times-components/context": "1.24.0", "@times-components/provider": "1.41.4", "@times-components/schema": "0.7.5", diff --git a/packages/ts-components/CHANGELOG.md b/packages/ts-components/CHANGELOG.md index 422aabecfc2..7a87dac539d 100644 --- a/packages/ts-components/CHANGELOG.md +++ b/packages/ts-components/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.112.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.111.0...@times-components/ts-components@1.112.0) (2024-12-02) + + +### Features + +* **TMD-1082:** update to newsletter title within on click sign up component ([#3990](https://github.com/newsuk/times-components/issues/3990)) ([efddfee](https://github.com/newsuk/times-components/commit/efddfee6358e43a385924af671deedaa03e5ae36)) +* **TMRS-482:** add CategorisedArticles ([#3976](https://github.com/newsuk/times-components/issues/3976)) ([164ee6a](https://github.com/newsuk/times-components/commit/164ee6ae81516489bd6d5afb8e7289104c65720a)) +* **TMRS-593:** update benefits rail ([#3991](https://github.com/newsuk/times-components/issues/3991)) ([3c6b0e1](https://github.com/newsuk/times-components/commit/3c6b0e184e643c3e81a82229a1c4b514d2a62663)) + + + + + # [1.111.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.110.2...@times-components/ts-components@1.111.0) (2024-11-22) diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index e44718c2190..2c5e72433aa 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ts-components", - "version": "1.111.0", + "version": "1.112.0", "description": "Reuseable Typescript React Components ", "main": "dist/index.js", "dev": "dist/index.js", @@ -57,8 +57,8 @@ "@times-components/link": "3.17.34", "@times-components/provider": "1.41.4", "@times-components/provider-queries": "2.23.3", - "@times-components/related-articles": "6.18.6", - "@times-components/ts-slices": "1.9.23", + "@times-components/related-articles": "6.19.0", + "@times-components/ts-slices": "1.10.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "algoliasearch": "4.9.0", diff --git a/packages/ts-slices/CHANGELOG.md b/packages/ts-slices/CHANGELOG.md index 12e72bd07f4..cb28f86f059 100644 --- a/packages/ts-slices/CHANGELOG.md +++ b/packages/ts-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. +# [1.10.0](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.9.23...@times-components/ts-slices@1.10.0) (2024-12-02) + + +### Features + +* **TMRS-482:** add CategorisedArticles ([#3976](https://github.com/newsuk/times-components/issues/3976)) ([164ee6a](https://github.com/newsuk/times-components/commit/164ee6ae81516489bd6d5afb8e7289104c65720a)) + + + + + ## [1.9.23](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.9.22...@times-components/ts-slices@1.9.23) (2024-10-14) **Note:** Version bump only for package @times-components/ts-slices diff --git a/packages/ts-slices/package.json b/packages/ts-slices/package.json index 82b4dc375f8..5269427ed20 100644 --- a/packages/ts-slices/package.json +++ b/packages/ts-slices/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ts-slices", - "version": "1.9.23", + "version": "1.10.0", "description": "Reuseable Typescript React Components", "main": "dist/index.js", "dev": "dist/index.js",