@atlaspack/bundle-stats 2.14.1-dev.43 → 2.14.1-dev.47

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 +14 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaspack/bundle-stats
2
2
 
3
+ ## 2.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#450](https://github.com/atlassian-labs/atlaspack/pull/450) [`b9d41b1`](https://github.com/atlassian-labs/atlaspack/commit/b9d41b175ad5771651a5b0278a5a0147e669234a) Thanks [@benjervis](https://github.com/benjervis)! - Remove the Atlaspack engines compatibility check
8
+
9
+ - [#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.
10
+ This has hopefully been fixed, so this change will force those packages to re-release.
11
+ - Updated dependencies [[`b9d41b1`](https://github.com/atlassian-labs/atlaspack/commit/b9d41b175ad5771651a5b0278a5a0147e669234a), [`ce13d5e`](https://github.com/atlassian-labs/atlaspack/commit/ce13d5e885d55518ee6318e7a72e3a6e4e5126f2), [`87087f4`](https://github.com/atlassian-labs/atlaspack/commit/87087f44f348ac583a27ea0819122e191ba80f8d), [`e1422ad`](https://github.com/atlassian-labs/atlaspack/commit/e1422ad0a801faaa4bc4f1023bed042ffe236e9b), [`7e357fb`](https://github.com/atlassian-labs/atlaspack/commit/7e357fb173e7958da330e3721667fa5749420952), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
12
+ - @atlaspack/reporter-bundle-stats@2.14.1
13
+ - @atlaspack/core@2.15.0
14
+ - @atlaspack/utils@2.14.1
15
+ - @atlaspack/query@2.14.1
16
+
3
17
  ## 2.14.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/bundle-stats",
3
- "version": "2.14.1-dev.43+e1584ed4e",
3
+ "version": "2.14.1-dev.47+0a3b08abf",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,17 +22,17 @@
22
22
  "node": ">= 16.0.0"
23
23
  },
24
24
  "dependencies": {
25
- "@atlaspack/core": "2.14.1-dev.43+e1584ed4e",
26
- "@atlaspack/query": "2.14.1-dev.43+e1584ed4e",
27
- "@atlaspack/reporter-bundle-stats": "2.14.1-dev.43+e1584ed4e",
28
- "@atlaspack/utils": "2.14.1-dev.43+e1584ed4e",
25
+ "@atlaspack/core": "2.14.1-dev.47+0a3b08abf",
26
+ "@atlaspack/query": "2.14.1-dev.47+0a3b08abf",
27
+ "@atlaspack/reporter-bundle-stats": "2.14.1-dev.47+0a3b08abf",
28
+ "@atlaspack/utils": "2.14.1-dev.47+0a3b08abf",
29
29
  "commander": "^7.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@atlaspack/babel-register": "2.14.0",
33
- "@atlaspack/types": "2.14.1-dev.43+e1584ed4e",
32
+ "@atlaspack/babel-register": "2.14.1",
33
+ "@atlaspack/types": "2.14.1-dev.47+0a3b08abf",
34
34
  "rimraf": "^5.0.5"
35
35
  },
36
36
  "type": "commonjs",
37
- "gitHead": "e1584ed4eba00a5920c981f8622f8c04ee3c73c3"
37
+ "gitHead": "0a3b08abfeb2f12a780b4f6b6e616e3ffe52d951"
38
38
  }