Skip to content

Commit

Permalink
chore(release): pull hotfix-release/3.16.0 into main (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Jun 27, 2024
2 parents 74dc02f + daaf377 commit a77d978
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 26 deletions.
6 changes: 3 additions & 3 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": "@rudderstack/analytics-js-monorepo",
"version": "3.15.0",
"version": "3.16.0",
"private": true,
"description": "Monorepo for RudderStack Analytics JS SDK",
"workspaces": [
Expand Down
7 changes: 7 additions & 0 deletions packages/analytics-js-integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [3.4.1](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-06-27)


### Bug Fixes

* remove pollyfill url from command bar destination ([#1768](https://github.com/rudderlabs/rudder-sdk-js/issues/1768)) ([a98e714](https://github.com/rudderlabs/rudder-sdk-js/commit/a98e71485570e09214d2a59384f41c17ec79f37a))

## [3.4.0](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-06-21)

### Dependency Updates
Expand Down
12 changes: 2 additions & 10 deletions packages/analytics-js-integrations/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
## [3.4.0](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-06-21)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.3.1`

### Features

* add counting method from config for dcm floodlight ([#1731](https://github.com/rudderlabs/rudder-sdk-js/issues/1731)) ([951d48f](https://github.com/rudderlabs/rudder-sdk-js/commit/951d48fd853b368c4c90c88a33db230b59dc7241))
## [3.4.1](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-06-27)


### Bug Fixes

* improve flushing events on page leave ([#1754](https://github.com/rudderlabs/rudder-sdk-js/issues/1754)) ([1be420f](https://github.com/rudderlabs/rudder-sdk-js/commit/1be420fae16b68629789d2ba37e16e6a6e00017c))
* remove pollyfill url from command bar destination ([#1768](https://github.com/rudderlabs/rudder-sdk-js/issues/1768)) ([a98e714](https://github.com/rudderlabs/rudder-sdk-js/commit/a98e71485570e09214d2a59384f41c17ec79f37a))

2 changes: 1 addition & 1 deletion packages/analytics-js-integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/analytics-js-integrations",
"version": "3.4.0",
"version": "3.4.1",
"private": true,
"description": "RudderStack JavaScript SDK device mode integrations",
"main": "dist/npm/modern/cjs/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics-js-integrations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "@rudderstack/[email protected].0",
"title": "@rudderstack/[email protected].0",
"discussion-category": "@rudderstack/[email protected].0",
"tag": "@rudderstack/[email protected].1",
"title": "@rudderstack/[email protected].1",
"discussion-category": "@rudderstack/[email protected].1",
"notesFile": "./packages/analytics-js-integrations/CHANGELOG_LATEST.md"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ function loadNativeSdk(orgId) {
r(''.concat(f, '/latest/').concat(o, '?').concat(s.join('&')), !0);
}
}
void 0 === Object.assign || 'undefined' == typeof Symbol || void 0 === Symbol.for
? ((a.__CommandBarBootstrap__ = t),
r(
'https://polyfill.io/v3/polyfill.min.js?version=3.101.0&callback=__CommandBarBootstrap__&features=' +
n,
))
: t();
t();
}

export { loadNativeSdk };
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false
sonar.projectKey=rudderlabs_rudder-sdk-js
sonar.organization=rudderlabs
sonar.projectName=rudder-sdk-js
sonar.projectVersion=3.15.0
sonar.projectVersion=3.16.0

# Meta-data for the project
sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-js
Expand Down

0 comments on commit a77d978

Please sign in to comment.