@ornikar/jest-config-react-native 11.1.1-canary.a4af452d883a4606c51343e546a0e14fc3d1cda6.0 → 12.0.0

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 +6 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,13 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.1.1-canary.a4af452d883a4606c51343e546a0e14fc3d1cda6.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.1.0...@ornikar/jest-config-react-native@11.1.1-canary.a4af452d883a4606c51343e546a0e14fc3d1cda6.0) (2024-05-13)
6
+ ## [12.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.1.0...@ornikar/jest-config-react-native@12.0.0) (2024-05-27)
7
7
 
8
8
 
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * **jest-config-react-native:** bump jest-expo [no issue] (#1068)
12
+
9
13
  ### Features
10
14
 
11
- * **jest-config-react-native:** bump jest-expo ([7fb7cc4](https://github.com/ornikar/shared-configs/commit/7fb7cc4846aea665801aaa7cae2b7d3c830c84eb))
12
- * remove custom transform as it was failing expo-linear-gradient transformation ([732de1a](https://github.com/ornikar/shared-configs/commit/732de1a0171f42a1d964e7c5ed1dc637f9afa0eb))
15
+ * **jest-config-react-native:** bump jest-expo [no issue] ([#1068](https://github.com/ornikar/shared-configs/issues/1068)) ([09341bc](https://github.com/ornikar/shared-configs/commit/09341bc1e7e839d7ec0b54bf546ad242f8ed91d2))
13
16
 
14
17
 
15
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react-native",
3
- "version": "11.1.1-canary.a4af452d883a4606c51343e546a0e14fc3d1cda6.0",
3
+ "version": "12.0.0",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@ornikar/jest-config-react": "13.0.3-canary.a4af452d883a4606c51343e546a0e14fc3d1cda6.0",
46
+ "@ornikar/jest-config-react": "14.0.0",
47
47
  "@sucrase/jest-plugin": "^3.0.0",
48
48
  "sucrase": "^3.34.0"
49
49
  },