@times-design-system/components-react 0.1.0 → 0.4.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 +12 -0
- package/package.json +2 -3
- package/lib/wordpress.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# 0.4.0 (2026-02-05)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **ci:** add npm package publishing with independent versioning ([#21](https://github.com/newsuk/times-design-system/issues/21)) ([535fd6e](https://github.com/newsuk/times-design-system/commit/535fd6e0da4af9474bbc98b2be46540d696620ad))
|
|
11
|
+
- **TDS-000:** package update ([#35](https://github.com/newsuk/times-design-system/issues/35)) ([52ac5d6](https://github.com/newsuk/times-design-system/commit/52ac5d6f85b325a996c1f1017415e307038d138f))
|
|
12
|
+
- **TDS-000:** package update ([#36](https://github.com/newsuk/times-design-system/issues/36)) ([f7698e9](https://github.com/newsuk/times-design-system/commit/f7698e9be5e306b0dd35314b06d30ddc267fb361))
|
|
13
|
+
- **TDS-000:** package update ([#37](https://github.com/newsuk/times-design-system/issues/37)) ([52cdb60](https://github.com/newsuk/times-design-system/commit/52cdb60f0f9805560a59e25f70de7b5e9bb29cf1))
|
|
14
|
+
- **TDS-23:** cleanup of repo and addition of build scripts ([ce3fee9](https://github.com/newsuk/times-design-system/commit/ce3fee9225f02ce6df4ad27bf754dc4531a193a9))
|
|
15
|
+
- **TDS-27:** resolve ramp colours as json ([7c10cff](https://github.com/newsuk/times-design-system/commit/7c10cff56cd08b6b4f86caec3c135fbf272baf90))
|
|
16
|
+
- **TDS-27:** update theme outputs and add fonts ([16ed3f8](https://github.com/newsuk/times-design-system/commit/16ed3f87562802a6421bc2f488646e86a964b76f))
|
|
17
|
+
|
|
6
18
|
# 0.1.0 (2026-01-19)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-design-system/components-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Times Design System components",
|
|
6
6
|
"keywords": [],
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"main": "dist/index",
|
|
10
10
|
"dev": "src/index",
|
|
11
11
|
"directories": {
|
|
12
|
-
"lib": "lib",
|
|
13
12
|
"test": "__tests__"
|
|
14
13
|
},
|
|
15
14
|
"repository": {
|
|
@@ -39,5 +38,5 @@
|
|
|
39
38
|
"postcss": "^8.4.31",
|
|
40
39
|
"typescript": "^5.0.0"
|
|
41
40
|
},
|
|
42
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "c02fc68718ae51364235be7d62d99244c7eaab88"
|
|
43
42
|
}
|