Skip to content

Commit

Permalink
Merge pull request #165 from rudderlabs/release/v1.5.1
Browse files Browse the repository at this point in the history
chore(release): pull release/v1.5.1 into main
  • Loading branch information
yashasvibajpai authored Sep 20, 2024
2 parents 5d51ca8 + 0f64c57 commit c125b32
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 169 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.5.1](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.5.0...v1.5.1) (2024-09-20)

## [1.5.0](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.10...v1.5.0) (2024-09-20)


Expand Down
6 changes: 0 additions & 6 deletions commitlnt.config.js

This file was deleted.

181 changes: 29 additions & 152 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudderstack-shopify-tracker",
"version": "1.5.0",
"version": "1.5.1",
"description": "Tracks client-side events on Shopify stores",
"main": "src/main.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"license": "ISC",
"dependencies": {
"axios": "^1.6.4",
"commitlint": "^17.7.1",
"commitlint": "^17.6.3",
"conventional-github-releaser": "^3.1.5",
"dotenv": "^15.0.0",
"husky": "^8.0.3",
Expand All @@ -32,7 +32,7 @@
"standard-version": "^9.5.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/config-conventional": "^17.6.3",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/deviceModeInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ let _rudderTracking = (function () {

// common function for sending anonymousId and sessionId Identifier
function sendToRudderWebhook(data, type, updateTypeCookieFunction, retryAttempt = 0) {
const webhookUrl = 'https://dataplaneUrl_placeHolder/v1/webhook?writeKey=writeKey_placeHolder';
const webhookUrl = 'dataplaneUrl_placeHolder/v1/webhook?writeKey=writeKey_placeHolder';
const timeToRetry = 1000; // 1 second
const maxRetries = 3;
if (maxRetries > retryAttempt) {
Expand Down
2 changes: 1 addition & 1 deletion src/loadingCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};
})(method);
}
rudderanalytics.load('writeKey', 'https://dataPlaneUrl', {
rudderanalytics.load('writeKey', 'dataPlaneUrl', {
configUrl: 'configBackendUrl',
logLevel: 'DEBUG',
});
Expand Down
Loading

0 comments on commit c125b32

Please sign in to comment.