@rango-dev/widget-embedded 0.8.1-next.11 → 0.8.1-next.12

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/CHANGELOG.md +37 -0
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ # [0.8.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.7.0...widget-embedded@0.8.0) (2023-07-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * adding lingui to ui and embedded packages ([efed0d6](https://github.com/rango-exchange/rango-client/commit/efed0d6da437bfd472f26a280adc55da1151966a))
7
+ * fix lingui version ([b7de08b](https://github.com/rango-exchange/rango-client/commit/b7de08b457314192665b9d3afa809e63ecd311a8))
8
+
9
+
10
+
11
+ # [0.7.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.6.0...widget-embedded@0.7.0) (2023-07-11)
12
+
13
+
14
+
15
+ # [0.6.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.5.0...widget-embedded@0.6.0) (2023-07-11)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * fix bug in routing when usd value is unknown ([df23685](https://github.com/rango-exchange/rango-client/commit/df23685d63de6dbe5a3e591ef619d845573e0657))
21
+ * update widget affiliate config ([0655dc1](https://github.com/rango-exchange/rango-client/commit/0655dc1949e6e8a9b1efacb71e3f66ac3d1e30fb))
22
+
23
+
24
+ ### Features
25
+
26
+ * add widget events and refactor swap execution events ([0d76806](https://github.com/rango-exchange/rango-client/commit/0d7680693dd77439de38cd0b20f263f6ae8cceb0))
27
+ * consider internalswaps in second bestRoute & select wallets ([a2d9510](https://github.com/rango-exchange/rango-client/commit/a2d9510288b534e03d6cf2ee3ed60b895607323f))
28
+ * setup lingui for multi-language in widget ([a3f1331](https://github.com/rango-exchange/rango-client/commit/a3f1331def487989a5717335b062dd9ef45876ad))
29
+ * support for external wallets ([0db170d](https://github.com/rango-exchange/rango-client/commit/0db170d28b7052e5a750d270549d9550c52789de))
30
+
31
+
32
+ ### Reverts
33
+
34
+ * Revert "support for rango-types cjs format" ([4f5f55f](https://github.com/rango-exchange/rango-client/commit/4f5f55f96e8daa329588b932b19c291c30f339c4))
35
+
36
+
37
+
1
38
  # [0.5.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.4.0...widget-embedded@0.5.0) (2023-05-31)
2
39
 
3
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.8.1-next.11",
3
+ "version": "0.8.1-next.12",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,13 +17,15 @@
17
17
  "lint": "eslint \"**/*.{ts,tsx}\" --ignore-path ../../.eslintignore"
18
18
  },
19
19
  "dependencies": {
20
- "@rango-dev/provider-all": "^0.8.1-next.5",
21
- "@rango-dev/queue-manager-core": "^0.8.1-next.5",
22
- "@rango-dev/queue-manager-rango-preset": "^0.8.1-next.11",
23
- "@rango-dev/queue-manager-react": "^0.8.1-next.7",
24
- "@rango-dev/ui": "^0.8.1-next.12",
25
- "@rango-dev/wallets-core": "^0.8.1-next.5",
26
- "@rango-dev/wallets-shared": "^0.8.1-next.6",
20
+ "@lingui/core": "4.2.1",
21
+ "@lingui/react": "4.2.1",
22
+ "@rango-dev/provider-all": "^0.8.1-next.6",
23
+ "@rango-dev/queue-manager-core": "^0.8.1-next.6",
24
+ "@rango-dev/queue-manager-rango-preset": "^0.8.1-next.12",
25
+ "@rango-dev/queue-manager-react": "^0.8.1-next.8",
26
+ "@rango-dev/ui": "^0.8.1-next.13",
27
+ "@rango-dev/wallets-core": "^0.8.1-next.6",
28
+ "@rango-dev/wallets-shared": "^0.8.1-next.7",
27
29
  "bignumber.js": "^9.1.1",
28
30
  "copy-to-clipboard": "^3.3.3",
29
31
  "dayjs": "^1.11.7",