@atlaspack/transformer-html 2.14.5-canary.13 → 2.14.5-canary.130

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 +98 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,103 @@
1
1
  # @atlaspack/transformer-html
2
2
 
3
+ ## 2.14.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`f0f7c71`](https://github.com/atlassian-labs/atlaspack/commit/f0f7c7168a1d3d18c6f30d2daed611275692b7c5)]:
8
+ - @atlaspack/rust@3.4.1
9
+ - @atlaspack/plugin@2.14.18
10
+
11
+ ## 2.14.17
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`c75bf55`](https://github.com/atlassian-labs/atlaspack/commit/c75bf553fff4decc285b5fd499a275853b18f8f2)]:
16
+ - @atlaspack/rust@3.4.0
17
+ - @atlaspack/plugin@2.14.17
18
+
19
+ ## 2.14.16
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @atlaspack/plugin@2.14.16
25
+
26
+ ## 2.14.15
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies []:
31
+ - @atlaspack/plugin@2.14.15
32
+
33
+ ## 2.14.14
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies []:
38
+ - @atlaspack/plugin@2.14.14
39
+
40
+ ## 2.14.13
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies []:
45
+ - @atlaspack/plugin@2.14.13
46
+
47
+ ## 2.14.12
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies []:
52
+ - @atlaspack/plugin@2.14.12
53
+
54
+ ## 2.14.11
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies []:
59
+ - @atlaspack/plugin@2.14.11
60
+
61
+ ## 2.14.10
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [[`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
66
+ - @atlaspack/rust@3.3.5
67
+ - @atlaspack/plugin@2.14.10
68
+
69
+ ## 2.14.9
70
+
71
+ ### Patch Changes
72
+
73
+ - 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)]:
74
+ - @atlaspack/rust@3.3.4
75
+ - @atlaspack/plugin@2.14.9
76
+
77
+ ## 2.14.8
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [[`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
82
+ - @atlaspack/rust@3.3.3
83
+ - @atlaspack/plugin@2.14.8
84
+
85
+ ## 2.14.7
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [[`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
90
+ - @atlaspack/rust@3.3.2
91
+ - @atlaspack/plugin@2.14.7
92
+
93
+ ## 2.14.6
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
98
+ - @atlaspack/rust@3.3.1
99
+ - @atlaspack/plugin@2.14.6
100
+
3
101
  ## 2.14.5
4
102
 
5
103
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-html",
3
- "version": "2.14.5-canary.13+e0f533757",
3
+ "version": "2.14.5-canary.130+13aef177e",
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-canary.81+e0f533757",
22
- "@atlaspack/plugin": "2.14.5-canary.13+e0f533757",
23
- "@atlaspack/rust": "3.2.1-canary.13+e0f533757",
21
+ "@atlaspack/diagnostic": "2.14.1-canary.198+13aef177e",
22
+ "@atlaspack/plugin": "2.14.5-canary.130+13aef177e",
23
+ "@atlaspack/rust": "3.2.1-canary.130+13aef177e",
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-canary.13+e0f533757"
32
+ "@atlaspack/core": "2.16.2-canary.130+13aef177e"
33
33
  },
34
34
  "type": "commonjs",
35
- "gitHead": "e0f533757bd1019dbd108a04952c87da15286e09"
35
+ "gitHead": "13aef177eea289a6e40d2113b5ec1ac9be18a33d"
36
36
  }