Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajous committed Sep 25, 2023
1 parent b5a2f9d commit 6063f02
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions packages/drops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/drops",
"version": "0.0.38",
"version": "0.0.39",
"description": "Drops module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,7 +26,7 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/providers": "0.0.38",
"@poap-xyz/utils": "0.0.38"
"@poap-xyz/providers": "0.0.39",
"@poap-xyz/utils": "0.0.39"
}
}
6 changes: 3 additions & 3 deletions packages/moments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/moments",
"version": "0.0.38",
"version": "0.0.39",
"description": "Moments module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,8 +26,8 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/providers": "0.0.38",
"@poap-xyz/utils": "0.0.38",
"@poap-xyz/providers": "0.0.39",
"@poap-xyz/utils": "0.0.39",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/performance",
"version": "0.0.38",
"version": "0.0.39",
"description": "Performance module for the poap.js library",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/poaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poaps",
"version": "0.0.38",
"version": "0.0.39",
"description": "Poaps module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -26,7 +26,7 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/providers": "0.0.38",
"@poap-xyz/utils": "0.0.38"
"@poap-xyz/providers": "0.0.39",
"@poap-xyz/utils": "0.0.39"
}
}
4 changes: 2 additions & 2 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/providers",
"version": "0.0.38",
"version": "0.0.39",
"description": "Providers module for the poap.js library",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand All @@ -25,7 +25,7 @@
"build": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"@poap-xyz/utils": "0.0.38"
"@poap-xyz/utils": "0.0.39"
},
"devDependencies": {
"axios-mock-adapter": "^1.21.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/utils",
"version": "0.0.38",
"version": "0.0.39",
"description": "Utils module for the poap.js library",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -864,17 +864,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poap-xyz/drops@workspace:packages/drops"
dependencies:
"@poap-xyz/providers": 0.0.38
"@poap-xyz/utils": 0.0.38
"@poap-xyz/providers": 0.0.39
"@poap-xyz/utils": 0.0.39
languageName: unknown
linkType: soft

"@poap-xyz/moments@*, @poap-xyz/moments@workspace:packages/moments":
version: 0.0.0-use.local
resolution: "@poap-xyz/moments@workspace:packages/moments"
dependencies:
"@poap-xyz/providers": 0.0.38
"@poap-xyz/utils": 0.0.38
"@poap-xyz/providers": 0.0.39
"@poap-xyz/utils": 0.0.39
"@types/uuid": ^9.0.2
uuid: ^9.0.0
languageName: unknown
Expand All @@ -890,24 +890,24 @@ __metadata:
version: 0.0.0-use.local
resolution: "@poap-xyz/poaps@workspace:packages/poaps"
dependencies:
"@poap-xyz/providers": 0.0.38
"@poap-xyz/utils": 0.0.38
"@poap-xyz/providers": 0.0.39
"@poap-xyz/utils": 0.0.39
languageName: unknown
linkType: soft

"@poap-xyz/providers@*, @poap-xyz/[email protected].38, @poap-xyz/providers@workspace:packages/providers":
"@poap-xyz/providers@*, @poap-xyz/[email protected].39, @poap-xyz/providers@workspace:packages/providers":
version: 0.0.0-use.local
resolution: "@poap-xyz/providers@workspace:packages/providers"
dependencies:
"@poap-xyz/utils": 0.0.38
"@poap-xyz/utils": 0.0.39
axios-mock-adapter: ^1.21.4
peerDependencies:
axios: ^1.3.5
form-data: ^4.0.0
languageName: unknown
linkType: soft

"@poap-xyz/utils@*, @poap-xyz/[email protected].38, @poap-xyz/utils@workspace:packages/utils":
"@poap-xyz/utils@*, @poap-xyz/[email protected].39, @poap-xyz/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@poap-xyz/utils@workspace:packages/utils"
languageName: unknown
Expand Down

0 comments on commit 6063f02

Please sign in to comment.