@atlaspack/utils 2.14.5-canary.127 → 2.14.5-canary.128

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaspack/utils
2
2
 
3
+ ## 2.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#640](https://github.com/atlassian-labs/atlaspack/pull/640) [`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d) Thanks [@JakeLane](https://github.com/JakeLane)! - Clean up conditional bundling feature flags
8
+
9
+ - [#693](https://github.com/atlassian-labs/atlaspack/pull/693) [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417) Thanks [@mattcompiles](https://github.com/mattcompiles)! - These packages should have been bumped in [pull request 691](https://github.com/atlassian-labs/atlaspack/pull/691).
10
+
11
+ Rectifying by creating a new changeset now.
12
+
13
+ ### Patch Changes
14
+
15
+ - [#645](https://github.com/atlassian-labs/atlaspack/pull/645) [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3) Thanks [@alshdavid](https://github.com/alshdavid)! - Updated build system and added some extra test-specific code
16
+
17
+ - [#682](https://github.com/atlassian-labs/atlaspack/pull/682) [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56) Thanks [@alshdavid](https://github.com/alshdavid)! - Updating build system
18
+
19
+ - Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`c4415a4`](https://github.com/atlassian-labs/atlaspack/commit/c4415a455543d984ca28452c2cb87a794d22497c), [`f0f7c71`](https://github.com/atlassian-labs/atlaspack/commit/f0f7c7168a1d3d18c6f30d2daed611275692b7c5), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56)]:
20
+ - @atlaspack/feature-flags@2.19.0
21
+ - @atlaspack/rust@3.4.1
22
+ - @atlaspack/codeframe@2.13.4
23
+ - @atlaspack/logger@2.14.13
24
+
3
25
  ## 2.16.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/utils",
3
- "version": "2.14.5-canary.127+969b3de9a",
3
+ "version": "2.14.5-canary.128+8847dd115",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -30,12 +30,12 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@atlaspack/codeframe": "2.13.3-canary.195+969b3de9a",
34
- "@atlaspack/diagnostic": "2.14.1-canary.195+969b3de9a",
35
- "@atlaspack/feature-flags": "2.14.1-canary.195+969b3de9a",
36
- "@atlaspack/logger": "2.14.5-canary.127+969b3de9a",
37
- "@atlaspack/markdown-ansi": "2.14.1-canary.195+969b3de9a",
38
- "@atlaspack/rust": "3.2.1-canary.127+969b3de9a",
33
+ "@atlaspack/codeframe": "2.13.3-canary.196+8847dd115",
34
+ "@atlaspack/diagnostic": "2.14.1-canary.196+8847dd115",
35
+ "@atlaspack/feature-flags": "2.14.1-canary.196+8847dd115",
36
+ "@atlaspack/logger": "2.14.5-canary.128+8847dd115",
37
+ "@atlaspack/markdown-ansi": "2.14.1-canary.196+8847dd115",
38
+ "@atlaspack/rust": "3.2.1-canary.128+8847dd115",
39
39
  "@iarna/toml": "^2.2.0",
40
40
  "@parcel/source-map": "^2.1.1",
41
41
  "ansi-html-community": "0.0.8",
@@ -67,5 +67,5 @@
67
67
  "@atlaspack/markdown-ansi": false
68
68
  },
69
69
  "type": "commonjs",
70
- "gitHead": "969b3de9a78423f3ca7ebb3b2cbd8c2679b48462"
70
+ "gitHead": "8847dd1150b7d2f43211067ba88002c1d34181e3"
71
71
  }