This repository was archived by the owner on Dec 30, 2022. It is now read-only.
Commit 92737fc
authored
ci(shipjs): release package in dependent order (#3654)
If we'd use `lerna publish` instead of a publish command per package,
this may not be needed, but I couldn't find how to make that work
correctly with shipjs just yet.
The order is now (note dom-maps is published later):
```
'packages/react-instantsearch-core',
'packages/react-instantsearch-hooks',
'packages/react-instantsearch-dom',
'packages/react-instantsearch-hooks-server',
'packages/react-instantsearch-hooks-web',
'packages/react-instantsearch-native',
'packages/react-instantsearch-dom-maps',
'packages/react-instantsearch'
```
This is equivalent to algolia/ui-components#231 parent 9174806 commit 92737fc
File tree
2 files changed
+15
-11
lines changed- packages/react-instantsearch-dom-maps
2 files changed
+15
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
8 | 16 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments