@atlaspack/types 2.14.5-canary.9 → 2.14.5-canary.90

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 +78 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @atlaspack/types
2
2
 
3
+ ## 2.15.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb)]:
8
+ - @atlaspack/workers@2.14.13
9
+ - @atlaspack/types-internal@2.14.11
10
+
11
+ ## 2.15.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @atlaspack/types-internal@2.14.10
17
+ - @atlaspack/workers@2.14.12
18
+
19
+ ## 2.15.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @atlaspack/types-internal@2.14.9
25
+ - @atlaspack/workers@2.14.11
26
+
27
+ ## 2.15.0
28
+
29
+ ### Minor Changes
30
+
31
+ - [#601](https://github.com/atlassian-labs/atlaspack/pull/601) [`1e32d4e`](https://github.com/atlassian-labs/atlaspack/commit/1e32d4eae6b3af3968e8a0ef97d35b4347fd4196) Thanks [@yamadapc](https://github.com/yamadapc)! - Improve granular configuration file invalidations
32
+
33
+ ### Patch Changes
34
+
35
+ - [#595](https://github.com/atlassian-labs/atlaspack/pull/595) [`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b) Thanks [@yamadapc](https://github.com/yamadapc)! - Add bundleId to write bundle request results
36
+
37
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b)]:
38
+ - @atlaspack/types-internal@2.14.8
39
+ - @atlaspack/workers@2.14.10
40
+
41
+ ## 2.14.9
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies []:
46
+ - @atlaspack/types-internal@2.14.7
47
+ - @atlaspack/workers@2.14.9
48
+
49
+ ## 2.14.8
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies []:
54
+ - @atlaspack/types-internal@2.14.6
55
+ - @atlaspack/workers@2.14.8
56
+
57
+ ## 2.14.7
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies []:
62
+ - @atlaspack/types-internal@2.14.5
63
+ - @atlaspack/workers@2.14.7
64
+
65
+ ## 2.14.6
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies []:
70
+ - @atlaspack/types-internal@2.14.4
71
+ - @atlaspack/workers@2.14.6
72
+
73
+ ## 2.14.5
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies []:
78
+ - @atlaspack/types-internal@2.14.3
79
+ - @atlaspack/workers@2.14.5
80
+
3
81
  ## 2.14.4
4
82
 
5
83
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/types",
3
- "version": "2.14.5-canary.9+4c1714103",
3
+ "version": "2.14.5-canary.90+d1b07988c",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "main": "src/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -16,9 +16,9 @@
16
16
  "check-ts": "tsc --noEmit lib/index.d.ts"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/types-internal": "2.14.1-canary.77+4c1714103",
20
- "@atlaspack/workers": "2.14.5-canary.9+4c1714103"
19
+ "@atlaspack/types-internal": "2.14.1-canary.158+d1b07988c",
20
+ "@atlaspack/workers": "2.14.5-canary.90+d1b07988c"
21
21
  },
22
22
  "type": "commonjs",
23
- "gitHead": "4c1714103dab2aa9039c488f381551d2b65d1d01"
23
+ "gitHead": "d1b07988c0eb630f7161a445ece7cd5034b2551e"
24
24
  }