@times-components/article-image 7.12.1 → 7.12.3

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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
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
+ ## [7.12.3](https://github.com/newsuk/times-components/compare/@times-components/article-image@7.12.2...@times-components/article-image@7.12.3) (2022-09-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TDP-2487:** inline image special characters ([d9d2c22](https://github.com/newsuk/times-components/commit/d9d2c2256f86be3b951590135aac27c2b0ae0767))
12
+ * **TDP-2487:** inline image special characters re merging ([#3160](https://github.com/newsuk/times-components/issues/3160)) ([44c4c92](https://github.com/newsuk/times-components/commit/44c4c92dad8aeacd99a94eac7f60036919fa7d95))
13
+
14
+
15
+ ### Reverts
16
+
17
+ * Revert "fix(TDP-2487): inline image special characters" (#3159) ([7e54d2f](https://github.com/newsuk/times-components/commit/7e54d2fc7003b74b9050915e87eed1e09866ab40)), closes [#3159](https://github.com/newsuk/times-components/issues/3159)
18
+
19
+
20
+
21
+
22
+
23
+ ## [7.12.2](https://github.com/newsuk/times-components/compare/@times-components/article-image@7.12.1...@times-components/article-image@7.12.2) (2022-09-06)
24
+
25
+ **Note:** Version bump only for package @times-components/article-image
26
+
27
+
28
+
29
+
30
+
6
31
  ## [7.12.1](https://github.com/newsuk/times-components/compare/@times-components/article-image@7.12.0...@times-components/article-image@7.12.1) (2022-09-06)
7
32
 
8
33
  **Note:** Version bump only for package @times-components/article-image
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-image",
3
- "version": "7.12.1",
3
+ "version": "7.12.3",
4
4
  "description": "Article Image",
5
5
  "main": "dist/article-image",
6
6
  "dev": "src/article-image",
@@ -52,9 +52,9 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/caption": "3.3.0",
55
+ "@times-components/caption": "3.3.1",
56
56
  "@times-components/context": "1.10.0",
57
- "@times-components/image": "6.13.1",
57
+ "@times-components/image": "6.13.2",
58
58
  "@times-components/responsive": "0.14.0",
59
59
  "@times-components/ts-styleguide": "1.37.0",
60
60
  "@times-components/utils": "6.15.0",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "3df88abd59cac767ff875c11dab2eb7cc553af9a"
75
+ "gitHead": "d800838f55d33f742a1b7595fa7868ab4896f354"
76
76
  }