-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): pull hotfix-release/3.74.0-SDK-2903 into main (#2015)
* feat: lock plugins and integrations version by default (#1956) * feat: lock plugins and integrations version by default * chore: avoid publishing latest plugins and integrations to common prod location * chore: regenerate listing html for other paths * feat: get sdk url from script tag using the write key * choer: bump size limit * chore: update deploy script to copy dependencies first * chore: include url in cdn path error messages * fix: lock deps version through build * chore: add env to deploy workflow * fix: cdn paths edge case handling * chore: fix lock deps envs * chore: revert unnecessary changes * feat: lock plugins and integrations versions for custom urls * chore: fix a minor lint issue * fix: load options normalization for boolean values * test: add tests for coverage and fix issues * chore: fix size limit * refactor: rename variables and add in-line docs to improve readability * chore: avoid cache invalidation for versioned directories by default * refactor: fix a lint issue * chore(@rudderstack/analytics-js-common): release version 3.15.0 * chore(@rudderstack/analytics-js-cookies): release version 0.4.19 * chore(@rudderstack/analytics-js-plugins): release version 3.6.22 * chore(@rudderstack/analytics-js): release version 3.12.0 * chore(rudder-sdk-js): release version 2.48.44 * chore(@rudderstack/analytics-js-integrations): release version 3.12.2 * chore(@rudderstack/analytics-js-service-worker): release version 3.2.19 * chore(@rudderstack/analytics-js-sanity-suite): release version 3.2.0 * chore(monorepo): sync versions and generate release logs --------- Co-authored-by: Sai Kumar Battinoju <[email protected]> Co-authored-by: GitHub actions <[email protected]>
- Loading branch information
1 parent
826439e
commit 5f087eb
Showing
61 changed files
with
2,592 additions
and
358 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.15.0](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* lock plugins and integrations version by default ([#1956](https://github.com/rudderlabs/rudder-sdk-js/issues/1956)) ([45e716e](https://github.com/rudderlabs/rudder-sdk-js/commit/45e716e6df3d6e665c25aa907531adb746961d50)) | ||
|
||
## [3.14.15](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2025-01-03) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## [3.14.15](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].14...@rudderstack/analytics-js-common@3.14.15) (2025-01-03) | ||
## [3.15.0](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].15...@rudderstack/analytics-js-common@3.15.0) (2025-01-24) | ||
|
||
|
||
### Bug Fixes | ||
### Features | ||
|
||
* update destination constants ([#1968](https://github.com/rudderlabs/rudder-sdk-js/issues/1968)) ([fbd3b3f](https://github.com/rudderlabs/rudder-sdk-js/commit/fbd3b3fd82441f50092326765c58bfdacd314876)) | ||
* lock plugins and integrations version by default ([#1956](https://github.com/rudderlabs/rudder-sdk-js/issues/1956)) ([45e716e](https://github.com/rudderlabs/rudder-sdk-js/commit/45e716e6df3d6e665c25aa907531adb746961d50)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.