Skip to content

Commit

Permalink
chore(all): bump versions to 21.3.2 [RELEASE ONLY]
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusanka committed Mar 17, 2021
1 parent 6c019a7 commit 6dbeaf3
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": "21.3.1",
"version": "21.3.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": "21.3.1",
"version": "21.3.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": "21.3.1",
"version": "21.3.2",
"author": "Trezor <[email protected]>",
"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": "21.3.1",
"version": "21.3.2",
"private": true,
"author": "SatoshiLabs <[email protected]>",
"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": "21.3.1",
"version": "21.3.2",
"private": true,
"scripts": {
"dev:ios": "run-p start run-ios",
Expand All @@ -18,7 +18,7 @@
"build:android": "rimraf packages/suite-native/android/app/build && yarn workspace @trezor/suite-native bundle:android && cd ./android && ./gradlew bundleRelease -x bundleReleaseJsAndAssets --no-build-cache && ./gradlew assembleRelease -x bundleReleaseJsAndAssets --no-build-cache"
},
"dependencies": {
"@trezor/suite-storage": "21.3.1",
"@trezor/suite-storage": "21.3.2",
"react": "17.0.1",
"react-native": "0.63.4",
"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": "21.3.1",
"version": "21.3.2",
"author": "Trezor <[email protected]>",
"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": "21.3.1",
"version": "21.3.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": "21.3.1",
"version": "21.3.2",
"private": true,
"scripts": {
"type-check": "tsc --project tsconfig.json",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@sentry/browser": "^5.29.2",
"@sentry/integrations": "^5.29.2",
"@trezor/suite": "21.3.1",
"@trezor/suite": "21.3.2",
"@zeit/next-workers": "^1.0.0",
"next": "^10.0.5",
"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": "21.3.1",
"version": "21.3.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": "21.3.1",
"@trezor/suite-storage": "21.3.1",
"@trezor/suite-data": "21.3.2",
"@trezor/suite-storage": "21.3.2",
"bignumber.js": "^9.0.1",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
Expand Down

0 comments on commit 6dbeaf3

Please sign in to comment.