expo-speech 13.0.0-canary-20241021-c4b5a93 → 13.0.1-canary-20241211-61c49bd

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.
package/CHANGELOG.md CHANGED
@@ -4,12 +4,20 @@
4
4
 
5
5
  ### 🛠 Breaking changes
6
6
 
7
- - Bumped iOS deployment target to 15.1. ([#30840](https://github.com/expo/expo/pull/30840) by [@tsapeta](https://github.com/tsapeta))
8
-
9
7
  ### 🎉 New features
10
8
 
11
9
  ### 🐛 Bug fixes
12
10
 
11
+ ### 💡 Others
12
+
13
+ ## 13.0.0 — 2024-10-22
14
+
15
+ ### 🛠 Breaking changes
16
+
17
+ - Bumped iOS deployment target to 15.1. ([#30840](https://github.com/expo/expo/pull/30840) by [@tsapeta](https://github.com/tsapeta))
18
+
19
+ ### 🐛 Bug fixes
20
+
13
21
  - [Web] Fix `onDone` not firing listeners. ([#28904](https://github.com/expo/expo/pull/28904) by [@aleqsio](https://github.com/aleqsio))
14
22
 
15
23
  ### 💡 Others
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'host.exp.exponent'
4
- version = '12.0.2'
4
+ version = '13.0.0'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -14,6 +14,6 @@ android {
14
14
  namespace "expo.modules.speech"
15
15
  defaultConfig {
16
16
  versionCode 18
17
- versionName "12.0.2"
17
+ versionName "13.0.0"
18
18
  }
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-speech",
3
- "version": "13.0.0-canary-20241021-c4b5a93",
3
+ "version": "13.0.1-canary-20241211-61c49bd",
4
4
  "description": "Provides text-to-speech functionality.",
5
5
  "main": "build/Speech.js",
6
6
  "types": "build/Speech.d.ts",
@@ -37,10 +37,9 @@
37
37
  },
38
38
  "dependencies": {},
39
39
  "devDependencies": {
40
- "expo-module-scripts": "3.6.0-canary-20241021-c4b5a93"
40
+ "expo-module-scripts": "4.0.3-canary-20241211-61c49bd"
41
41
  },
42
42
  "peerDependencies": {
43
- "expo": "52.0.0-canary-20241021-c4b5a93"
44
- },
45
- "gitHead": "c4b5a932011f3dfab7a0302ff32cce7c33aa7c28"
43
+ "expo": "53.0.0-canary-20241211-61c49bd"
44
+ }
46
45
  }