Skip to content

Commit

Permalink
Merge release/4.2.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Oct 25, 2018
2 parents ee2c65d + e3d4227 commit f6bf0fd
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "4.2.2",
"version": "4.2.3",
"packages": "packages/*",
"ignore": "raven-*",
"npmClient": "yarn",
Expand Down
8 changes: 4 additions & 4 deletions packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/browser",
"version": "4.2.2",
"version": "4.2.3",
"description": "Offical Sentry SDK for browsers",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/browser",
Expand All @@ -15,9 +15,9 @@
"access": "public"
},
"dependencies": {
"@sentry/core": "4.2.2",
"@sentry/types": "4.2.2",
"@sentry/utils": "4.2.2"
"@sentry/core": "4.2.3",
"@sentry/types": "4.2.3",
"@sentry/utils": "4.2.3"
},
"devDependencies": {
"@types/md5": "2.1.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/version.ts
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.browser';
export const SDK_VERSION = '4.2.2';
export const SDK_VERSION = '4.2.3';
10 changes: 5 additions & 5 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/core",
"version": "4.2.2",
"version": "4.2.3",
"description": "Base implementation for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/core",
Expand All @@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "4.2.2",
"@sentry/minimal": "4.2.2",
"@sentry/types": "4.2.2",
"@sentry/utils": "4.2.2"
"@sentry/hub": "4.2.3",
"@sentry/minimal": "4.2.3",
"@sentry/types": "4.2.3",
"@sentry/utils": "4.2.3"
},
"devDependencies": {
"jest": "^22.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/hub",
"version": "4.2.2",
"version": "4.2.3",
"description": "Sentry hub which handles global state managment.",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/hub",
Expand All @@ -15,8 +15,8 @@
"access": "public"
},
"dependencies": {
"@sentry/types": "4.2.2",
"@sentry/utils": "4.2.2"
"@sentry/types": "4.2.3",
"@sentry/utils": "4.2.3"
},
"devDependencies": {
"jest": "^22.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/minimal/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/minimal",
"version": "4.2.2",
"version": "4.2.3",
"description": "Sentry minimal library that can be used in other packages",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/types",
Expand All @@ -15,8 +15,8 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "4.2.2",
"@sentry/types": "4.2.2"
"@sentry/hub": "4.2.3",
"@sentry/types": "4.2.3"
},
"devDependencies": {
"jest": "^22.4.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/node",
"version": "4.2.2",
"version": "4.2.3",
"description": "Offical Sentry SDK for Node.js",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/node",
Expand All @@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@sentry/core": "4.2.2",
"@sentry/hub": "4.2.2",
"@sentry/types": "4.2.2",
"@sentry/utils": "4.2.2",
"@sentry/core": "4.2.3",
"@sentry/hub": "4.2.3",
"@sentry/types": "4.2.3",
"@sentry/utils": "4.2.3",
"cookie": "0.3.1",
"lsmod": "1.0.0",
"md5": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.node';
export const SDK_VERSION = '4.2.2';
export const SDK_VERSION = '4.2.3';
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/types",
"version": "4.2.2",
"version": "4.2.3",
"description": "Types for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/types",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/utils",
"version": "4.2.2",
"version": "4.2.3",
"description": "Utilities for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/utils",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@sentry/types": "4.2.2"
"@sentry/types": "4.2.3"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit f6bf0fd

Please sign in to comment.