@atlaspack/types 2.14.5-canary.10 → 2.14.5-canary.101

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 +94 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,99 @@
1
1
  # @atlaspack/types
2
2
 
3
+ ## 2.15.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/types-internal@2.14.13
9
+ - @atlaspack/workers@2.14.15
10
+
11
+ ## 2.15.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @atlaspack/types-internal@2.14.12
17
+ - @atlaspack/workers@2.14.14
18
+
19
+ ## 2.15.3
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb)]:
24
+ - @atlaspack/workers@2.14.13
25
+ - @atlaspack/types-internal@2.14.11
26
+
27
+ ## 2.15.2
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies []:
32
+ - @atlaspack/types-internal@2.14.10
33
+ - @atlaspack/workers@2.14.12
34
+
35
+ ## 2.15.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies []:
40
+ - @atlaspack/types-internal@2.14.9
41
+ - @atlaspack/workers@2.14.11
42
+
43
+ ## 2.15.0
44
+
45
+ ### Minor Changes
46
+
47
+ - [#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
48
+
49
+ ### Patch Changes
50
+
51
+ - [#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
52
+
53
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b)]:
54
+ - @atlaspack/types-internal@2.14.8
55
+ - @atlaspack/workers@2.14.10
56
+
57
+ ## 2.14.9
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies []:
62
+ - @atlaspack/types-internal@2.14.7
63
+ - @atlaspack/workers@2.14.9
64
+
65
+ ## 2.14.8
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies []:
70
+ - @atlaspack/types-internal@2.14.6
71
+ - @atlaspack/workers@2.14.8
72
+
73
+ ## 2.14.7
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies []:
78
+ - @atlaspack/types-internal@2.14.5
79
+ - @atlaspack/workers@2.14.7
80
+
81
+ ## 2.14.6
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies []:
86
+ - @atlaspack/types-internal@2.14.4
87
+ - @atlaspack/workers@2.14.6
88
+
89
+ ## 2.14.5
90
+
91
+ ### Patch Changes
92
+
93
+ - Updated dependencies []:
94
+ - @atlaspack/types-internal@2.14.3
95
+ - @atlaspack/workers@2.14.5
96
+
3
97
  ## 2.14.4
4
98
 
5
99
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/types",
3
- "version": "2.14.5-canary.10+e28fbeb3a",
3
+ "version": "2.14.5-canary.101+d267b9a05",
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.78+e28fbeb3a",
20
- "@atlaspack/workers": "2.14.5-canary.10+e28fbeb3a"
19
+ "@atlaspack/types-internal": "2.14.1-canary.169+d267b9a05",
20
+ "@atlaspack/workers": "2.14.5-canary.101+d267b9a05"
21
21
  },
22
22
  "type": "commonjs",
23
- "gitHead": "e28fbeb3a609aad3e44af9b8d3d5fd83dda38941"
23
+ "gitHead": "d267b9a05c2a3643f27f90013f458dcc7452d25b"
24
24
  }