@times-components/context 1.5.2 → 1.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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.8.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.7.0...@times-components/context@1.8.0) (2022-05-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TDP-1705:** fixed css issue from recent change ([#2936](https://github.com/newsuk/times-components/issues/2936)) ([888e5d6](https://github.com/newsuk/times-components/commit/888e5d62caf3282daeeaf219ec975aa6d0156ee9))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.7.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.6.0...@times-components/context@1.7.0) (2022-05-04)
18
+
19
+
20
+ ### Features
21
+
22
+ * **TDP-1714:** export named breakpoint from ts styleguide ([75e1583](https://github.com/newsuk/times-components/commit/75e1583bd9ca8ce54edb921b301f36733eeae612))
23
+
24
+
25
+
26
+
27
+
28
+ # [1.6.0](https://github.com/newsuk/times-components/compare/@times-components/context@1.5.2...@times-components/context@1.6.0) (2022-04-26)
29
+
30
+
31
+ ### Features
32
+
33
+ * **TDP-1693:** removed react native from article list ([#2929](https://github.com/newsuk/times-components/issues/2929)) ([ff1d9e9](https://github.com/newsuk/times-components/commit/ff1d9e9888d5f7933f1bcf6dfabfc73aa0bd4da2))
34
+
35
+
36
+
37
+
38
+
6
39
  ## [1.5.2](https://github.com/newsuk/times-components/compare/@times-components/context@1.5.1...@times-components/context@1.5.2) (2022-04-22)
7
40
 
8
41
  **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.5.2",
3
+ "version": "1.8.0",
4
4
  "description": "Shared context between components",
5
5
  "main": "dist/context",
6
6
  "dev": "src/context",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "homepage": "https://github.com/newsuk/times-components#readme",
36
36
  "dependencies": {
37
- "@times-components/styleguide": "3.38.42"
37
+ "@times-components/styleguide": "3.38.48"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@babel/core": "7.4.4",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "6e16fe363cdf94ffac0081d032b0556eebeb06fd"
69
+ "gitHead": "1e8347926c89667c768680451a7471e0ba960b5b"
70
70
  }