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 Aug 16, 2024
1 parent b92d33a commit d808654
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 45 deletions.
14 changes: 7 additions & 7 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.29.0",
"version": "3.30.0",
"private": true,
"description": "Monorepo for RudderStack Analytics JS SDK",
"workspaces": [
Expand Down
12 changes: 2 additions & 10 deletions packages/analytics-js-plugins/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
## [3.4.7](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].6...@rudderstack/[email protected].7) (2024-08-02)
## [3.4.8](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].7...@rudderstack/[email protected].8) (2024-08-16)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.8.1`
* `@rudderstack/analytics-js` updated to version `3.7.6`
* `@rudderstack/analytics-js-cookies` updated to version `0.3.5`

### Bug Fixes

* error filtering of non-errors ([#1811](https://github.com/rudderlabs/rudder-sdk-js/issues/1811)) ([7b83e16](https://github.com/rudderlabs/rudder-sdk-js/commit/7b83e1661b1e0ce0b6b5ae45d3a2e08db97ddcb3))
* npm sanity suites ([#1810](https://github.com/rudderlabs/rudder-sdk-js/issues/1810)) ([22e43da](https://github.com/rudderlabs/rudder-sdk-js/commit/22e43da01f750a5cb23a2fce50de3744c54a197e))

* `@rudderstack/analytics-js` updated to version `3.7.7`
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].7",
"title": "@rudderstack/[email protected].7",
"discussion-category": "@rudderstack/[email protected].7",
"tag": "@rudderstack/[email protected].8",
"title": "@rudderstack/[email protected].8",
"discussion-category": "@rudderstack/[email protected].8",
"notesFile": "./packages/analytics-js-plugins/CHANGELOG_LATEST.md"
}
}
Expand Down
8 changes: 5 additions & 3 deletions packages/analytics-js-service-worker/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [3.1.7](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].6...@rudderstack/[email protected].7) (2024-08-02)
## [3.1.8](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].7...@rudderstack/[email protected].8) (2024-08-16)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `3.8.1`
### Bug Fixes

* upgrade axios to a safe version ([#1827](https://github.com/rudderlabs/rudder-sdk-js/issues/1827)) ([bafe698](https://github.com/rudderlabs/rudder-sdk-js/commit/bafe6983c8e4db9e8055a96b8a7ab50c738b056d))

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

### Dependency Updates

* `@rudderstack/analytics-js-cookies` updated to version `0.3.5`
* `@rudderstack/analytics-js-common` updated to version `3.8.1`
* `@rudderstack/analytics-js-plugins` updated to version `3.4.7`

### Bug Fixes

* error filtering of non-errors ([#1811](https://github.com/rudderlabs/rudder-sdk-js/issues/1811)) ([7b83e16](https://github.com/rudderlabs/rudder-sdk-js/commit/7b83e1661b1e0ce0b6b5ae45d3a2e08db97ddcb3))

* `@rudderstack/analytics-js-plugins` updated to version `3.4.8`
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].7",
"title": "@rudderstack/[email protected].7",
"discussion-category": "@rudderstack/[email protected].7",
"tag": "@rudderstack/[email protected].8",
"title": "@rudderstack/[email protected].8",
"discussion-category": "@rudderstack/[email protected].8",
"notesFile": "./packages/analytics-js/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.24](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].23...@rudderstack/[email protected].24) (2024-08-02)
## [3.0.25](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected].24...@rudderstack/[email protected].25) (2024-08-16)

### Dependency Updates

* `@rudderstack/analytics-js` updated to version `3.7.7`
* `@rudderstack/analytics-js` updated to version `3.7.8`
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].24",
"title": "@rudderstack/[email protected].24",
"discussion-category": "@rudderstack/[email protected].24",
"tag": "@rudderstack/[email protected].25",
"title": "@rudderstack/[email protected].25",
"discussion-category": "@rudderstack/[email protected].25",
"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.29.0
sonar.projectVersion=3.30.0

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

0 comments on commit d808654

Please sign in to comment.