Skip to content

Commit

Permalink
chore: version package (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2024
1 parent d450b4e commit c56b628
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 7 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"bright-turtles-divide",
"brown-points-smile",
"calm-tigers-rescue",
"chilled-snakes-greet",
"curly-jeans-dress",
"curly-needles-chew",
"cyan-birds-melt",
Expand All @@ -20,6 +21,7 @@
"flat-adults-wash",
"fluffy-adults-invite",
"giant-clouds-mix",
"gold-socks-dream",
"healthy-bugs-enjoy",
"hungry-squids-drop",
"late-scissors-wonder",
Expand All @@ -34,6 +36,7 @@
"neat-teachers-complain",
"new-ears-study",
"nine-waves-lie",
"orange-pugs-vanish",
"perfect-cameras-clap",
"pink-horses-change",
"pink-moons-tickle",
Expand All @@ -50,6 +53,7 @@
"seven-bobcats-cover",
"shaggy-lamps-leave",
"sharp-candles-live",
"shiny-mirrors-sparkle",
"shiny-pets-brush",
"short-eagles-carry",
"short-sloths-talk",
Expand All @@ -69,6 +73,7 @@
"tender-parents-work",
"tough-cooks-hammer",
"twelve-kiwis-destroy",
"twelve-mice-sin",
"twenty-pets-jump",
"two-pandas-jump",
"unlucky-dolphins-stare",
Expand Down Expand Up @@ -107,6 +112,9 @@
"@rabbitholegg/questdk-plugin-synapse": "1.0.0-alpha.1",
"@rabbitholegg/questdk-plugin-woofi": "1.0.0-alpha.7",
"@rabbitholegg/questdk-plugin-sushi": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-treasure": "1.0.0-alpha.0"
"@rabbitholegg/questdk-plugin-treasure": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-handlefi": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-mirror": "1.0.0-alpha.0",
"@rabbitholegg/questdk-plugin-soundxyz": "1.0.0-alpha.0"
}
}
6 changes: 6 additions & 0 deletions packages/camelot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk-plugin-camelot

## 1.0.0-alpha.10

### Minor Changes

- [#154](https://github.com/rabbitholegg/questdk-plugins/pull/154) [`152b99cca2e9d2c5c434c5041bf2c9c55015cc86`](https://github.com/rabbitholegg/questdk-plugins/commit/152b99cca2e9d2c5c434c5041bf2c9c55015cc86) Thanks [@mmackz](https://github.com/mmackz)! - add support for swaps on camelot V3

## 1.0.0-alpha.9

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

## 1.0.0-alpha.1

### Minor Changes

- [#144](https://github.com/rabbitholegg/questdk-plugins/pull/144) [`379e2aa813ef0592b23c67d34ef6f4d0eb90a88b`](https://github.com/rabbitholegg/questdk-plugins/commit/379e2aa813ef0592b23c67d34ef6f4d0eb90a88b) Thanks [@mmackz](https://github.com/mmackz)! - add support for handlefi swap plugin to questdk
2 changes: 1 addition & 1 deletion packages/handlefi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-handlefi",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-mirror

## 1.0.0-alpha.1

### Minor Changes

- [#155](https://github.com/rabbitholegg/questdk-plugins/pull/155) [`68e32320f0498d12d336e25d174e78240614b325`](https://github.com/rabbitholegg/questdk-plugins/commit/68e32320f0498d12d336e25d174e78240614b325) Thanks [@mmackz](https://github.com/mmackz)! - add support for mirror mint plugin to questdk
2 changes: 1 addition & 1 deletion packages/mirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-mirror",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @rabbitholegg/questdk-plugin-registry

## 1.0.0-alpha.50

### Minor Changes

- [#144](https://github.com/rabbitholegg/questdk-plugins/pull/144) [`379e2aa813ef0592b23c67d34ef6f4d0eb90a88b`](https://github.com/rabbitholegg/questdk-plugins/commit/379e2aa813ef0592b23c67d34ef6f4d0eb90a88b) Thanks [@mmackz](https://github.com/mmackz)! - add support for handlefi swap plugin to questdk

- [#155](https://github.com/rabbitholegg/questdk-plugins/pull/155) [`68e32320f0498d12d336e25d174e78240614b325`](https://github.com/rabbitholegg/questdk-plugins/commit/68e32320f0498d12d336e25d174e78240614b325) Thanks [@mmackz](https://github.com/mmackz)! - add support for mirror mint plugin to questdk

- [#158](https://github.com/rabbitholegg/questdk-plugins/pull/158) [`0c8ae999461d56845aabe173923064a77f17faed`](https://github.com/rabbitholegg/questdk-plugins/commit/0c8ae999461d56845aabe173923064a77f17faed) Thanks [@mmackz](https://github.com/mmackz)! - add support for soundxyz mint plugin

### Patch Changes

- Updated dependencies [[`152b99cca2e9d2c5c434c5041bf2c9c55015cc86`](https://github.com/rabbitholegg/questdk-plugins/commit/152b99cca2e9d2c5c434c5041bf2c9c55015cc86), [`379e2aa813ef0592b23c67d34ef6f4d0eb90a88b`](https://github.com/rabbitholegg/questdk-plugins/commit/379e2aa813ef0592b23c67d34ef6f4d0eb90a88b), [`01ae21bae2f79756fefe8070e9e5d7329904c004`](https://github.com/rabbitholegg/questdk-plugins/commit/01ae21bae2f79756fefe8070e9e5d7329904c004), [`68e32320f0498d12d336e25d174e78240614b325`](https://github.com/rabbitholegg/questdk-plugins/commit/68e32320f0498d12d336e25d174e78240614b325), [`0c8ae999461d56845aabe173923064a77f17faed`](https://github.com/rabbitholegg/questdk-plugins/commit/0c8ae999461d56845aabe173923064a77f17faed)]:
- @rabbitholegg/questdk-plugin-camelot@1.0.0-alpha.10
- @rabbitholegg/questdk-plugin-handlefi@1.0.0-alpha.1
- @rabbitholegg/questdk-plugin-traderjoe@1.0.0-alpha.8
- @rabbitholegg/questdk-plugin-mirror@1.0.0-alpha.1
- @rabbitholegg/questdk-plugin-soundxyz@1.0.0-alpha.1

## 1.0.0-alpha.49

### Patch 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.49",
"version": "1.0.0-alpha.50",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/soundxyz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rabbitholegg/questdk-plugin-soundxyz

## 1.0.0-alpha.1

### Minor Changes

- [#158](https://github.com/rabbitholegg/questdk-plugins/pull/158) [`0c8ae999461d56845aabe173923064a77f17faed`](https://github.com/rabbitholegg/questdk-plugins/commit/0c8ae999461d56845aabe173923064a77f17faed) Thanks [@mmackz](https://github.com/mmackz)! - add support for soundxyz mint plugin
2 changes: 1 addition & 1 deletion packages/soundxyz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk-plugin-soundxyz",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"type": "module",
"exports": {
"require": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/traderjoe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk-plugin-traderjoe

## 1.0.0-alpha.8

### Patch Changes

- [#159](https://github.com/rabbitholegg/questdk-plugins/pull/159) [`01ae21bae2f79756fefe8070e9e5d7329904c004`](https://github.com/rabbitholegg/questdk-plugins/commit/01ae21bae2f79756fefe8070e9e5d7329904c004) Thanks [@mmackz](https://github.com/mmackz)! - fix issue with amount not working correctly when WETH is chosen as tokenIn

## 1.0.0-alpha.7

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

0 comments on commit c56b628

Please sign in to comment.