-
Notifications
You must be signed in to change notification settings - Fork 197
fix: package dependency fixes #869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Adds `tsub` as a dependency on core (missing, only required for types) - Fixes TS builds for correctly importing sovran types from core - Move dependencies to peerDependencies in plugins
## [@segment/analytics-react-native-v2.16.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.15.0...@segment/analytics-react-native-v2.16.0) (2023-08-21) ### Features * add saveDelay option for persistor ([#811](#811)) ([11d5e87](11d5e87)) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e)) * resolve potential build issues with RN 0.72 ([#841](#841)) ([d287304](d287304))
🎉 This PR is included in version @segment/analytics-react-native-v2.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-adjust-v0.6.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-adjust-v0.6.2...@segment/analytics-react-native-plugin-adjust-v0.6.3) (2023-08-21) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-adjust-v0.6.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-appsflyer-v0.5.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-appsflyer-v0.5.2...@segment/analytics-react-native-plugin-appsflyer-v0.5.3) (2023-08-21) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-appsflyer-v0.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-branch-v1.0.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-branch-v1.0.2...@segment/analytics-react-native-plugin-branch-v1.0.3) (2023-08-21) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-branch-v1.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-clevertap-v1.0.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.2...@segment/analytics-react-native-plugin-clevertap-v1.0.3) (2023-08-21) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-clevertap-v1.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-destination-filters-v1.0.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.3...@segment/analytics-react-native-plugin-destination-filters-v1.0.4) (2023-08-21) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-destination-filters-v1.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-facebook-app-events-v0.5.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-facebook-app-events-v0.5.2...@segment/analytics-react-native-plugin-facebook-app-events-v0.5.3) (2023-08-21) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-facebook-app-events-v0.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@segment/analytics-react-native-plugin-mixpanel-v0.3.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-mixpanel-v0.3.3...@segment/analytics-react-native-plugin-mixpanel-v0.3.4) (2023-09-14) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e))
🎉 This PR is included in version @segment/analytics-react-native-plugin-mixpanel-v0.3.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
tsub
as a dependency on core (missing, only required for types)