Skip to content

Commit

Permalink
chore(release): pulling hotfix-release/3.4.0 into main (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoumitaM authored Mar 26, 2024
2 parents 395f9b9 + 8fb201c commit 08ab4c1
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 20 deletions.
13 changes: 7 additions & 6 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.3.0",
"version": "3.4.0",
"private": true,
"description": "Monorepo for RudderStack Analytics JS SDK",
"workspaces": [
Expand Down
7 changes: 7 additions & 0 deletions packages/analytics-v1.1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.48.6](https://github.com/rudderlabs/rudder-sdk-js/compare/[email protected]@2.48.6) (2024-03-26)


### Bug Fixes

* move analytics common pkg to dev dependencies ([#1674](https://github.com/rudderlabs/rudder-sdk-js/issues/1674)) ([18e0dfb](https://github.com/rudderlabs/rudder-sdk-js/commit/18e0dfbe43b1a6e9814840a5419b1fe00b8ccb1d))

## [2.48.5](https://github.com/rudderlabs/rudder-sdk-js/compare/[email protected]@2.48.5) (2024-03-22)

### Dependency Updates
Expand Down
7 changes: 2 additions & 5 deletions packages/analytics-v1.1/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## [2.48.5](https://github.com/rudderlabs/rudder-sdk-js/compare/[email protected].4[email protected].5) (2024-03-22)
## [2.48.6](https://github.com/rudderlabs/rudder-sdk-js/compare/[email protected].5[email protected].6) (2024-03-26)

### Dependency Updates

* `@rudderstack/analytics-js-common` updated to version `2.48.4`

### Bug Fixes

* replace polyfillio with fastly ([#1664](https://github.com/rudderlabs/rudder-sdk-js/issues/1664)) ([24d3a0b](https://github.com/rudderlabs/rudder-sdk-js/commit/24d3a0b383f58b79fc1970d0c74761de30bb3f4a))
* move analytics common pkg to dev dependencies ([#1674](https://github.com/rudderlabs/rudder-sdk-js/issues/1674)) ([18e0dfb](https://github.com/rudderlabs/rudder-sdk-js/commit/18e0dfbe43b1a6e9814840a5419b1fe00b8ccb1d))

7 changes: 4 additions & 3 deletions packages/analytics-v1.1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-sdk-js",
"version": "2.48.5",
"version": "2.48.6",
"description": "RudderStack JavaScript SDK",
"main": "dist/npm/index.js",
"module": "dist/npm/index.es.js",
Expand Down Expand Up @@ -78,10 +78,11 @@
},
"dependencies": {
"component-emitter": "2.0.0",
"@segment/localstorage-retry": "1.3.0",
"@segment/localstorage-retry": "1.3.0"
},
"devDependencies": {
"@rudderstack/analytics-js-common": "*"
},
"devDependencies": {},
"overrides": {},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics-v1.1/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "[email protected].5",
"title": "[email protected].5",
"discussion-category": "[email protected].5",
"tag": "[email protected].6",
"title": "[email protected].6",
"discussion-category": "[email protected].6",
"notesFile": "./packages/analytics-v1.1/CHANGELOG_LATEST.md"
}
}
Expand Down
5 changes: 5 additions & 0 deletions packages/sanity-suite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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-03-26)

### Dependency Updates

* `rudder-sdk-js` updated to version `3.0.3`
## [3.0.3](https://github.com/rudderlabs/rudder-sdk-js/compare/@rudderstack/[email protected]...@rudderstack/[email protected]) (2024-03-22)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/analytics-js-sanity-suite",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"description": "Sanity suite for testing JS SDK package",
"main": "./dist/cdn/v3/testBook.js",
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.3.0
sonar.projectVersion=3.4.0

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

0 comments on commit 08ab4c1

Please sign in to comment.