decentraland-dapps 24.27.1 → 24.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1718,4 +1718,3 @@ dispatch(stopCreditsSSE())
1718
1718
  ```
1719
1719
 
1720
1720
  The polling will automatically check if the credits feature is enabled before fetching credits, so there's no need for additional checks in your application code.
1721
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-dapps",
3
- "version": "24.27.1",
3
+ "version": "24.27.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "decentraland-crypto-fetch": "^2.0.1",
26
26
  "decentraland-transactions": "^2.22.0",
27
27
  "decentraland-ui": "^6.13.0",
28
- "decentraland-ui2": "^0.23.2",
28
+ "decentraland-ui2": "^0.23.3",
29
29
  "ethers": "^5.7.2",
30
30
  "events": "^3.3.0",
31
31
  "flat": "^5.0.2",