Skip to content

Commit

Permalink
chore(release): pull main into develop post release v3.33.0 (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoumitaM authored Sep 2, 2024
2 parents 5b81431 + 23e385e commit 83ee4d4
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 39 deletions.
12 changes: 6 additions & 6 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.32.0",
"version": "3.33.0",
"private": true,
"description": "Monorepo for RudderStack Analytics JS SDK",
"workspaces": [
Expand Down
5 changes: 5 additions & 0 deletions packages/analytics-js-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [3.4.11](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-30)

### Dependency Updates

* `@rudderstack/analytics-js` updated to version `3.7.11`
## [3.4.10](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-28)

### Dependency Updates
Expand Down
11 changes: 2 additions & 9 deletions packages/analytics-js-plugins/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
## [3.4.10](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].9...@rudderstack/[email protected].10) (2024-08-28)
## [3.4.11](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].10...@rudderstack/[email protected].11) (2024-08-30)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.9.1`
* `@rudderstack/analytics-js` updated to version `3.7.9`
* `@rudderstack/analytics-js-cookies` updated to version `0.3.7`

### Bug Fixes

* handle blur and focus events to detect page leave ([#1837](https://github.com/rudderlabs/rudder-sdk-js/issues/1837)) ([57e735c](https://github.com/rudderlabs/rudder-sdk-js/commit/57e735ced4fb51ec895fbb196b1b879996cc10dd))

* `@rudderstack/analytics-js` updated to version `3.7.11`
2 changes: 1 addition & 1 deletion packages/analytics-js-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/analytics-js-plugins",
"version": "3.4.10",
"version": "3.4.11",
"private": true,
"description": "RudderStack JavaScript SDK plugins",
"main": "dist/npm/modern/cjs/index.cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics-js-plugins/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "@rudderstack/[email protected].10",
"title": "@rudderstack/[email protected].10",
"discussion-category": "@rudderstack/[email protected].10",
"tag": "@rudderstack/[email protected].11",
"title": "@rudderstack/[email protected].11",
"discussion-category": "@rudderstack/[email protected].11",
"notesFile": "./packages/analytics-js-plugins/CHANGELOG_LATEST.md"
}
}
Expand Down
7 changes: 7 additions & 0 deletions packages/analytics-js/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.7.11](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-30)


### Bug Fixes

* explicitly set XHR to async mode ([#1834](https://github.com/rudderlabs/rudder-sdk-js/issues/1834)) ([06f6a71](https://github.com/rudderlabs/rudder-sdk-js/commit/06f6a715c4aec9fb60a9cd04b3c8cf1b7b0c7216))

## [3.7.10](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-28)

### Dependency Updates
Expand Down
9 changes: 2 additions & 7 deletions packages/analytics-js/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## [3.7.10](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].9...@rudderstack/[email protected].10) (2024-08-28)
## [3.7.11](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].10...@rudderstack/[email protected].11) (2024-08-30)

### Dependency Updates

* `@rudderstack/analytics-js-cookies` updated to version `0.3.7`
* `@rudderstack/analytics-js-common` updated to version `3.9.1`
* `@rudderstack/analytics-js-plugins` updated to version `3.4.10`

### Bug Fixes

* handle blur and focus events to detect page leave ([#1837](https://github.com/rudderlabs/rudder-sdk-js/issues/1837)) ([57e735c](https://github.com/rudderlabs/rudder-sdk-js/commit/57e735ced4fb51ec895fbb196b1b879996cc10dd))
* explicitly set XHR to async mode ([#1834](https://github.com/rudderlabs/rudder-sdk-js/issues/1834)) ([06f6a71](https://github.com/rudderlabs/rudder-sdk-js/commit/06f6a715c4aec9fb60a9cd04b3c8cf1b7b0c7216))

2 changes: 1 addition & 1 deletion packages/analytics-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/analytics-js",
"version": "3.7.10",
"version": "3.7.11",
"description": "RudderStack JavaScript SDK",
"main": "dist/npm/modern/cjs/index.cjs",
"module": "dist/npm/modern/esm/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics-js/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "@rudderstack/[email protected].10",
"title": "@rudderstack/[email protected].10",
"discussion-category": "@rudderstack/[email protected].10",
"tag": "@rudderstack/[email protected].11",
"title": "@rudderstack/[email protected].11",
"discussion-category": "@rudderstack/[email protected].11",
"notesFile": "./packages/analytics-js/CHANGELOG_LATEST.md"
}
}
Expand Down
5 changes: 5 additions & 0 deletions packages/loading-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [3.0.28](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-30)

### Dependency Updates

* `@rudderstack/analytics-js` updated to version `3.7.11`
## [3.0.27](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-28)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/loading-scripts/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [3.0.27](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].26...@rudderstack/[email protected].27) (2024-08-28)
## [3.0.28](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].27...@rudderstack/[email protected].28) (2024-08-30)

### Dependency Updates

* `@rudderstack/analytics-js` updated to version `3.7.10`
* `@rudderstack/analytics-js` updated to version `3.7.11`
2 changes: 1 addition & 1 deletion packages/loading-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/analytics-js-loading-scripts",
"version": "3.0.27",
"version": "3.0.28",
"private": true,
"description": "Loading script for RudderStack JavaScript SDK",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/loading-scripts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "@rudderstack/[email protected].27",
"title": "@rudderstack/[email protected].27",
"discussion-category": "@rudderstack/[email protected].27",
"tag": "@rudderstack/[email protected].28",
"title": "@rudderstack/[email protected].28",
"discussion-category": "@rudderstack/[email protected].28",
"notesFile": "./packages/loading-scripts/CHANGELOG_LATEST.md"
}
}
Expand Down
5 changes: 5 additions & 0 deletions packages/sanity-suite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [3.1.18](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-30)

### Dependency Updates

* `@rudderstack/analytics-js` updated to version `3.7.11`
## [3.1.17](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-08-28)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/analytics-js-sanity-suite",
"version": "3.1.17",
"version": "3.1.18",
"private": true,
"description": "Sanity suite for testing JS SDK package",
"main": "./dist/v3/cdn/testBook.js",
Expand Down
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.32.0
sonar.projectVersion=3.33.0

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

0 comments on commit 83ee4d4

Please sign in to comment.