Skip to content

Commit f55d19c

Browse files
committed
ci: replace with semantic-release-monorepo-esm
1 parent a0de6c6 commit f55d19c

File tree

36 files changed

+191
-138
lines changed

36 files changed

+191
-138
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-native-builder-bob": "^0.23.1",
6060
"rimraf": "^5.0.5",
6161
"semantic-release": "^22.0.8",
62-
"semantic-release-monorepo": "^7.0.5",
62+
"semantic-release-monorepo-esm": "^1.0.12",
6363
"ts-jest": "^29.1.1",
6464
"typescript": "^5.2.2"
6565
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/uuid": "^9.0.7",
5959
"jest": "^29.7.0",
6060
"semantic-release": "^22.0.8",
61-
"semantic-release-monorepo": "^7.0.5",
61+
"semantic-release-monorepo-esm": "^1.0.12",
6262
"typescript": "^5.2.2"
6363
},
6464
"peerDependencies": {

packages/core/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['../../release.config.js', 'semantic-release-monorepo'],
2+
extends: ['../../release.config.js', 'semantic-release-monorepo-esm'],
33
};

packages/plugins/plugin-adjust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-native-builder-bob": "^0.23.1",
5858
"rimraf": "^5.0.5",
5959
"semantic-release": "^22.0.8",
60-
"semantic-release-monorepo": "^7.0.5",
60+
"semantic-release-monorepo-esm": "^1.0.12",
6161
"typescript": "^5.2.2"
6262
},
6363
"react-native-builder-bob": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['../../../release.config.js', 'semantic-release-monorepo'],
2+
extends: ['../../../release.config.js', 'semantic-release-monorepo-esm'],
33
};

packages/plugins/plugin-advertising-id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"react-native-builder-bob": "^0.23.1",
5656
"rimraf": "^5.0.5",
5757
"semantic-release": "^22.0.8",
58-
"semantic-release-monorepo": "^7.0.5",
58+
"semantic-release-monorepo-esm": "^1.0.12",
5959
"typescript": "^5.2.2"
6060
},
6161
"react-native-builder-bob": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['../../../release.config.js', 'semantic-release-monorepo'],
2+
extends: ['../../../release.config.js', 'semantic-release-monorepo-esm'],
33
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['../../../release.config.js', 'semantic-release-monorepo'],
2+
extends: ['../../../release.config.js', 'semantic-release-monorepo-esm'],
33
};

packages/plugins/plugin-appsflyer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-native-builder-bob": "^0.23.1",
5858
"rimraf": "^5.0.5",
5959
"semantic-release": "^22.0.8",
60-
"semantic-release-monorepo": "^7.0.5",
60+
"semantic-release-monorepo-esm": "^1.0.12",
6161
"typescript": "^5.2.2"
6262
},
6363
"react-native-builder-bob": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['../../../release.config.js', 'semantic-release-monorepo'],
2+
extends: ['../../../release.config.js', 'semantic-release-monorepo-esm'],
33
};

0 commit comments

Comments
 (0)