Skip to content

Commit 24c2e74

Browse files
committed
chore: Upgrade package versions to 0.7.4
1 parent eeb2fb0 commit 24c2e74

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

packages/drops/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poap-xyz/drops",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Drops module for the poap.js library",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",
@@ -30,7 +30,7 @@
3030
},
3131
"packageManager": "yarn@3.5.0",
3232
"dependencies": {
33-
"@poap-xyz/providers": "0.7.3",
34-
"@poap-xyz/utils": "0.7.3"
33+
"@poap-xyz/providers": "0.7.4",
34+
"@poap-xyz/utils": "0.7.4"
3535
}
3636
}

packages/moments/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poap-xyz/moments",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Moments module for the poap.js library",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",
@@ -30,8 +30,8 @@
3030
},
3131
"packageManager": "yarn@3.5.0",
3232
"dependencies": {
33-
"@poap-xyz/providers": "0.7.3",
34-
"@poap-xyz/utils": "0.7.3",
33+
"@poap-xyz/providers": "0.7.4",
34+
"@poap-xyz/utils": "0.7.4",
3535
"uuid": "^9.0.0"
3636
},
3737
"devDependencies": {

packages/poaps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poap-xyz/poaps",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Poaps module for the poap.js library",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",
@@ -30,7 +30,7 @@
3030
},
3131
"packageManager": "yarn@3.5.0",
3232
"dependencies": {
33-
"@poap-xyz/providers": "0.7.3",
34-
"@poap-xyz/utils": "0.7.3"
33+
"@poap-xyz/providers": "0.7.4",
34+
"@poap-xyz/utils": "0.7.4"
3535
}
3636
}

packages/providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poap-xyz/providers",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Providers module for the poap.js library",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",
@@ -30,7 +30,7 @@
3030
},
3131
"packageManager": "yarn@3.5.0",
3232
"dependencies": {
33-
"@poap-xyz/utils": "0.7.3",
33+
"@poap-xyz/utils": "0.7.4",
3434
"axios": "^1.6.8",
3535
"lodash.chunk": "^4.2.0"
3636
},

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poap-xyz/utils",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Utils module for the poap.js library",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,8 @@ __metadata:
931931
version: 0.0.0-use.local
932932
resolution: "@poap-xyz/drops@workspace:packages/drops"
933933
dependencies:
934-
"@poap-xyz/providers": 0.7.3
935-
"@poap-xyz/utils": 0.7.3
934+
"@poap-xyz/providers": 0.7.4
935+
"@poap-xyz/utils": 0.7.4
936936
languageName: unknown
937937
linkType: soft
938938

@@ -948,8 +948,8 @@ __metadata:
948948
version: 0.0.0-use.local
949949
resolution: "@poap-xyz/moments@workspace:packages/moments"
950950
dependencies:
951-
"@poap-xyz/providers": 0.7.3
952-
"@poap-xyz/utils": 0.7.3
951+
"@poap-xyz/providers": 0.7.4
952+
"@poap-xyz/utils": 0.7.4
953953
"@types/uuid": ^9.0.2
954954
uuid: ^9.0.0
955955
languageName: unknown
@@ -959,24 +959,24 @@ __metadata:
959959
version: 0.0.0-use.local
960960
resolution: "@poap-xyz/poaps@workspace:packages/poaps"
961961
dependencies:
962-
"@poap-xyz/providers": 0.7.3
963-
"@poap-xyz/utils": 0.7.3
962+
"@poap-xyz/providers": 0.7.4
963+
"@poap-xyz/utils": 0.7.4
964964
languageName: unknown
965965
linkType: soft
966966

967-
"@poap-xyz/providers@0.7.3, @poap-xyz/providers@workspace:packages/providers":
967+
"@poap-xyz/providers@0.7.4, @poap-xyz/providers@workspace:packages/providers":
968968
version: 0.0.0-use.local
969969
resolution: "@poap-xyz/providers@workspace:packages/providers"
970970
dependencies:
971-
"@poap-xyz/utils": 0.7.3
971+
"@poap-xyz/utils": 0.7.4
972972
axios: ^1.6.8
973973
axios-mock-adapter: ^1.21.4
974974
jest-fetch-mock: ^3.0.3
975975
lodash.chunk: ^4.2.0
976976
languageName: unknown
977977
linkType: soft
978978

979-
"@poap-xyz/utils@0.7.3, @poap-xyz/utils@workspace:packages/utils":
979+
"@poap-xyz/utils@0.7.4, @poap-xyz/utils@workspace:packages/utils":
980980
version: 0.0.0-use.local
981981
resolution: "@poap-xyz/utils@workspace:packages/utils"
982982
languageName: unknown

0 commit comments

Comments
 (0)