File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 5.12.0 " ,
3
+ "version" : " 5.12.1 " ,
4
4
"packages" : " packages/*" ,
5
5
"ignore" : " raven-*" ,
6
6
"npmClient" : " yarn" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/apm" ,
3
- "version" : " 5.12.0 " ,
3
+ "version" : " 5.12.1 " ,
4
4
"description" : " Extensions for APM" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/core" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/browser" : " 5.12.0 " ,
19
+ "@sentry/browser" : " 5.12.1 " ,
20
20
"@sentry/hub" : " 5.12.0" ,
21
21
"@sentry/minimal" : " 5.12.0" ,
22
22
"@sentry/types" : " 5.12.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/browser" ,
3
- "version" : " 5.12.0 " ,
3
+ "version" : " 5.12.1 " ,
4
4
"description" : " Official Sentry SDK for browsers" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/browser" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.browser' ;
2
- export const SDK_VERSION = '5.12.0 ' ;
2
+ export const SDK_VERSION = '5.12.1 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/node" ,
3
- "version" : " 5.12.0 " ,
3
+ "version" : " 5.12.1 " ,
4
4
"description" : " Offical Sentry SDK for Node.js" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/node" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/apm" : " 5.12.0 " ,
19
+ "@sentry/apm" : " 5.12.1 " ,
20
20
"@sentry/core" : " 5.12.0" ,
21
21
"@sentry/hub" : " 5.12.0" ,
22
22
"@sentry/types" : " 5.12.0" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.node' ;
2
- export const SDK_VERSION = '5.12.0 ' ;
2
+ export const SDK_VERSION = '5.12.1 ' ;
You can’t perform that action at this time.
0 commit comments