@atlaspack/types 2.14.5-canary.11 → 2.14.5-canary.111

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