@atlaspack/transformer-html 2.14.5-canary.8 → 2.14.5-canary.81

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 +62 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @atlaspack/transformer-html
2
2
 
3
+ ## 2.14.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/plugin@2.14.12
9
+
10
+ ## 2.14.11
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @atlaspack/plugin@2.14.11
16
+
17
+ ## 2.14.10
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
22
+ - @atlaspack/rust@3.3.5
23
+ - @atlaspack/plugin@2.14.10
24
+
25
+ ## 2.14.9
26
+
27
+ ### Patch Changes
28
+
29
+ - 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)]:
30
+ - @atlaspack/rust@3.3.4
31
+ - @atlaspack/plugin@2.14.9
32
+
33
+ ## 2.14.8
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
38
+ - @atlaspack/rust@3.3.3
39
+ - @atlaspack/plugin@2.14.8
40
+
41
+ ## 2.14.7
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [[`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
46
+ - @atlaspack/rust@3.3.2
47
+ - @atlaspack/plugin@2.14.7
48
+
49
+ ## 2.14.6
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
54
+ - @atlaspack/rust@3.3.1
55
+ - @atlaspack/plugin@2.14.6
56
+
57
+ ## 2.14.5
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [[`e2ba0f6`](https://github.com/atlassian-labs/atlaspack/commit/e2ba0f69702656f3d1ce95ab1454e35062b13b39), [`d2c50c2`](https://github.com/atlassian-labs/atlaspack/commit/d2c50c2c020888b33bb25b8690d9320c2b69e2a6), [`46a90dc`](https://github.com/atlassian-labs/atlaspack/commit/46a90dccd019a26b222c878a92d23acc75dc67c5)]:
62
+ - @atlaspack/rust@3.3.0
63
+ - @atlaspack/plugin@2.14.5
64
+
3
65
  ## 2.14.4
4
66
 
5
67
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-html",
3
- "version": "2.14.5-canary.8+46a90dccd",
3
+ "version": "2.14.5-canary.81+bb6785315",
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.76+46a90dccd",
22
- "@atlaspack/plugin": "2.14.5-canary.8+46a90dccd",
23
- "@atlaspack/rust": "3.2.1-canary.8+46a90dccd",
21
+ "@atlaspack/diagnostic": "2.14.1-canary.149+bb6785315",
22
+ "@atlaspack/plugin": "2.14.5-canary.81+bb6785315",
23
+ "@atlaspack/rust": "3.2.1-canary.81+bb6785315",
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.8+46a90dccd"
32
+ "@atlaspack/core": "2.16.2-canary.81+bb6785315"
33
33
  },
34
34
  "type": "commonjs",
35
- "gitHead": "46a90dccd019a26b222c878a92d23acc75dc67c5"
35
+ "gitHead": "bb6785315eea7df56b621d9e81cc106836c30d75"
36
36
  }