@atlaspack/profiler 2.14.1-dev.15 → 2.14.1-dev.161

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 +88 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,93 @@
1
1
  # @atlaspack/profiler
2
2
 
3
+ ## 2.14.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/types-internal@2.14.12
9
+
10
+ ## 2.14.11
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @atlaspack/types-internal@2.14.11
16
+
17
+ ## 2.14.10
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies []:
22
+ - @atlaspack/types-internal@2.14.10
23
+
24
+ ## 2.14.9
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies []:
29
+ - @atlaspack/types-internal@2.14.9
30
+
31
+ ## 2.14.8
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b)]:
36
+ - @atlaspack/types-internal@2.14.8
37
+
38
+ ## 2.14.7
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies []:
43
+ - @atlaspack/types-internal@2.14.7
44
+
45
+ ## 2.14.6
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies []:
50
+ - @atlaspack/types-internal@2.14.6
51
+
52
+ ## 2.14.5
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies []:
57
+ - @atlaspack/types-internal@2.14.5
58
+
59
+ ## 2.14.4
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies []:
64
+ - @atlaspack/types-internal@2.14.4
65
+
66
+ ## 2.14.3
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies []:
71
+ - @atlaspack/types-internal@2.14.3
72
+
73
+ ## 2.14.2
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies []:
78
+ - @atlaspack/types-internal@2.14.2
79
+
80
+ ## 2.14.1
81
+
82
+ ### Patch Changes
83
+
84
+ - [#478](https://github.com/atlassian-labs/atlaspack/pull/478) [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b) Thanks [@yamadapc](https://github.com/yamadapc)! - The first attempt at Version Packages didn't include the built artifacts.
85
+ This has hopefully been fixed, so this change will force those packages to re-release.
86
+ - Updated dependencies [[`e1422ad`](https://github.com/atlassian-labs/atlaspack/commit/e1422ad0a801faaa4bc4f1023bed042ffe236e9b), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
87
+ - @atlaspack/types-internal@2.14.1
88
+ - @atlaspack/diagnostic@2.14.1
89
+ - @atlaspack/events@2.14.1
90
+
3
91
  ## 2.14.0
4
92
 
5
93
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/profiler",
3
- "version": "2.14.1-dev.15+30b65feb9",
3
+ "version": "2.14.1-dev.161+207d003c0",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -20,11 +20,11 @@
20
20
  "check-ts": "tsc --noEmit lib/index.d.ts"
21
21
  },
22
22
  "dependencies": {
23
- "@atlaspack/diagnostic": "2.14.1-dev.15+30b65feb9",
24
- "@atlaspack/events": "2.14.1-dev.15+30b65feb9",
25
- "@atlaspack/types-internal": "2.14.1-dev.15+30b65feb9",
23
+ "@atlaspack/diagnostic": "2.14.1-dev.161+207d003c0",
24
+ "@atlaspack/events": "2.14.1-dev.161+207d003c0",
25
+ "@atlaspack/types-internal": "2.14.1-dev.161+207d003c0",
26
26
  "chrome-trace-event": "^1.0.2"
27
27
  },
28
28
  "type": "commonjs",
29
- "gitHead": "30b65feb98113722e721c7cdee547765d195b65a"
29
+ "gitHead": "207d003c0f1d4ffa6a1c52d2f8841d998616c523"
30
30
  }