You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
768: Changes related to the next Meilisearch release (v0.28.0) r=bidoubiwa a=meili-bot
This PR gathers the changes related to the next Meilisearch release (v0.28.0) so that this package is ready when the official release is out.
⚠️ This PR should NOT be merged until:
- the next release of Meilisearch (v0.28.0) is out.
- the [`meilisearch-js`](https://github.com/meilisearch/meilisearch-js) dependency has been released to be compatible with Meilisearch v0.28.0.
Once the release is out, the upgrade of the `meilisearch-js` dependency might be committed to this branch.
_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._
_Related to this issue: https://github.com/meilisearch/integration-guides/issues/205_
Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,10 +131,16 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
131
131
132
132
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md).
133
133
134
-
Make a PR modifying the file [`package.json`](/package.json) with the right version.
134
+
Make a PR modifying the following files with the right version:
135
135
136
+
[`package.json`](/package.json):
136
137
```javascript
137
-
"version":"X.X.X"
138
+
"version":"X.X.X",
139
+
```
140
+
141
+
[`src/package-version`](/src/package-version.ts)
142
+
```javascript
143
+
exportconstPACKAGE_VERSION='X.X.X'
138
144
```
139
145
140
146
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/instant-meilisearch/releases): on this page, click on `Edit` (related to the draft release) > update the description (be sure you apply [these recommandations](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md#writting-the-release-description)) > when you are ready, click on `Publish release`.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ This package only guarantees the compatibility with the [version v4 of InstantSe
253
253
254
254
**Supported Meilisearch versions**:
255
255
256
-
This package only guarantees the compatibility with the [version v0.27.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0).
256
+
This package only guarantees the compatibility with the [version v0.28.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.28.0).
0 commit comments