Skip to content

Commit 7d5f8ec

Browse files
lesbaaLes Moffat
andauthored
Rd 1000 v2.1.7 (#91)
* RD-1000 Replace throw error with console.error to allow for keyless server setups * RD-1000 reword warning and convert to console.warn * RD-1000 Fix exported types * RD-1000 Fix Loading state when searching * RD-1000 rename author to MapTiler * RD 1000 Update pull request, bug_report and feature-request templates * 2.1.7 --------- Co-authored-by: Les Moffat <[email protected]>
1 parent 3f12011 commit 7d5f8ec

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Bug report
33
about: Create a report to help us improve
44
title: "[BUG]"
55
labels: ""
6-
assignees: zdila
6+
assignees:
7+
- lesbaa
8+
- DominikCoal
79
---
810

911
**Describe the bug**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: "[FEATURE]"
55
labels: ""
6-
assignees: jachym
6+
assignees:
7+
- lesbaa
8+
- DominikCoal
79
---
810

911
**Is your feature request related to a problem? Please describe.**

.github/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
GO-XXX
1+
RD-XXX
22

33
## Objective
4+
45
What is the goal?
56

67
## Description
8+
79
What changed, how and why?
810

911
### Acceptance
12+
1013
How were changes tested?

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@maptiler/geocoding-control",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
55
"type": "module",
66
"author": {
7-
"name": "Martin Ždila",
8-
"email": "martin.zdila@maptiler.com"
7+
"name": "MapTiler",
8+
"email": "info@maptiler.com"
99
},
1010
"license": "BSD-3-Clause",
1111
"repository": {

0 commit comments

Comments
 (0)