@atlaspack/babel-plugin-transform-contextual-imports 2.13.2-dev.3689 → 2.14.1-canary.10

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 +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaspack/babel-plugin-transform-contextual-imports
2
2
 
3
+ ## 2.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#339](https://github.com/atlassian-labs/atlaspack/pull/339) [`bfe81e5`](https://github.com/atlassian-labs/atlaspack/commit/bfe81e551c4e4bb2cac7fc4745222e66962c1728) Thanks [@yamadapc](https://github.com/yamadapc)! - Update cache invalidation metrics with build type
8
+
9
+ - [#369](https://github.com/atlassian-labs/atlaspack/pull/369) [`7ef6c41`](https://github.com/atlassian-labs/atlaspack/commit/7ef6c41ac16720c5667f598ad8930fbe69ffa635) Thanks [@JakeLane](https://github.com/JakeLane)! - Use new transformed syntax in @atlaspack/babel-plugin-transform-contextual-imports to better support jest
10
+
11
+ ### Patch Changes
12
+
13
+ - [#396](https://github.com/atlassian-labs/atlaspack/pull/396) [`0e563b5`](https://github.com/atlassian-labs/atlaspack/commit/0e563b5d368de64ebef2ce7ce886353f804b60ab) Thanks [@JakeLane](https://github.com/JakeLane)! - Bring back server config option to babel plugin
14
+
15
+ - [#414](https://github.com/atlassian-labs/atlaspack/pull/414) [`eff9809`](https://github.com/atlassian-labs/atlaspack/commit/eff98093703b9999a511b87a19562f5aaccfcb53) Thanks [@alshdavid](https://github.com/alshdavid)! - Added type:commonjs to package.json files
16
+
3
17
  ## 2.13.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/babel-plugin-transform-contextual-imports",
3
- "version": "2.13.2-dev.3689+7a2e6e783",
3
+ "version": "2.14.1-canary.10+3b66d6b4b",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,5 +22,6 @@
22
22
  "@types/babel__core": "^7.12.2",
23
23
  "@types/babel__helper-plugin-utils": "^7.10.3"
24
24
  },
25
- "gitHead": "7a2e6e7835fa846b27021b374097c6a4f37541ba"
25
+ "type": "commonjs",
26
+ "gitHead": "3b66d6b4bfd652ab3b41e86aacf3e47d39cd5a70"
26
27
  }