Skip to content

Commit

Permalink
chore: bump version to 20.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Nov 12, 2020
1 parent 3b7a011 commit b0dacc3
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trezor-suite",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"repository": "https://github.com/trezor/trezor-suite.git",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/landing-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/landing-page",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"scripts": {
"type-check": "tsc --project tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/suite-data",
"version": "20.11.1",
"version": "20.11.2",
"author": "Trezor <info@trezor.io>",
"keywords": [
"Trezor",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trezor/suite-desktop",
"description": "Trezor Suite desktop application",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"author": "SatoshiLabs <info@satoshilabs.com>",
"homepage": "https://trezor.io/",
Expand Down
4 changes: 2 additions & 2 deletions packages/suite-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/suite-native",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"scripts": {
"dev:ios": "run-p start run-ios",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@trezor/components": "^1.0.0",
"@trezor/suite-storage": "20.11.1",
"@trezor/suite-storage": "20.11.2",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-gesture-handler": "^1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/suite-storage",
"version": "20.11.1",
"version": "20.11.2",
"author": "Trezor <info@trezor.io>",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-web-landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/suite-web-landing",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"scripts": {
"type-check": "tsc --project tsconfig.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/suite-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/suite-web",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"scripts": {
"type-check": "tsc --project tsconfig.json",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@sentry/browser": "^5.16.0",
"@sentry/integrations": "^5.16.0",
"@trezor/suite": "20.11.1",
"@trezor/suite": "20.11.2",
"@zeit/next-workers": "^1.0.0",
"next": "^9.5.3",
"next-redux-wrapper": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/suite",
"version": "20.11.1",
"version": "20.11.2",
"private": true,
"scripts": {
"lint": "yarn lint:styles && yarn lint:js",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@trezor/components": "^1.0.0",
"@trezor/suite-data": "20.11.1",
"@trezor/suite-storage": "20.11.1",
"@trezor/suite-data": "20.11.2",
"@trezor/suite-storage": "20.11.2",
"bignumber.js": "^9.0.0",
"date-fns": "^2.15.0",
"date-fns-tz": "^1.0.10",
Expand Down

0 comments on commit b0dacc3

Please sign in to comment.