@times-components/ts-components 1.75.1 → 1.75.2
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 +8 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.75.2](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.75.1...@times-components/ts-components@1.75.2) (2023-07-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @times-components/ts-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.75.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.75.0...@times-components/ts-components@1.75.1) (2023-07-25)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @times-components/ts-components
|
package/README.md
CHANGED
|
@@ -20,5 +20,5 @@ All the build steps have been updated to handle all the build steps:
|
|
|
20
20
|
|
|
21
21
|
## Storybook
|
|
22
22
|
|
|
23
|
-
For now, you will need to do a `yarn build` for storybook to update, or you could run `yarn watch:build` to update storybook on save
|
|
23
|
+
For now, you will need to do a `yarn build` for storybook to update, or you could run `yarn watch:build` to update storybook on save.
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.75.
|
|
3
|
+
"version": "1.75.2",
|
|
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.12.8",
|
|
58
58
|
"@times-components/provider": "1.38.1",
|
|
59
59
|
"@times-components/provider-queries": "2.20.0",
|
|
60
|
-
"@times-components/related-articles": "6.17.
|
|
60
|
+
"@times-components/related-articles": "6.17.8",
|
|
61
61
|
"@times-components/ts-slices": "1.8.14",
|
|
62
62
|
"@times-components/ts-styleguide": "1.44.1",
|
|
63
63
|
"@times-components/utils": "6.16.9",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"@testing-library/jest-dom/extend-expect"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "d08339bbf83ebdb8a494612fb7c7e9593194cd79"
|
|
117
117
|
}
|