Skip to content

Commit 01ccfc5

Browse files
authored
v5.0.2 (#521)
1 parent 32978bd commit 01ccfc5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Bug fixes 🐛
66

77
- Fix `setPlaceholder` so that when `setPlaceholder` is called afterwards it return updated placeholder string [#502](https://github.com/mapbox/mapbox-gl-geocoder/pull/502)
8+
- Fixed support of [mapbox-gl](https://github.com/mapbox/mapbox-gl-js)@3
89

910
## 5.0.1
1011

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Lastly, run the test command from the console:
1919

2020
## Deploying
2121

22-
Follow this deploy process after all changes for the release are merged into master. You will copy and paste this checklist in the comment of the release pull request.
22+
Follow this deploy process after all changes for the release are merged into main. You will copy and paste this checklist in the comment of the release pull request.
2323

2424
```
2525
## Release checklist
2626
27-
1. Create a branch off `master` and a pull request with the following changes. Copy this checklist in the comment of the pull request.
28-
- [ ] Update the [CHANGELOG.md](https://github.com/mapbox/mapbox-gl-geocoder/blob/master/CHANGELOG.md) by comparing the last release and what is on `master`. In the changelog, replace the `master` heading with the to-be-released stable version.
27+
1. Create a branch off `main` and a pull request with the following changes. Copy this checklist in the comment of the pull request.
28+
- [ ] Update the [CHANGELOG.md](https://github.com/mapbox/mapbox-gl-geocoder/blob/main/CHANGELOG.md) by comparing the last release and what is on `main`. In the changelog, replace the `HEAD` heading with the to-be-released stable version.
2929
- [ ] Update the version number in `package.json` and `package-lock.json`.
30-
3. Request a PR review and then merge it into `master`.
30+
3. Request a PR review and then merge it into `main`.
3131
4. Tag the release and start the build.
32-
- [ ] Make sure you've pulled in all changes to `master` locally.
32+
- [ ] Make sure you've pulled in all changes to `main` locally.
3333
- [ ] Build the release with `npm run prepublish && npm run docs`
3434
- [ ] Commit and push with commit message `vX.X.X`
3535
- [ ] Create the git tag for the release with `git tag -a vX.X.X -m 'vX.X.X'`

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-geocoder",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "A geocoder control for Mapbox GL JS",
55
"main": "lib/index.js",
66
"unpkg": "dist/mapbox-gl-geocoder.min.js",

0 commit comments

Comments
 (0)