Skip to content

Commit

Permalink
Release 1.14.27
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyonggen committed Nov 23, 2021
1 parent bf80d56 commit 15fe076
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.14.27(2021-11-23)
1. 新增
- 数据发送模块重构

## 1.14.26(2021-11-11)
1. 修复
- 修复返回操作触发页面浏览事件时 `$referrer` 值不准确的问题
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sa-sdk-miniprogram",
"version": "1.14.26",
"version": "1.14.27",
"description": "sensorsdata miniprogram sdk",
"main": "sensorsdata.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion product/sensorsdata.custom.es6.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString$1 = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.14.26',
LIB_VERSION = '1.14.27',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down
2 changes: 1 addition & 1 deletion product/sensorsdata.custom.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString$1 = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.14.26',
LIB_VERSION = '1.14.27',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down
2 changes: 1 addition & 1 deletion product/sensorsdata.es6.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString$1 = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.14.26',
LIB_VERSION = '1.14.27',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down
2 changes: 1 addition & 1 deletion product/sensorsdata.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString$1 = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.14.26',
LIB_VERSION = '1.14.27',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down
2 changes: 1 addition & 1 deletion product/sensorsdata.plugin.es6.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString$1 = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.14.26',
LIB_VERSION = '1.14.27',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down
2 changes: 1 addition & 1 deletion product/sensorsdata.plugin.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString$1 = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.14.26',
LIB_VERSION = '1.14.27',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down
2 changes: 1 addition & 1 deletion sensorsdata.custom.es6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.custom.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.es6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.plugin.es6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.plugin.min.js

Large diffs are not rendered by default.

0 comments on commit 15fe076

Please sign in to comment.