@atlaspack/bundler-default 2.14.5-canary.174 → 2.14.5-canary.175

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 +17 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaspack/bundler-default
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#753](https://github.com/atlassian-labs/atlaspack/pull/753) [`f0349a6`](https://github.com/atlassian-labs/atlaspack/commit/f0349a6b9b04755088f121095ca6301a2ada3767) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add configurable async bundle merging and redundant shared bundle removal behind a feature flag.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#761](https://github.com/atlassian-labs/atlaspack/pull/761) [`8843980`](https://github.com/atlassian-labs/atlaspack/commit/88439807be20025fd3433380204ff1205079729e) Thanks [@marcins](https://github.com/marcins)! - Adds a new feature flag `singleFileOutputStableName` - when enabled, bundles produced by the experimental single file output bundler will have stable names (i.e. no hash).
12
+
13
+ - Updated dependencies [[`f0349a6`](https://github.com/atlassian-labs/atlaspack/commit/f0349a6b9b04755088f121095ca6301a2ada3767), [`a5081c3`](https://github.com/atlassian-labs/atlaspack/commit/a5081c3f9207d28716ee4edd3841de1830ea4b80), [`f930003`](https://github.com/atlassian-labs/atlaspack/commit/f930003364fdc31e5487520ebe256f1a9389f579), [`f930003`](https://github.com/atlassian-labs/atlaspack/commit/f930003364fdc31e5487520ebe256f1a9389f579), [`8843980`](https://github.com/atlassian-labs/atlaspack/commit/88439807be20025fd3433380204ff1205079729e)]:
14
+ - @atlaspack/feature-flags@2.24.0
15
+ - @atlaspack/utils@2.19.0
16
+ - @atlaspack/graph@3.5.17
17
+ - @atlaspack/types-internal@2.19.4
18
+ - @atlaspack/plugin@2.14.28
19
+
3
20
  ## 3.3.4
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/bundler-default",
3
- "version": "2.14.5-canary.174+a5081c3f9",
3
+ "version": "2.14.5-canary.175+cb79c1451",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
@@ -17,13 +17,13 @@
17
17
  "node": ">= 16.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@atlaspack/diagnostic": "2.14.1-canary.242+a5081c3f9",
21
- "@atlaspack/feature-flags": "2.14.1-canary.242+a5081c3f9",
22
- "@atlaspack/graph": "3.4.1-canary.242+a5081c3f9",
23
- "@atlaspack/plugin": "2.14.5-canary.174+a5081c3f9",
24
- "@atlaspack/rust": "3.2.1-canary.174+a5081c3f9",
25
- "@atlaspack/types-internal": "2.14.1-canary.242+a5081c3f9",
26
- "@atlaspack/utils": "2.14.5-canary.174+a5081c3f9",
20
+ "@atlaspack/diagnostic": "2.14.1-canary.243+cb79c1451",
21
+ "@atlaspack/feature-flags": "2.14.1-canary.243+cb79c1451",
22
+ "@atlaspack/graph": "3.4.1-canary.243+cb79c1451",
23
+ "@atlaspack/plugin": "2.14.5-canary.175+cb79c1451",
24
+ "@atlaspack/rust": "3.2.1-canary.175+cb79c1451",
25
+ "@atlaspack/types-internal": "2.14.1-canary.243+cb79c1451",
26
+ "@atlaspack/utils": "2.14.5-canary.175+cb79c1451",
27
27
  "@types/sorted-array-functions": "^1.0.0",
28
28
  "many-keys-map": "^1.0.3",
29
29
  "nullthrows": "^1.1.1",
@@ -33,5 +33,5 @@
33
33
  "check-ts": "tsc --emitDeclarationOnly --rootDir src",
34
34
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
35
35
  },
36
- "gitHead": "a5081c3f9207d28716ee4edd3841de1830ea4b80"
36
+ "gitHead": "cb79c14513855ae693401a629714e71601416c65"
37
37
  }