Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(scripts): Bump pkgs version + scripts #2952

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
"@react-navigation/stack": "^6.3.16",
"@sentry/react-native": "^5.8.0",
"@shopify/flash-list": "^1.4.1",
"@yoroi/api": "1.3.0",
"@yoroi/banxa": "1.3.0",
"@yoroi/common": "1.3.0",
"@yoroi/links": "1.3.0",
"@yoroi/resolver": "1.0.0",
"@yoroi/staking": "1.0.0",
"@yoroi/swap": "1.3.0",
"@yoroi/api": "1.4.0",
"@yoroi/banxa": "1.4.0",
"@yoroi/common": "1.4.0",
"@yoroi/links": "1.4.0",
"@yoroi/resolver": "1.4.0",
"@yoroi/staking": "1.4.0",
"@yoroi/swap": "1.4.0",
"add": "2.0.6",
"assert": "^2.0.0",
"base-64": "^1.0.0",
Expand Down Expand Up @@ -235,7 +235,7 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.32.0",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.2.1",
"babel-loader": "8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/api",
"version": "1.3.0",
"version": "1.4.0",
"description": "The API package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down Expand Up @@ -133,7 +133,7 @@
},
"dependencies": {
"@emurgo/cip14-js": "^3.0.1",
"@yoroi/common": "1.3.0",
"@yoroi/common": "1.4.0",
"axios": "^1.5.0",
"zod": "^3.22.1"
},
Expand All @@ -149,7 +149,7 @@
"@types/jest": "^28.1.2",
"@types/react": "18.2.0",
"@types/react-native": "0.71.6",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"axios-mock-adapter": "^1.21.5",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/banxa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/banxa",
"version": "1.3.0",
"version": "1.4.0",
"description": "The Banxa integration package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/common",
"version": "1.3.0",
"version": "1.4.0",
"description": "The Common package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down Expand Up @@ -147,7 +147,7 @@
"@types/jest": "^28.1.2",
"@types/react": "18.2.0",
"@types/react-native": "0.71.6",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"axios-mock-adapter": "^1.21.5",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/links",
"version": "1.3.0",
"version": "1.4.0",
"description": "The package for managing links of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down Expand Up @@ -136,8 +136,7 @@
]
},
"dependencies": {
"@yoroi/common": "1.3.0",
"@yoroi/types": "1.3.0"
"@yoroi/common": "1.4.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
Expand All @@ -149,7 +148,7 @@
"@types/jest": "^28.1.2",
"@types/react": "18.2.0",
"@types/react-native": "0.71.6",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"dependency-cruiser": "^13.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/openswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/openswap",
"version": "1.3.0",
"version": "1.4.0",
"repository": {
"type": "github",
"url": "https://github.com/Emurgo/yoroi.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/resolver",
"version": "1.0.0",
"version": "1.4.0",
"description": "Yoroi domain resolver",
"keywords": [
"yoroi",
Expand Down Expand Up @@ -137,7 +137,7 @@
]
},
"dependencies": {
"@yoroi/common": "1.3.0",
"@yoroi/common": "1.4.0",
"axios": "^1.5.0",
"zod": "^3.22.2"
},
Expand All @@ -149,7 +149,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.3.0",
"@types/jest": "^28.1.2",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"dependency-cruiser": "^13.1.1",
Expand Down
6 changes: 2 additions & 4 deletions packages/staking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/staking",
"version": "1.0.0",
"version": "1.4.0",
"description": "The Staking package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down Expand Up @@ -130,8 +130,6 @@
},
"dependencies": {
"@emurgo/cip14-js": "^3.0.1",
"@yoroi/api": "1.3.0",
"@yoroi/openswap": "1.3.0",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"immer": "^10.0.2"
Expand All @@ -149,7 +147,7 @@
"@types/jest": "^28.1.2",
"@types/react": "18.2.0",
"@types/react-native": "0.71.6",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"axios-mock-adapter": "^1.21.5",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
Expand Down
9 changes: 5 additions & 4 deletions packages/swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/swap",
"version": "1.3.0",
"version": "1.4.0",
"description": "The Swap package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down Expand Up @@ -135,8 +135,9 @@
},
"dependencies": {
"@emurgo/cip14-js": "^3.0.1",
"@yoroi/api": "1.3.0",
"@yoroi/openswap": "1.3.0",
"@yoroi/api": "1.4.0",
"@yoroi/common": "1.4.0",
"@yoroi/openswap": "1.4.0",
"immer": "^10.0.2"
},
"devDependencies": {
Expand All @@ -149,7 +150,7 @@
"@types/jest": "^28.1.2",
"@types/react": "18.2.0",
"@types/react-native": "0.71.6",
"@yoroi/types": "1.3.0",
"@yoroi/types": "1.4.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"dependency-cruiser": "^13.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoroi/types",
"version": "1.3.0",
"version": "1.4.0",
"description": "The Yoroi Types package of Yoroi SDK",
"keywords": [
"yoroi",
Expand Down
8 changes: 8 additions & 0 deletions scripts/install-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,24 @@ yarn workspace @yoroi/api add @yoroi/common@"$1"
yarn workspace @yoroi/swap add -D @yoroi/types@"$1"
yarn workspace @yoroi/swap add @yoroi/api@"$1"
yarn workspace @yoroi/swap add @yoroi/openswap@"$1"
yarn workspace @yoroi/swap add @yoroi/common@"$1"

# resolver
yarn workspace @yoroi/resolver add -D @yoroi/types@"$1"
yarn workspace @yoroi/resolver add @yoroi/common@"$1"

# links
yarn workspace @yoroi/links add -D @yoroi/types@"$1"
yarn workspace @yoroi/links add @yoroi/common@"$1"

# wallet-mobile
yarn workspace @yoroi/wallet-mobile add -D @yoroi/types@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/banxa@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/api@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/common@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/swap@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/links@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/staking@"$1"
yarn workspace @yoroi/wallet-mobile add @yoroi/resolver@"$1"

echo "Using new packages..."
Loading