Skip to content

Commit

Permalink
chore(monorepo): sync versions and generate release logs
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 22, 2024
1 parent f955a0d commit eaff3b0
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 59 deletions.
22 changes: 11 additions & 11 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.62.0",
"version": "3.63.0",
"private": true,
"description": "Monorepo for RudderStack Analytics JS SDK",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-js-common/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## [3.14.9](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].8...@rudderstack/[email protected].9) (2024-11-22)
## [3.14.10](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].9...@rudderstack/[email protected].10) (2024-11-22)


### Bug Fixes

* restore data sanitization changes ([2a13e7c](https://github.com/rudderlabs/rudder-sdk-js/commit/2a13e7c463b2d480f6d9a23f32abe4e56f6557d4))
* restore data sanitization changes but avoid using api overloads ([d0913ae](https://github.com/rudderlabs/rudder-sdk-js/commit/d0913ae32a8c63def26c081c7570a9960dcd1ebf))

6 changes: 3 additions & 3 deletions packages/analytics-js-common/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].9",
"title": "@rudderstack/[email protected].9",
"discussion-category": "@rudderstack/[email protected].9",
"tag": "@rudderstack/[email protected].10",
"title": "@rudderstack/[email protected].10",
"discussion-category": "@rudderstack/[email protected].10",
"notesFile": "./packages/analytics-js-common/CHANGELOG_LATEST.md"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-js-cookies/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [0.4.12](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].11...@rudderstack/[email protected].12) (2024-11-22)
## [0.4.13](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].12...@rudderstack/[email protected].13) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.14.9`
* `@rudderstack/analytics-js-common` updated to version `3.14.10`
6 changes: 3 additions & 3 deletions packages/analytics-js-cookies/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].12",
"title": "@rudderstack/[email protected].12",
"discussion-category": "@rudderstack/[email protected].12",
"tag": "@rudderstack/[email protected].13",
"title": "@rudderstack/[email protected].13",
"discussion-category": "@rudderstack/[email protected].13",
"notesFile": "./packages/analytics-js-cookies/CHANGELOG_LATEST.md"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-js-integrations/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [3.11.8](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].7...@rudderstack/[email protected].8) (2024-11-22)
## [3.11.9](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].8...@rudderstack/[email protected].9) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.14.9`
* `@rudderstack/analytics-js-common` updated to version `3.14.10`
6 changes: 3 additions & 3 deletions packages/analytics-js-integrations/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].8",
"title": "@rudderstack/[email protected].8",
"discussion-category": "@rudderstack/[email protected].8",
"tag": "@rudderstack/[email protected].9",
"title": "@rudderstack/[email protected].9",
"discussion-category": "@rudderstack/[email protected].9",
"notesFile": "./packages/analytics-js-integrations/CHANGELOG_LATEST.md"
}
}
Expand Down
11 changes: 5 additions & 6 deletions packages/analytics-js-plugins/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## [3.6.13](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].12...@rudderstack/[email protected].13) (2024-11-22)
## [3.6.14](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].13...@rudderstack/[email protected].14) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.14.9`
* `@rudderstack/analytics-js` updated to version `3.11.9`
* `@rudderstack/analytics-js-cookies` updated to version `0.4.11`
* `@rudderstack/analytics-js-common` updated to version `3.14.10`
* `@rudderstack/analytics-js` updated to version `3.11.10`
* `@rudderstack/analytics-js-cookies` updated to version `0.4.12`

### Bug Fixes

* reorganize common imports in plugins ([bc569ba](https://github.com/rudderlabs/rudder-sdk-js/commit/bc569baa4ae2211696934d489a370e2e9ca80521))
* restore data sanitization changes ([2a13e7c](https://github.com/rudderlabs/rudder-sdk-js/commit/2a13e7c463b2d480f6d9a23f32abe4e56f6557d4))
* restore data sanitization changes but avoid using api overloads ([d0913ae](https://github.com/rudderlabs/rudder-sdk-js/commit/d0913ae32a8c63def26c081c7570a9960dcd1ebf))

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].13",
"title": "@rudderstack/[email protected].13",
"discussion-category": "@rudderstack/[email protected].13",
"tag": "@rudderstack/[email protected].14",
"title": "@rudderstack/[email protected].14",
"discussion-category": "@rudderstack/[email protected].14",
"notesFile": "./packages/analytics-js-plugins/CHANGELOG_LATEST.md"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-js-service-worker/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [3.2.12](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].11...@rudderstack/[email protected].12) (2024-11-22)
## [3.2.13](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].12...@rudderstack/[email protected].13) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.14.9`
* `@rudderstack/analytics-js-common` updated to version `3.14.10`
6 changes: 3 additions & 3 deletions packages/analytics-js-service-worker/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].12",
"title": "rudderstack/[email protected].12",
"discussion-category": "rudderstack/[email protected].12",
"tag": "@rudderstack/[email protected].13",
"title": "rudderstack/[email protected].13",
"discussion-category": "rudderstack/[email protected].13",
"notesFile": "./packages/analytics-js-service-worker/CHANGELOG_LATEST.md"
}
}
Expand Down
13 changes: 9 additions & 4 deletions packages/analytics-js/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## [3.11.10](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].9...@rudderstack/[email protected].10) (2024-11-22)
## [3.11.11](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].10...@rudderstack/[email protected].11) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js-cookies` updated to version `0.4.12`
* `@rudderstack/analytics-js-common` updated to version `3.14.9`
* `@rudderstack/analytics-js-plugins` updated to version `3.6.13`
* `@rudderstack/analytics-js-cookies` updated to version `0.4.13`
* `@rudderstack/analytics-js-common` updated to version `3.14.10`
* `@rudderstack/analytics-js-plugins` updated to version `3.6.14`

### Bug Fixes

* restore data sanitization changes but avoid using api overloads ([d0913ae](https://github.com/rudderlabs/rudder-sdk-js/commit/d0913ae32a8c63def26c081c7570a9960dcd1ebf))

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
4 changes: 2 additions & 2 deletions packages/analytics-v1.1/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [2.48.37](https://github.com/rudderlabs/rudder-sdk-js/compare/[email protected].36[email protected].37) (2024-11-22)
## [2.48.38](https://github.com/rudderlabs/rudder-sdk-js/compare/[email protected].37[email protected].38) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.14.9`
* `@rudderstack/analytics-js-common` updated to version `3.14.10`
6 changes: 3 additions & 3 deletions packages/analytics-v1.1/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": "[email protected].37",
"title": "[email protected].37",
"discussion-category": "[email protected].37",
"tag": "[email protected].38",
"title": "[email protected].38",
"discussion-category": "[email protected].38",
"notesFile": "./packages/analytics-v1.1/CHANGELOG_LATEST.md"
}
}
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.53](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].52...@rudderstack/[email protected].53) (2024-11-22)
## [3.0.54](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].53...@rudderstack/[email protected].54) (2024-11-22)

### Dependency Updates

* `@rudderstack/analytics-js` updated to version `3.11.10`
* `@rudderstack/analytics-js` updated to version `3.11.11`
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].53",
"title": "@rudderstack/[email protected].53",
"discussion-category": "@rudderstack/[email protected].53",
"tag": "@rudderstack/[email protected].54",
"title": "@rudderstack/[email protected].54",
"discussion-category": "@rudderstack/[email protected].54",
"notesFile": "./packages/loading-scripts/CHANGELOG_LATEST.md"
}
}
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.62.0
sonar.projectVersion=3.63.0

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

0 comments on commit eaff3b0

Please sign in to comment.