Skip to content

Commit

Permalink
Merge release/5.19.2 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jul 14, 2020
2 parents 98993a1 + 05fd5fc commit fee92a5
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "5.19.1",
"version": "5.19.2",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
12 changes: 6 additions & 6 deletions packages/apm/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/apm",
"version": "5.19.1",
"version": "5.19.2",
"description": "Extensions for APM",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/apm",
Expand All @@ -16,11 +16,11 @@
"access": "public"
},
"dependencies": {
"@sentry/browser": "5.19.1",
"@sentry/hub": "5.19.1",
"@sentry/minimal": "5.19.1",
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/browser": "5.19.2",
"@sentry/hub": "5.19.2",
"@sentry/minimal": "5.19.2",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/browser",
"version": "5.19.1",
"version": "5.19.2",
"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.19.1",
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/core": "5.19.2",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
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 = '5.19.1';
export const SDK_VERSION = '5.19.2';
10 changes: 5 additions & 5 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/core",
"version": "5.19.1",
"version": "5.19.2",
"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.19.1",
"@sentry/minimal": "5.19.1",
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/hub": "5.19.2",
"@sentry/minimal": "5.19.2",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/gatsby",
"version": "5.19.1",
"version": "5.19.2",
"description": "Offical Sentry SDK for Gatsby.js",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby",
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@sentry/react": "5.19.1",
"@sentry/types": "5.19.1"
"@sentry/react": "5.19.2",
"@sentry/types": "5.19.2"
},
"peerDependencies": {
"gatsby": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/hub",
"version": "5.19.1",
"version": "5.19.2",
"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 @@ -16,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/integrations",
"version": "5.19.1",
"version": "5.19.2",
"description": "Pluggable integrations that can be used to enhance JS SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
Expand All @@ -16,8 +16,8 @@
"module": "esm/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/minimal/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/minimal",
"version": "5.19.1",
"version": "5.19.2",
"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,8 +16,8 @@
"access": "public"
},
"dependencies": {
"@sentry/hub": "5.19.1",
"@sentry/types": "5.19.1",
"@sentry/hub": "5.19.2",
"@sentry/types": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/node",
"version": "5.19.1",
"version": "5.19.2",
"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.19.1",
"@sentry/core": "5.19.1",
"@sentry/hub": "5.19.1",
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/apm": "5.19.2",
"@sentry/core": "5.19.2",
"@sentry/hub": "5.19.2",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"cookie": "^0.3.1",
"https-proxy-agent": "^5.0.0",
"lru_map": "^0.3.3",
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 = '5.19.1';
export const SDK_VERSION = '5.19.2';
8 changes: 4 additions & 4 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/react",
"version": "5.19.1",
"version": "5.19.2",
"description": "Offical Sentry SDK for React.js",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/react",
Expand All @@ -16,9 +16,9 @@
"access": "public"
},
"dependencies": {
"@sentry/browser": "5.19.1",
"@sentry/types": "5.19.1",
"@sentry/utils": "5.19.1",
"@sentry/browser": "5.19.2",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"hoist-non-react-statics": "^3.3.2",
"tslib": "^1.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/types",
"version": "5.19.1",
"version": "5.19.2",
"description": "Types for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/types",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/typescript",
"version": "5.19.1",
"version": "5.19.2",
"description": "Typescript configuration used at Sentry",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/utils",
"version": "5.19.1",
"version": "5.19.2",
"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 All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@sentry/types": "5.19.1",
"@sentry/types": "5.19.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down

0 comments on commit fee92a5

Please sign in to comment.