Skip to content

Commit bdbf479

Browse files
update web-sdk version, add git PR template
1 parent ac3c177 commit bdbf479

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
6+
Fixes # (issue)
7+
8+
## Type of change
9+
10+
Please delete options that are not relevant.
11+
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] This change requires a documentation update
16+
17+
## How Has This Been Tested?
18+
19+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
20+
21+
- [ ] Unit test
22+
- [ ] Integration test
23+
24+
## Mentions:
25+
List the person or team responsible for reviewing proposed changes.
26+
27+
cc @BranchMetrics/saas-sdk-devs for visibility.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dist/BranchMetrics-Kit.common.js"
1313
],
1414
"devDependencies": {
15+
"@mparticle/web-kit-wrapper": "^1.0.5",
1516
"mocha": "^5.2.0",
1617
"chai": "^4.2.0",
1718
"karma": "^3.1.4",
@@ -31,7 +32,6 @@
3132
"watchify": "^3.11.0"
3233
},
3334
"dependencies": {
34-
"@mparticle/web-kit-wrapper": "^1.0.5",
35-
"@mparticle/web-sdk": "^2.11.3"
35+
"@mparticle/web-sdk": "^2.18.0"
3636
}
3737
}

0 commit comments

Comments
 (0)