Skip to content

Commit 3e84a1d

Browse files
committed
release: 4.0.3
1 parent f391ca3 commit 3e84a1d

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 4.0.3
6+
57
- [browser] feat: Better dedupe integration event description
68
- [core] ref: Move Dedupe, FunctionString, InboundFilters and SdkInformation integrations to the core package
79
- [core] feat: Provide correct platform and make a place to override event internals

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.0",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"packages": "packages/*",
55
"ignore": "raven-*",
66
"npmClient": "yarn",

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/browser",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Offical Sentry SDK for browsers",
55
"repository": "git://github.com/getsentry/raven-js.git",
66
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/browser",
@@ -15,7 +15,7 @@
1515
"access": "public"
1616
},
1717
"dependencies": {
18-
"@sentry/core": "4.0.1",
18+
"@sentry/core": "4.0.3",
1919
"@sentry/types": "4.0.1",
2020
"@sentry/utils": "4.0.1",
2121
"md5": "2.2.1"

packages/browser/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.browser';
2-
export const SDK_VERSION = '4.0.2';
2+
export const SDK_VERSION = '4.0.3';

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/core",
3-
"version": "4.0.1",
3+
"version": "4.0.3",
44
"description": "Base implementation for all Sentry JavaScript SDKs",
55
"repository": "git://github.com/getsentry/raven-js.git",
66
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/core",

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/node",
3-
"version": "4.0.1",
3+
"version": "4.0.3",
44
"description": "Offical Sentry SDK for Node.js",
55
"repository": "git://github.com/getsentry/raven-js.git",
66
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/node",
@@ -15,7 +15,7 @@
1515
"access": "public"
1616
},
1717
"dependencies": {
18-
"@sentry/core": "4.0.1",
18+
"@sentry/core": "4.0.3",
1919
"@sentry/hub": "4.0.1",
2020
"@sentry/types": "4.0.1",
2121
"@sentry/utils": "4.0.1",

packages/node/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.node';
2-
export const SDK_VERSION = '4.0.1';
2+
export const SDK_VERSION = '4.0.3';

0 commit comments

Comments
 (0)