@rango-dev/queue-manager-rango-preset 0.50.1-next.1 → 0.51.1-next.0

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [0.51.0](https://github.com/rango-exchange/rango-client/compare/queue-manager-rango-preset@0.50.0...queue-manager-rango-preset@0.51.0) (2025-08-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * add swap mode tabs to history page ([be3ae60](https://github.com/rango-exchange/rango-client/commit/be3ae60f5867f0bc921d8e7ceb1ae673766a38f3))
7
+ * add swap mode to payload of route events ([492d076](https://github.com/rango-exchange/rango-client/commit/492d07649e356437cca79dd10f1664d3927b0fb9))
8
+
9
+
10
+
1
11
  # [0.50.0](https://github.com/rango-exchange/rango-client/compare/queue-manager-rango-preset@0.49.0...queue-manager-rango-preset@0.50.0) (2025-08-19)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/queue-manager-rango-preset",
3
- "version": "0.50.1-next.1",
3
+ "version": "0.51.1-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",