|
12 | 12 | "prettier:check": "prettier --check \"**/*.{js,ts,tsx}\"", |
13 | 13 | "clean": "del-cli packages/*/lib packages/*/android/build examples/*/android/build examples/*/android/app/build examples/*/ios/build", |
14 | 14 | "build": "turbo run prepare", |
15 | | - "release": "release-it" |
| 15 | + "changeset": "changeset", |
| 16 | + "changeset:version": "changeset version", |
| 17 | + "changeset:publish": "yarn build && changeset publish" |
16 | 18 | }, |
17 | 19 | "keywords": [ |
18 | 20 | "contentpass", |
|
35 | 37 | "access": "public" |
36 | 38 | }, |
37 | 39 | "devDependencies": { |
| 40 | + "@changesets/changelog-github": "^0.5.2", |
| 41 | + "@changesets/cli": "^2.29.8", |
38 | 42 | "@commitlint/config-conventional": "^20.4.1", |
39 | 43 | "@eslint/eslintrc": "^3.3.0", |
40 | 44 | "@evilmartians/lefthook": "^2.1.0", |
41 | 45 | "@react-native-community/cli": "20.1.1", |
42 | 46 | "@react-native/babel-preset": "0.83.1", |
43 | 47 | "@react-native/eslint-config": "^0.83.1", |
44 | | - "@release-it/conventional-changelog": "^10.0.4", |
45 | 48 | "@testing-library/react-native": "^13.3.3", |
46 | 49 | "@types/jest": "^30.0.0", |
47 | 50 | "@types/lodash": "^4.17.23", |
48 | 51 | "@types/react": "^19.2.10", |
49 | 52 | "caniuse-lite": "^1.0.30001769", |
50 | 53 | "commitlint": "^20.4.1", |
51 | | - "conventional-changelog-angular": "^8.1.0", |
52 | 54 | "del-cli": "^7.0.0", |
53 | 55 | "eslint": "^9.39.2", |
54 | 56 | "eslint-config-prettier": "^10.1.8", |
|
62 | 64 | "react-native-builder-bob": "^0.40.17", |
63 | 65 | "react-native-encrypted-storage": "^4.0.3", |
64 | 66 | "react-test-renderer": "19.2.4", |
65 | | - "release-it": "^19.2.4", |
66 | 67 | "turbo": "^2.8.2", |
67 | 68 | "typescript": "^5.9.3" |
68 | 69 | }, |
|
0 commit comments