Skip to content
This repository was archived by the owner on Jul 14, 2024. It is now read-only.

Commit 893772b

Browse files
authored
refactor: remove semantic-release (#5)
1 parent 3e907c3 commit 893772b

3 files changed

Lines changed: 44 additions & 2402 deletions

File tree

.releaserc

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "🎤 React Native Voice Recognition library for iOS and Android (Online and Offline Support)",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
6-
"version": "3.2.7",
6+
"version": "3.2.8",
77
"keywords": [
88
"android",
99
"ios",
@@ -17,7 +17,6 @@
1717
"build:plugin": "tsc --build plugin",
1818
"prepare": "yarn build && yarn build:plugin",
1919
"sync": "cp -r ./dist example/node_modules/@pedrol2b/react-native-voice",
20-
"semantic:release": "semantic-release",
2120
"test": "jest --watchAll",
2221
"test:watch": "jest --watch",
2322
"test:coverage": "jest --coverage",
@@ -38,7 +37,6 @@
3837
"@babel/core": "^7.24.4",
3938
"@react-native-community/eslint-config": "^3.2.0",
4039
"@react-native/babel-preset": "^0.75.0-main",
41-
"@semantic-release/git": "^10.0.1",
4240
"@testing-library/jest-dom": "^6.4.2",
4341
"@testing-library/react": "^14.2.2",
4442
"@tsconfig/node10": "^1.0.11",
@@ -65,7 +63,6 @@
6563
"prettier": "^3.2.5",
6664
"react": "18.2.0",
6765
"react-native": "^0.73.6",
68-
"semantic-release": "^23.0.7",
6966
"ts-node": "^10.9.2",
7067
"typescript": "^5.4.4"
7168
},

0 commit comments

Comments
 (0)