diff --git a/.changeset/pre.json b/.changeset/pre.json
index 01f5ee1c..a2227b8a 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -20,6 +20,7 @@
"calm-coats-approve",
"chilly-lamps-float",
"clever-vans-drop",
+ "cyan-readers-crash",
"dry-jobs-warn",
"fifty-flowers-happen",
"flat-trees-confess",
@@ -45,6 +46,7 @@
"silver-plants-rule",
"smart-deers-cough",
"sour-wasps-film",
+ "spotty-cats-wink",
"tame-cows-add",
"tasty-masks-kiss",
"three-oranges-retire",
diff --git a/apps/abstraxion-dashboard/CHANGELOG.md b/apps/abstraxion-dashboard/CHANGELOG.md
index 9769edf6..5cf34bf6 100644
--- a/apps/abstraxion-dashboard/CHANGELOG.md
+++ b/apps/abstraxion-dashboard/CHANGELOG.md
@@ -1,5 +1,56 @@
# abstraxion-dashboard
+## 0.2.0-alpha.16
+
+### Minor Changes
+
+- [#78](https://github.com/burnt-labs/xion.js/pull/78) [`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4) Thanks [@BurntVal](https://github.com/BurntVal)! - introduce the ability to add a secp256k1 authenticator (via Keplr) and use it as a signer for transactions
+
+- # [#107](https://github.com/burnt-labs/xion.js/pull/107) [`2c33c31`](https://github.com/burnt-labs/xion.js/commit/2c33c3136280558ec505b401911244310432ebd3) Thanks [@justinbarry](https://github.com/justinbarry)! -
+
+Staking Grants
+===
+
+ Add the ability for dapps to request staking grants be give via the dashboard. To request a grant, the dapp will need to set the `stake` prop to `true` in the config of the `abstraxion` provider.
+
+ ```jsx
+
+ {children}
+
+ ```
+
+ This will grant `StakeAuthorization` to delegate, undelegate, redelegate and a GenericAuthorization to exec a MsgWithdrawDelegatorReward msg along with a feegrant for these message to cover the fees.
+
+ # Bank Send Grants
+
+ Add the ability for dapps to request bank send grants be give via the dashboard. To request a grant, the dapp will need to set pass the requested `denom` and `amount` to the config of the `abstraxion` provider.
+
+ ```jsx
+
+ {children}
+
+ ```
+
+### Patch Changes
+
+- Updated dependencies [[`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4), [`2c33c31`](https://github.com/burnt-labs/xion.js/commit/2c33c3136280558ec505b401911244310432ebd3)]:
+ - @burnt-labs/signers@0.1.0-alpha.7
+ - @burnt-labs/ui@0.1.0-alpha.6
+ - @burnt-labs/abstraxion@1.0.0-alpha.35
+
## 0.2.0-alpha.15
### Patch Changes
diff --git a/apps/abstraxion-dashboard/package.json b/apps/abstraxion-dashboard/package.json
index c11ee68b..9ad6d0c5 100644
--- a/apps/abstraxion-dashboard/package.json
+++ b/apps/abstraxion-dashboard/package.json
@@ -1,6 +1,6 @@
{
"name": "abstraxion-dashboard",
- "version": "0.2.0-alpha.15",
+ "version": "0.2.0-alpha.16",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/apps/demo-app/CHANGELOG.md b/apps/demo-app/CHANGELOG.md
index 81542cfe..b6b67037 100644
--- a/apps/demo-app/CHANGELOG.md
+++ b/apps/demo-app/CHANGELOG.md
@@ -1,5 +1,54 @@
# demo-app
+## 1.1.0-alpha.20
+
+### Minor Changes
+
+- # [#107](https://github.com/burnt-labs/xion.js/pull/107) [`2c33c31`](https://github.com/burnt-labs/xion.js/commit/2c33c3136280558ec505b401911244310432ebd3) Thanks [@justinbarry](https://github.com/justinbarry)! -
+
+Staking Grants
+===
+
+ Add the ability for dapps to request staking grants be give via the dashboard. To request a grant, the dapp will need to set the `stake` prop to `true` in the config of the `abstraxion` provider.
+
+ ```jsx
+
+ {children}
+
+ ```
+
+ This will grant `StakeAuthorization` to delegate, undelegate, redelegate and a GenericAuthorization to exec a MsgWithdrawDelegatorReward msg along with a feegrant for these message to cover the fees.
+
+ # Bank Send Grants
+
+ Add the ability for dapps to request bank send grants be give via the dashboard. To request a grant, the dapp will need to set pass the requested `denom` and `amount` to the config of the `abstraxion` provider.
+
+ ```jsx
+
+ {children}
+
+ ```
+
+### Patch Changes
+
+- Updated dependencies [[`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4), [`2c33c31`](https://github.com/burnt-labs/xion.js/commit/2c33c3136280558ec505b401911244310432ebd3)]:
+ - @burnt-labs/signers@0.1.0-alpha.7
+ - @burnt-labs/ui@0.1.0-alpha.6
+ - @burnt-labs/abstraxion@1.0.0-alpha.35
+
## 1.1.0-alpha.19
### Patch Changes
diff --git a/apps/demo-app/package.json b/apps/demo-app/package.json
index d2fd8574..fc0060bb 100644
--- a/apps/demo-app/package.json
+++ b/apps/demo-app/package.json
@@ -1,6 +1,6 @@
{
"name": "demo-app",
- "version": "1.1.0-alpha.19",
+ "version": "1.1.0-alpha.20",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/packages/abstraxion-core/CHANGELOG.md b/packages/abstraxion-core/CHANGELOG.md
index 860e1be1..fe786739 100644
--- a/packages/abstraxion-core/CHANGELOG.md
+++ b/packages/abstraxion-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @burnt-labs/abstraxion-core
+## 1.0.0-alpha.33
+
+### Patch Changes
+
+- Updated dependencies [[`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4)]:
+ - @burnt-labs/signers@0.1.0-alpha.7
+
## 1.0.0-alpha.32
### Minor Changes
diff --git a/packages/abstraxion-core/package.json b/packages/abstraxion-core/package.json
index 3301300c..8be54794 100644
--- a/packages/abstraxion-core/package.json
+++ b/packages/abstraxion-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/abstraxion-core",
- "version": "1.0.0-alpha.32",
+ "version": "1.0.0-alpha.33",
"sideEffects": [
"**/*.css"
],
diff --git a/packages/abstraxion/CHANGELOG.md b/packages/abstraxion/CHANGELOG.md
index 6894d54f..4411c9e8 100644
--- a/packages/abstraxion/CHANGELOG.md
+++ b/packages/abstraxion/CHANGELOG.md
@@ -1,5 +1,53 @@
# @burnt-labs/abstraxion
+## 1.0.0-alpha.35
+
+### Minor Changes
+
+- # [#107](https://github.com/burnt-labs/xion.js/pull/107) [`2c33c31`](https://github.com/burnt-labs/xion.js/commit/2c33c3136280558ec505b401911244310432ebd3) Thanks [@justinbarry](https://github.com/justinbarry)! -
+
+Staking Grants
+===
+ Add the ability for dapps to request staking grants be give via the dashboard. To request a grant, the dapp will need to set the `stake` prop to `true` in the config of the `abstraxion` provider.
+
+ ```jsx
+
+ {children}
+
+ ```
+
+ This will grant `StakeAuthorization` to delegate, undelegate, redelegate and a GenericAuthorization to exec a MsgWithdrawDelegatorReward msg along with a feegrant for these message to cover the fees.
+
+ # Bank Send Grants
+
+ Add the ability for dapps to request bank send grants be give via the dashboard. To request a grant, the dapp will need to set pass the requested `denom` and `amount` to the config of the `abstraxion` provider.
+
+ ```jsx
+
+ {children}
+
+ ```
+
+### Patch Changes
+
+- Updated dependencies [[`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4)]:
+ - @burnt-labs/signers@0.1.0-alpha.7
+ - @burnt-labs/ui@0.1.0-alpha.6
+ - @burnt-labs/abstraxion-core@1.0.0-alpha.33
+
## 1.0.0-alpha.34
### Minor Changes
diff --git a/packages/abstraxion/package.json b/packages/abstraxion/package.json
index 516ada01..d00b58bb 100644
--- a/packages/abstraxion/package.json
+++ b/packages/abstraxion/package.json
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/abstraxion",
- "version": "1.0.0-alpha.34",
+ "version": "1.0.0-alpha.35",
"sideEffects": [
"**/*.css"
],
diff --git a/packages/signers/CHANGELOG.md b/packages/signers/CHANGELOG.md
index ea8f2860..e450df10 100644
--- a/packages/signers/CHANGELOG.md
+++ b/packages/signers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @burnt-labs/signers
+## 0.1.0-alpha.7
+
+### Minor Changes
+
+- [#78](https://github.com/burnt-labs/xion.js/pull/78) [`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4) Thanks [@BurntVal](https://github.com/BurntVal)! - introduce the ability to add a secp256k1 authenticator (via Keplr) and use it as a signer for transactions
+
## 0.1.0-alpha.6
### Minor Changes
diff --git a/packages/signers/package.json b/packages/signers/package.json
index 8da221ff..e0762231 100644
--- a/packages/signers/package.json
+++ b/packages/signers/package.json
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/signers",
- "version": "0.1.0-alpha.6",
+ "version": "0.1.0-alpha.7",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index 691f0e4d..da877556 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,11 @@
# @burnt-labs/ui
+## 0.1.0-alpha.6
+
+### Minor Changes
+
+- [#78](https://github.com/burnt-labs/xion.js/pull/78) [`6de3996`](https://github.com/burnt-labs/xion.js/commit/6de39966e4a308c740ab8e66eb00a4c1f2d479b4) Thanks [@BurntVal](https://github.com/BurntVal)! - introduce the ability to add a secp256k1 authenticator (via Keplr) and use it as a signer for transactions
+
## 0.1.0-alpha.5
### Minor Changes
diff --git a/packages/ui/package.json b/packages/ui/package.json
index aa9e4060..e68757a8 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/ui",
- "version": "0.1.0-alpha.5",
+ "version": "0.1.0-alpha.6",
"sideEffects": [
"**/*.css"
],