Skip to content

Commit 58512ef

Browse files
authored
ci: npm release
2 parents b196f29 + 23fae54 commit 58512ef

File tree

3 files changed

+595
-464
lines changed

3 files changed

+595
-464
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# react-native-google-maps-plus
22

3+
[![npm version](https://img.shields.io/npm/v/react-native-google-maps-plus.svg)](https://www.npmjs.com/package/react-native-google-maps-plus)
4+
[![Release](https://github.com/pinpong/react-native-google-maps-plus/actions/workflows/release.yml/badge.svg)](https://github.com/pinpong/react-native-google-maps-plus/actions/workflows/release.yml)
5+
[![Issues](https://img.shields.io/github/issues/pinpong/react-native-google-maps-plus)](https://github.com/pinpong/react-native-google-maps-plus/issues)
6+
[![License](https://img.shields.io/github/license/pinpong/react-native-google-maps-plus)](./LICENSE)
7+
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)
8+
[![TypeScript](https://img.shields.io/badge/%3C/%3E-TypeScript-blue.svg)](https://www.typescriptlang.org/)
9+
[![Lint](https://img.shields.io/badge/lint-eslint-green.svg)](https://eslint.org/)
10+
[![React Native](https://img.shields.io/badge/react--native-%3E%3D0.81.0-61dafb.svg)](https://reactnative.dev/)
11+
[![Platform: Android](https://img.shields.io/badge/platform-android-green.svg)](https://developer.android.com/)
12+
[![Platform: iOS](https://img.shields.io/badge/platform-iOS-lightgrey.svg)](https://developer.apple.com/ios/)
13+
314
React-native wrapper for android & IOS google maps sdk
415

516
## Installation

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"@react-native/eslint-config": "0.82.0-rc.4",
7272
"@semantic-release/changelog": "6.0.3",
7373
"@semantic-release/git": "10.0.1",
74+
"@semantic-release/npm": "13.0.0-alpha.15",
7475
"@types/jest": "30.0.0",
7576
"@types/react": "19.1.15",
7677
"clang-format-node": "2.0.1",
@@ -88,9 +89,13 @@
8889
"react-native": "0.82.0-rc.4",
8990
"react-native-builder-bob": "0.40.13",
9091
"react-native-nitro-modules": "0.29.6",
91-
"semantic-release": "24.2.9",
92+
"semantic-release": "^25.0.0-alpha.6",
9293
"typescript": "5.9.2"
9394
},
95+
"overrides": {
96+
"@semantic-release/npm": "13.0.0-alpha.15",
97+
"semantic-release": "^25.0.0-alpha.6"
98+
},
9499
"peerDependencies": {
95100
"react": "*",
96101
"react-native": "*",

0 commit comments

Comments
 (0)