@ornikar/jest-config-react 16.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0 → 17.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 +7 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,12 +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
- ## [16.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@16.0.0...@ornikar/jest-config-react@16.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0) (2025-08-05)
6
+ ## [17.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@16.0.0...@ornikar/jest-config-react@17.0.0) (2025-08-11)
7
7
 
8
8
 
9
- ### Bug Fixes
9
+ ### BREAKING CHANGES
10
+
11
+ * upgrade to Expo 51 [no issue] (#1124)
12
+
13
+ ### Features
10
14
 
11
- * silence warning from react-native-reanimated regarding reduced motion setting ([ed6f0a9](https://github.com/ornikar/shared-configs/commit/ed6f0a900a94f919109f8281b69bbc33067adb47))
15
+ * upgrade to Expo 51 [no issue] ([#1124](https://github.com/ornikar/shared-configs/issues/1124)) ([23b63bf](https://github.com/ornikar/shared-configs/commit/23b63bf48651cf4ba1906462384d3f77497f87fc))
12
16
 
13
17
 
14
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react",
3
- "version": "16.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0",
3
+ "version": "17.0.0",
4
4
  "description": "✅⚛️ jest config for react",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react",
@@ -23,7 +23,7 @@
23
23
  "react-dom": "^18.2.0"
24
24
  },
25
25
  "dependencies": {
26
- "@ornikar/jest-config": "13.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0",
26
+ "@ornikar/jest-config": "13.0.0",
27
27
  "identity-obj-proxy": "^3.0.0",
28
28
  "jest-fail-on-console": "3.3.1"
29
29
  },