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 Jan 17, 2025
1 parent d3d4974 commit d2daae0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 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.71.0",
"version": "3.72.0",
"private": true,
"description": "Monorepo for RudderStack Analytics JS SDK",
"workspaces": [
Expand Down
10 changes: 6 additions & 4 deletions packages/analytics-js-integrations/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## [3.11.15](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/analytics-js-integrations@3.11.14...@rudderstack/analytics-js-integrations@3.11.15) (2025-01-03)
## [3.12.0](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/analytics-js-integrations@3.11.15...@rudderstack/analytics-js-integrations@3.12.0) (2025-01-17)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.14.15`
### Features

* braze sdk metadata ([#1949](https://github.com/rudderlabs/rudder-sdk-js/issues/1949)) ([81fe85a](https://github.com/rudderlabs/rudder-sdk-js/commit/81fe85a0eeb9405c0ec820dfe73a0ef5c0cc014b))


### Bug Fixes

* microsoft clarity load and handle promise for identify ([#1964](https://github.com/rudderlabs/rudder-sdk-js/issues/1964)) ([11e890e](https://github.com/rudderlabs/rudder-sdk-js/commit/11e890ecff15b6206e197c32f3ab611b338ddfec))
* resolved minor bugsnag issue in googleAds ([#1993](https://github.com/rudderlabs/rudder-sdk-js/issues/1993)) ([0dfb893](https://github.com/rudderlabs/rudder-sdk-js/commit/0dfb893a78894d6d04b8fc0b4a0a3c8595f69e01))

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/analytics-js-integrations@3.11.15",
"title": "@rudderstack/analytics-js-integrations@3.11.15",
"discussion-category": "@rudderstack/analytics-js-integrations@3.11.15",
"tag": "@rudderstack/analytics-js-integrations@3.12.0",
"title": "@rudderstack/analytics-js-integrations@3.12.0",
"discussion-category": "@rudderstack/analytics-js-integrations@3.12.0",
"notesFile": "./packages/analytics-js-integrations/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.71.0
sonar.projectVersion=3.72.0

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

0 comments on commit d2daae0

Please sign in to comment.