Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jimobrien committed Aug 7, 2023
2 parents dca4c59 + 7a5bf34 commit 2d5e9c9
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"mode": "pre",
"tag": "alpha",
"changesets": [
"brown-points-smile",
"hungry-squids-drop",
"pink-horses-change",
"tasty-bobcats-clean"
],
"initialVersions": {
Expand Down
8 changes: 8 additions & 0 deletions packages/connext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rabbitholegg/questdk-plugin-connext

## 1.0.0-alpha.3

### Minor Changes

- [`277988f`](https://github.com/rabbitholegg/questdk-plugins/commit/277988f7703bb09959e4bd396c82a29b0f9d8dc6) Thanks [@jimobrien](https://github.com/jimobrien)! - update supported chains and tokens

- [`54a363b`](https://github.com/rabbitholegg/questdk-plugins/commit/54a363b1794e785771c9ef0cfffba63cf36178b8) Thanks [@jimobrien](https://github.com/jimobrien)! - Update supported chains and tokens

## 1.0.0-alpha.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-connext",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rabbitholegg/questdk-plugin-registry

## 1.0.0-alpha.3

### Minor Changes

- [`277988f`](https://github.com/rabbitholegg/questdk-plugins/commit/277988f7703bb09959e4bd396c82a29b0f9d8dc6) Thanks [@jimobrien](https://github.com/jimobrien)! - update supported chains and tokens

- [`54a363b`](https://github.com/rabbitholegg/questdk-plugins/commit/54a363b1794e785771c9ef0cfffba63cf36178b8) Thanks [@jimobrien](https://github.com/jimobrien)! - Update supported chains and tokens

### Patch Changes

- Updated dependencies [[`277988f`](https://github.com/rabbitholegg/questdk-plugins/commit/277988f7703bb09959e4bd396c82a29b0f9d8dc6), [`54a363b`](https://github.com/rabbitholegg/questdk-plugins/commit/54a363b1794e785771c9ef0cfffba63cf36178b8)]:
- @rabbitholegg/questdk-plugin-connext@1.0.0-alpha.3
- @rabbitholegg/questdk-plugin-uniswap@1.0.0-alpha.3

## 1.0.0-alpha.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-registry",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/uniswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rabbitholegg/questdk-plugin-uniswap

## 1.0.0-alpha.3

### Minor Changes

- [`277988f`](https://github.com/rabbitholegg/questdk-plugins/commit/277988f7703bb09959e4bd396c82a29b0f9d8dc6) Thanks [@jimobrien](https://github.com/jimobrien)! - update supported chains and tokens

- [`54a363b`](https://github.com/rabbitholegg/questdk-plugins/commit/54a363b1794e785771c9ef0cfffba63cf36178b8) Thanks [@jimobrien](https://github.com/jimobrien)! - Update supported chains and tokens

## 1.0.0-alpha.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uniswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-uniswap",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down

0 comments on commit 2d5e9c9

Please sign in to comment.