@atlaspack/transformer-html 2.14.5-dev.14 → 2.14.5-dev.1c70d50f9.99

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 +68 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # @atlaspack/transformer-html
2
2
 
3
+ ## 2.14.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/plugin@2.14.14
9
+
10
+ ## 2.14.13
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @atlaspack/plugin@2.14.13
16
+
17
+ ## 2.14.12
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies []:
22
+ - @atlaspack/plugin@2.14.12
23
+
24
+ ## 2.14.11
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies []:
29
+ - @atlaspack/plugin@2.14.11
30
+
31
+ ## 2.14.10
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
36
+ - @atlaspack/rust@3.3.5
37
+ - @atlaspack/plugin@2.14.10
38
+
39
+ ## 2.14.9
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`124b7ff`](https://github.com/atlassian-labs/atlaspack/commit/124b7fff44f71aac9fbad289a9a9509b3dfc9aaa), [`e052521`](https://github.com/atlassian-labs/atlaspack/commit/e0525210850ed1606146eb86991049cf567c5dec), [`15c6d70`](https://github.com/atlassian-labs/atlaspack/commit/15c6d7000bd89da876bc590aa75b17a619a41896), [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6), [`42a775d`](https://github.com/atlassian-labs/atlaspack/commit/42a775de8eec638ad188f3271964170d8c04d84b), [`29c2f10`](https://github.com/atlassian-labs/atlaspack/commit/29c2f106de9679adfb5afa04e1910471dc65a427), [`1ef91fc`](https://github.com/atlassian-labs/atlaspack/commit/1ef91fcc863fdd2831511937083dbbc1263b3d9d)]:
44
+ - @atlaspack/rust@3.3.4
45
+ - @atlaspack/plugin@2.14.9
46
+
47
+ ## 2.14.8
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
52
+ - @atlaspack/rust@3.3.3
53
+ - @atlaspack/plugin@2.14.8
54
+
55
+ ## 2.14.7
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [[`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
60
+ - @atlaspack/rust@3.3.2
61
+ - @atlaspack/plugin@2.14.7
62
+
63
+ ## 2.14.6
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
68
+ - @atlaspack/rust@3.3.1
69
+ - @atlaspack/plugin@2.14.6
70
+
3
71
  ## 2.14.5
4
72
 
5
73
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-html",
3
- "version": "2.14.5-dev.14+8c369e38c",
3
+ "version": "2.14.5-dev.1c70d50f9.99+1c70d50f9",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,9 +18,9 @@
18
18
  "node": ">= 16.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@atlaspack/diagnostic": "2.14.1-dev.82+8c369e38c",
22
- "@atlaspack/plugin": "2.14.5-dev.14+8c369e38c",
23
- "@atlaspack/rust": "3.2.1-dev.14+8c369e38c",
21
+ "@atlaspack/diagnostic": "2.14.1-dev.1c70d50f9.167+1c70d50f9",
22
+ "@atlaspack/plugin": "2.14.5-dev.1c70d50f9.99+1c70d50f9",
23
+ "@atlaspack/rust": "3.2.1-dev.1c70d50f9.99+1c70d50f9",
24
24
  "nullthrows": "^1.1.1",
25
25
  "posthtml": "^0.16.5",
26
26
  "posthtml-parser": "^0.10.1",
@@ -29,8 +29,8 @@
29
29
  "srcset": "4"
30
30
  },
31
31
  "devDependencies": {
32
- "@atlaspack/core": "2.16.2-dev.14+8c369e38c"
32
+ "@atlaspack/core": "2.16.2-dev.1c70d50f9.99+1c70d50f9"
33
33
  },
34
34
  "type": "commonjs",
35
- "gitHead": "8c369e38ccd428409811114aebd6044c27f90705"
35
+ "gitHead": "1c70d50f914cb662515b0b61053e51a06f3af234"
36
36
  }