@times-components/context 1.10.38-alpha.156 → 1.10.38-alpha.159

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,62 @@
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.14.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.13.0...@times-components/context@1.14.0) (2024-01-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TMRX-1762:** remove breadcrumb last item url logic ([#3749](https://github.com/newsuk/times-components/issues/3749)) ([c6ca76a](https://github.com/newsuk/times-components/commit/c6ca76a20502018eacd7cfee93f5139d9b965438))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.13.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.12.1...@times-components/context@1.13.0) (2024-01-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **TMRX-1762:** add padding to breadcrumb container ([#3748](https://github.com/newsuk/times-components/issues/3748)) ([f7b1fe0](https://github.com/newsuk/times-components/commit/f7b1fe0c27af26d50911d2f38970b411db6df841))
23
+
24
+
25
+
26
+
27
+
28
+ ## [1.12.1](https://github.com/newsuk/times-components/compare/@times-components/context@1.12.0...@times-components/context@1.12.1) (2024-01-25)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **TMRX-1866:** remove additional space under the paragraph ([#3744](https://github.com/newsuk/times-components/issues/3744)) ([1068895](https://github.com/newsuk/times-components/commit/1068895c84ce26103bb4a4ef6a869a0fd55c7c5e))
34
+
35
+
36
+
37
+
38
+
39
+ # [1.12.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.11.0...@times-components/context@1.12.0) (2024-01-24)
40
+
41
+
42
+ ### Features
43
+
44
+ * **TMRX-000:** Article category path meta update ([#3738](https://github.com/newsuk/times-components/issues/3738)) ([c2b19de](https://github.com/newsuk/times-components/commit/c2b19deaf195338216a630b52896e090d31e2cdb))
45
+ * **TMRX-000:** Sync dependancies ([98e6d13](https://github.com/newsuk/times-components/commit/98e6d1309833ddd9401d9f1f7852dd4a5dd372a0))
46
+
47
+
48
+
49
+
50
+
51
+ # [1.11.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.10.42...@times-components/context@1.11.0) (2024-01-23)
52
+
53
+
54
+ ### Features
55
+
56
+ * **TMRX-000:** Update article path ([#3735](https://github.com/newsuk/times-components/issues/3735)) ([84d54e0](https://github.com/newsuk/times-components/commit/84d54e08f5b6674d8ba97a38516ca9cc1c291887))
57
+
58
+
59
+
60
+
61
+
6
62
  ## [1.10.42](https://github.com/newsuk/times-components/compare/@times-components/context@1.10.41...@times-components/context@1.10.42) (2024-01-18)
7
63
 
8
64
  **Note:** Version bump only for package @times-components/context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/context",
3
- "version": "1.10.38-alpha.156+01883263df",
3
+ "version": "1.10.38-alpha.159+59a31327ec",
4
4
  "description": "Shared context between components ",
5
5
  "main": "dist/context",
6
6
  "dev": "src/context",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/newsuk/times-components#readme",
34
34
  "dependencies": {
35
- "@times-components/ts-styleguide": "^1.48.2-alpha.156+01883263df"
35
+ "@times-components/ts-styleguide": "^1.48.2-alpha.159+59a31327ec"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/core": "7.4.4",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "01883263dffa78e73b6ef83da98bbda3485df3f6"
63
+ "gitHead": "59a31327ec95b33f7611620606ec4508e64e1bb6"
64
64
  }