@atlaspack/apvm-linux-amd64 0.0.6-canary.24 → 0.0.6-canary.241

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atlaspack/apvm-linux-amd64
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#785](https://github.com/atlassian-labs/atlaspack/pull/785) [`0e7dd5e`](https://github.com/atlassian-labs/atlaspack/commit/0e7dd5ec6fbe05aa9e0bb5775a9d0975f206a922) Thanks [@matt-koko](https://github.com/matt-koko)! - We need to re-publish every package in Atlaspack with the corrected types field.
8
+
9
+ ## 0.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [#730](https://github.com/atlassian-labs/atlaspack/pull/730) [`f1b48e7`](https://github.com/atlassian-labs/atlaspack/commit/f1b48e7a04e005cef0f36a3e692087a9ecdb6f7a) Thanks [@alshdavid](https://github.com/alshdavid)! - Added support for unified Atlaspack
14
+
15
+ ## 0.0.7
16
+
17
+ ## 0.0.6
18
+
19
+ ### Patch Changes
20
+
21
+ - [#615](https://github.com/atlassian-labs/atlaspack/pull/615) [`3dee1f8`](https://github.com/atlassian-labs/atlaspack/commit/3dee1f83b60711711f8ae298ba2e46100cb18291) Thanks [@marcins](https://github.com/marcins)! - Change APVM atlaspack script to work with ATLASPACK_DEV
22
+
3
23
  ## 0.0.5
4
24
 
5
25
  ## 0.0.4
package/apvm-linux-amd64 CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaspack/apvm-linux-amd64",
3
3
  "description": "Atlaspack version manager",
4
- "version": "0.0.6-canary.24+9b814a847",
4
+ "version": "0.0.6-canary.241+816fbf634",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "type": "commonjs",
7
7
  "copyBin": {
@@ -25,7 +25,7 @@
25
25
  "prepack": "node ../../../scripts/prepare-os-arch-package.mjs",
26
26
  "prepublishOnly": "node ../../../scripts/prepare-os-arch-package.mjs"
27
27
  },
28
- "gitHead": "9b814a847d7f5bd71f9e84eb498598ef90c7bd3a",
28
+ "gitHead": "816fbf634125215c3b4f2d79c0cd4a976648f1dc",
29
29
  "os": [
30
30
  "linux"
31
31
  ],