Skip to content

Commit

Permalink
Merge release/5.10.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Dec 5, 2019
2 parents ce84e0a + 9740a4d commit 61385c3
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "5.10.0",
"version": "5.10.1",
"packages": "packages/*",
"ignore": "raven-*",
"npmClient": "yarn",
Expand Down
8 changes: 4 additions & 4 deletions packages/apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/apm",
"version": "5.10.0",
"version": "5.10.1",
"description": "Extensions for APM",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
Expand All @@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "5.10.0",
"@sentry/minimal": "5.10.0",
"@sentry/hub": "5.10.1",
"@sentry/minimal": "5.10.1",
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.0",
"@sentry/utils": "5.10.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/browser",
"version": "5.10.0",
"version": "5.10.1",
"description": "Official Sentry SDK for browsers",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
Expand All @@ -16,9 +16,9 @@
"access": "public"
},
"dependencies": {
"@sentry/core": "5.10.0",
"@sentry/core": "5.10.1",
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.0",
"@sentry/utils": "5.10.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.browser';
export const SDK_VERSION = '5.10.0';
export const SDK_VERSION = '5.10.1';
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/core",
"version": "5.10.0",
"version": "5.10.1",
"description": "Base implementation for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
Expand All @@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "5.10.0",
"@sentry/minimal": "5.10.0",
"@sentry/hub": "5.10.1",
"@sentry/minimal": "5.10.1",
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.0",
"@sentry/utils": "5.10.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/hub",
"version": "5.10.0",
"version": "5.10.1",
"description": "Sentry hub which handles global state managment.",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.0",
"@sentry/utils": "5.10.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/integrations",
"version": "5.10.0",
"version": "5.10.1",
"description": "Pluggable integrations that can be used to enchance JS SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
Expand All @@ -17,7 +17,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.0",
"@sentry/utils": "5.10.1",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/minimal",
"version": "5.10.0",
"version": "5.10.1",
"description": "Sentry minimal library that can be used in other packages",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "5.10.0",
"@sentry/hub": "5.10.1",
"@sentry/types": "5.10.0",
"tslib": "^1.9.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/node",
"version": "5.10.0",
"version": "5.10.1",
"description": "Offical Sentry SDK for Node.js",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@sentry/apm": "5.10.0",
"@sentry/core": "5.10.0",
"@sentry/hub": "5.10.0",
"@sentry/apm": "5.10.1",
"@sentry/core": "5.10.1",
"@sentry/hub": "5.10.1",
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.0",
"@sentry/utils": "5.10.1",
"cookie": "^0.3.1",
"https-proxy-agent": "^3.0.0",
"lru_map": "^0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.node';
export const SDK_VERSION = '5.10.0';
export const SDK_VERSION = '5.10.1';
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/utils",
"version": "5.10.0",
"version": "5.10.1",
"description": "Utilities for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
Expand Down

0 comments on commit 61385c3

Please sign in to comment.