Skip to content

Commit

Permalink
Release 2.84.0 (#1003)
Browse files Browse the repository at this point in the history
release(2.84.0) : release 2.84.0
  • Loading branch information
JagadeeshKaricherla-branch authored Mar 5, 2024
1 parent d51e5e2 commit 1b095f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [VERSION] - unreleased
## [2.84.0] - 2024-02-28
- fix(SDK-2255): removes defaults for parameter values of setDMAParamsForEEA method
## [2.82.0] - 2024-02-15
- feat(EMT-111): add setDMAParamsForEEA method
- feat(SDK-2237): add setAPIUrl getAPIUrl methods
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "branch-sdk",
"version": "2.82.0",
"version": "2.84.0",
"description": "Branch Metrics Deep Linking/Smart Banner Web SDK",
"main": "dist/build.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/0_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ goog.provide('config');
config.app_service_endpoint = 'https://app.link';
config.link_service_endpoint = 'https://bnc.lt';
config.api_endpoint = 'https://api2.branch.io';
config.version = '2.82.0';
config.version = '2.84.0';
2 changes: 1 addition & 1 deletion test/web-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ goog.provide('config');
config.app_service_endpoint = 'https://app.link';
config.link_service_endpoint = 'https://bnc.lt';
config.api_endpoint = 'https://api.branch.io';
config.version = '2.82.0';
config.version = '2.84.0';

0 comments on commit 1b095f8

Please sign in to comment.