-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): pull main into develop post release v3.6.0 #1692
Changes from all commits
74704da
c607507
c9a5928
90cad53
d19c0c0
711180c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
|
||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
|
||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-04-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* making the error message as warn ([#1686](https://github.com/rudderlabs/rudder-sdk-js/issues/1686)) ([56e34be](https://github.com/rudderlabs/rudder-sdk-js/commit/56e34be3575f66531bfe4910ff4aa970ed2ee208)) | ||
|
||
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-04-02) | ||
|
||
|
||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -1,8 +1,7 @@ | ||||
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].2...@rudderstack/[email protected].3) (2024-04-02) | ||||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].3...@rudderstack/[email protected].4) (2024-04-12) | ||||
|
||||
|
||||
### Bug Fixes | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove the extra blank line to maintain consistency and cleanliness in the document formatting. - Committable suggestion
Suggested change
|
||||
|
||||
* ninetailed: modify page support ([#1677](https://github.com/rudderlabs/rudder-sdk-js/issues/1677)) ([e45ef06](https://github.com/rudderlabs/rudder-sdk-js/commit/e45ef06186cb4dc1d0568f2b39d8e786d278390a)) | ||||
* updated isLoaded and isReady conditions for mixpanel ([#1650](https://github.com/rudderlabs/rudder-sdk-js/issues/1650)) ([80c76a1](https://github.com/rudderlabs/rudder-sdk-js/commit/80c76a1f7f27a93930a6146730ac94d945b19b25)) | ||||
* making the error message as warn ([#1686](https://github.com/rudderlabs/rudder-sdk-js/issues/1686)) ([56e34be](https://github.com/rudderlabs/rudder-sdk-js/commit/56e34be3575f66531bfe4910ff4aa970ed2ee208)) | ||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,9 +94,9 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"tag": "@rudderstack/[email protected].3", | ||
"title": "@rudderstack/[email protected].3", | ||
"discussion-category": "@rudderstack/[email protected].3", | ||
"tag": "@rudderstack/[email protected].4", | ||
"title": "@rudderstack/[email protected].4", | ||
"discussion-category": "@rudderstack/[email protected].4", | ||
"notesFile": "./packages/analytics-js-integrations/CHANGELOG_LATEST.md" | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,14 @@ | |
|
||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
|
||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-04-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove MutationObserver and make polyfill checks consistent ([#1688](https://github.com/rudderlabs/rudder-sdk-js/issues/1688)) ([51b42fe](https://github.com/rudderlabs/rudder-sdk-js/commit/51b42fe51a5fbfa79df23b9b36095cc494dbcaa1)) | ||
* remove unnecessary window globals declarations ([#1687](https://github.com/rudderlabs/rudder-sdk-js/issues/1687)) ([09e5ab8](https://github.com/rudderlabs/rudder-sdk-js/commit/09e5ab89965a0b0dc5070891288a08358c103c0e)) | ||
|
||
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-03-22) | ||
|
||
### Dependency Updates | ||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -1,5 +1,8 @@ | ||||
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].2...@rudderstack/[email protected].3) (2024-03-22) | ||||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].3...@rudderstack/[email protected].4) (2024-04-12) | ||||
|
||||
### Dependency Updates | ||||
|
||||
* `@rudderstack/analytics-js-plugins` updated to version `3.0.2` | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove the extra blank line to maintain consistency and cleanliness in the document formatting. - Committable suggestion
Suggested change
|
||||
### Bug Fixes | ||||
|
||||
* remove MutationObserver and make polyfill checks consistent ([#1688](https://github.com/rudderlabs/rudder-sdk-js/issues/1688)) ([51b42fe](https://github.com/rudderlabs/rudder-sdk-js/commit/51b42fe51a5fbfa79df23b9b36095cc494dbcaa1)) | ||||
* remove unnecessary window globals declarations ([#1687](https://github.com/rudderlabs/rudder-sdk-js/issues/1687)) ([09e5ab8](https://github.com/rudderlabs/rudder-sdk-js/commit/09e5ab89965a0b0dc5070891288a08358c103c0e)) | ||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,9 +126,9 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"tag": "@rudderstack/[email protected].3", | ||
"title": "@rudderstack/[email protected].3", | ||
"discussion-category": "@rudderstack/[email protected].3", | ||
"tag": "@rudderstack/[email protected].4", | ||
"title": "@rudderstack/[email protected].4", | ||
"discussion-category": "@rudderstack/[email protected].4", | ||
"notesFile": "./packages/analytics-js/CHANGELOG_LATEST.md" | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
|
||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-04-12) | ||
|
||
### Dependency Updates | ||
|
||
* `@rudderstack/analytics-js` updated to version `3.0.3` | ||
|
||
### Bug Fixes | ||
|
||
* remove unnecessary window globals declarations ([#1687](https://github.com/rudderlabs/rudder-sdk-js/issues/1687)) ([09e5ab8](https://github.com/rudderlabs/rudder-sdk-js/commit/09e5ab89965a0b0dc5070891288a08358c103c0e)) | ||
|
||
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-03-22) | ||
|
||
### Dependency Updates | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].2...@rudderstack/[email protected].3) (2024-03-22) | ||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].3...@rudderstack/[email protected].4) (2024-04-12) | ||
|
||
### Dependency Updates | ||
|
||
* `@rudderstack/analytics-js` updated to version `3.0.2` | ||
* `@rudderstack/analytics-js` updated to version `3.0.3` | ||
|
||
### Bug Fixes | ||
|
||
* remove unnecessary window globals declarations ([#1687](https://github.com/rudderlabs/rudder-sdk-js/issues/1687)) ([09e5ab8](https://github.com/rudderlabs/rudder-sdk-js/commit/09e5ab89965a0b0dc5070891288a08358c103c0e)) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,9 +89,9 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"tag": "@rudderstack/[email protected].3", | ||
"title": "@rudderstack/[email protected].3", | ||
"discussion-category": "@rudderstack/[email protected].3", | ||
"tag": "@rudderstack/[email protected].4", | ||
"title": "@rudderstack/[email protected].4", | ||
"discussion-category": "@rudderstack/[email protected].4", | ||
"notesFile": "./packages/loading-scripts/CHANGELOG_LATEST.md" | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
|
||
## [3.0.5](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-04-12) | ||
|
||
### Dependency Updates | ||
|
||
* `@rudderstack/analytics-js` updated to version `3.0.4` | ||
|
||
### Bug Fixes | ||
|
||
* remove unnecessary window globals declarations ([#1687](https://github.com/rudderlabs/rudder-sdk-js/issues/1687)) ([09e5ab8](https://github.com/rudderlabs/rudder-sdk-js/commit/09e5ab89965a0b0dc5070891288a08358c103c0e)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tip Codebase Verification The verification scripts have successfully confirmed that the commit link provided in the changelog is valid and accessible, as indicated by the HTTP status code 200. However, the issue link did not return a status code 200, suggesting that the issue might not be accessible or does not exist. Given this information, it appears that while the commit related to the removal of unnecessary window globals is correctly documented, the issue link provided does not correctly detail or perhaps even relate to the changes made, as it is not accessible. Action Required: Analysis chainBug fix for removing unnecessary window globals is well-documented. Ensure the linked issue and commit are relevant and correctly detail the changes made. Scripts ExecutedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Verify the linked issue and commit are relevant and correctly detail the changes made.
curl -o /dev/null -s -w "%{http_code}\n" https://github.com/rudderlabs/rudder-sdk-js/issues/1687 | grep '200'
curl -o /dev/null -s -w "%{http_code}\n" https://github.com/rudderlabs/rudder-sdk-js/commit/09e5ab89965a0b0dc5070891288a08358c103c0e | grep '200'
Length of output: 259 |
||
|
||
## [3.0.4](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-03-26) | ||
|
||
### Dependency Updates | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure consistent formatting for version links.
Committable suggestion