Skip to content

Commit 9e67968

Browse files
authored
chore(release): pulling main into develop post release v3.0.0
2 parents 3ab3931 + e10a594 commit 9e67968

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-react"],
2+
"presets": ["@babel/preset-env", ["@babel/preset-react", { "runtime": "automatic" }]],
33
"plugins": ["@babel/plugin-proposal-object-rest-spread"],
44
"comments": false
55
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v2.0.0...v3.0.0) (2023-12-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Default JS SDK version is now v3.x, this version comes with [breaking changes](https://www.rudderstack.com/docs/sources/event-streams/sdks/rudderstack-javascript-sdk/v3/#breaking-changes) and [new features](https://www.rudderstack.com/docs/sources/event-streams/sdks/rudderstack-javascript-sdk/v3/#new-features)
11+
12+
### Features
13+
14+
* use JS SDK v3 loading snippet with new useLegacySDK option for v2.x usage ([#26](https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues/26)) ([c05cdbb](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/c05cdbb15ef5fb6862d7d9804e980219d7ab6fe3))
15+
516
## 2.0.0 (2022-12-14)
617

718

0 commit comments

Comments
 (0)