@times-components/ts-components 1.134.0 → 1.135.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/components/newsletter-puff/newsletter/Newsletter.js +1 -1
- package/package.json +3 -3
- package/rnw.js +1 -1
- package/src/components/newsletter-puff/__tests__/__snapshots__/InlineNewsletterPuff.test.tsx.snap +1 -1
- package/src/components/newsletter-puff/newsletter/Newsletter.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.135.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.134.0...@times-components/ts-components@1.135.0) (2025-06-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **tmra-539:** make curly apostrophe for signup newsletter ([#4173](https://github.com/newsuk/times-components/issues/4173)) ([12ac687](https://github.com/newsuk/times-components/commit/12ac68782cddd78ea1aaea5a9cf3ee6874c589e2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.134.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.133.1...@times-components/ts-components@1.134.0) (2025-06-23)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -19,7 +19,7 @@ export const Newsletter = ({ intersectObserverRef, section, headline, copy, code
|
|
|
19
19
|
!error &&
|
|
20
20
|
justSubscribed && (React.createElement(InpSubscribedContainer, null,
|
|
21
21
|
React.createElement(InpCopy, null,
|
|
22
|
-
"You
|
|
22
|
+
"You\u2019ve successfully signed up to the",
|
|
23
23
|
' ',
|
|
24
24
|
React.createElement(InpSignupHeadline, null,
|
|
25
25
|
`${headline}.`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.135.0",
|
|
4
4
|
"description": "Reuseable Typescript React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@times-components/link": "3.18.7",
|
|
58
58
|
"@times-components/provider": "1.47.0",
|
|
59
59
|
"@times-components/provider-queries": "2.28.0",
|
|
60
|
-
"@times-components/related-articles": "6.20.
|
|
60
|
+
"@times-components/related-articles": "6.20.17",
|
|
61
61
|
"@times-components/ts-slices": "1.10.22",
|
|
62
62
|
"@times-components/ts-styleguide": "1.56.1",
|
|
63
63
|
"@times-components/utils": "6.31.13",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"@testing-library/jest-dom/extend-expect"
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "a26b7d253648b85a5238c8d045472d4e72e51c80"
|
|
122
122
|
}
|